This commit is contained in:
Elijah McMorris 2024-06-14 03:01:59 -07:00
parent c74a0d28f6
commit 4f262dc477
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8

View file

@ -45,7 +45,7 @@ pub enum Ticker {
EUROPE_ARKI,
EUROPE_ARKG,
EUROPE_ARRK,
EUROPE_ARKK,
CYBR,
CYCL,
@ -79,7 +79,7 @@ impl Ticker {
Ticker::EUROPE_ARKI => "artificial-intelligence-robotics",
Ticker::EUROPE_ARKG => "genomic-revolution",
Ticker::EUROPE_ARRK => "innovation",
Ticker::EUROPE_ARKK => "innovation",
Ticker::CYBR => "cybersecurity-and-data-privacy",
Ticker::CYCL => "circular-economy-enablers",
@ -111,7 +111,7 @@ impl Ticker {
Ticker::PRNT | Ticker::IZRL => DataSource::Ark,
Ticker::EUROPE_ARKI | Ticker::EUROPE_ARKG | Ticker::EUROPE_ARRK => {
Ticker::EUROPE_ARKI | Ticker::EUROPE_ARKG | Ticker::EUROPE_ARKK => {
DataSource::ArkEurope
}