fix(universe): remove Liberty/Fox tickers from remap (yfinance uses compact form)

FOXA, NWSA, FWONA, LBTYA/K, LBRDA/K, LLYVA, GLIBA work fine without hyphens.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Youssef Aitousarrah 2026-04-14 17:01:23 -07:00
parent 55971af5ab
commit 6c1ba91e52
2 changed files with 0 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -100,15 +100,6 @@ def _load_russell1000() -> List[str]:
"LENB": "LEN-B",
"UHALB": "UHAL-B",
"CWENA": "CWEN-A",
"FWONA": "FWON-A",
"LBTYA": "LBTY-A",
"LBTYK": "LBTY-K",
"LLYVA": "LLYV-A",
"LBRDA": "LBRD-A",
"LBRDK": "LBRD-K",
"GLIBA": "GLIB-A",
"NWSA": "NWS-A",
"FOXA": "FOX-A",
}
tickers = []