sdk.lusid.extensions.configuration_loaders

Functions

get_api_configuration

Read configuration from config loaders.

Classes

ArgsConfigurationLoader

ConfigurationLoader which loads in config from kwargs in constructor

ConfigurationLoader

The ApiConfigurationLoader is responsible for populating the API and Proxy configuration from a secrets file or environment variables with preference given to the secrets file.

EnvironmentVariablesConfigurationLoader

ConfigurationLoader which reads config from environment variables

FileTokenConfigurationLoader

ConfigurationLoader which loads in access token from file if FBN_ACCESS_TOKEN_FILE is set, or if an access_token_location is passed to the initialiser

SecretsFileConfigurationLoader

Configuration Loader for reading secrets from a json secrets file