Crate etf_matcher_vector_config_loader

Crate etf_matcher_vector_config_loader 

Source

Structs§

Config
Represents the structure of the entire TOML configuration file. The configuration contains multiple named ticker vector configurations.
TickerVectorConfig
Represents the configuration for a ticker vector file. This struct is deserialized from the TOML configuration file.

Functions§

get_all_etf_matcher_configs
Fetches all ETF Matcher ticker vector configurations.
get_config_by_key
Retrieves a specific configuration from the loaded ETF Matcher configurations.
get_etf_matcher_config_by_key
Fetches a specific ETF Matcher ticker vector configuration by key.
get_resource
Fetches a resource, automatically determining if it’s a filename or a full URL.
get_resource_url
Constructs a fully qualified URL for a given filename.
get_symbol_map
Fetches the ETF Matcher ticker symbol map as raw bytes.
get_symbol_map_url
Retrieves the fully qualified URL for the ticker symbol map file.
get_ticker_vectors_collection_by_key
Fetches the ticker vectors collection using a specific ETF Matcher configuration key.
load_all_configs_from_url
Fetches the ETF Matcher ticker vector configurations from a remote TOML file.

Type Aliases§

TickerVectorConfigMap