Structs§
- Config
- Represents the structure of the entire TOML configuration file. The configuration contains multiple named ticker vector configurations.
- Ticker
Vector Config - 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.