removing not map-able LEIs

This commit is contained in:
2025-12-07 17:38:32 +01:00
parent 0f89c8c0ce
commit c00bfd8687
3 changed files with 308 additions and 48 deletions

View File

@@ -238,7 +238,7 @@ fn infer_currency_from_ticker(ticker: &str) -> String {
/// Returns an error if file operations or serialization fails.
pub async fn save_companies_to_jsonl(
paths: &DataPaths,
companies: &HashMap<String, Vec<(String, String)>>,
companies: &HashMap<String, HashMap<String, String>>,
) -> anyhow::Result<()> {
let file_path = paths.data_dir().join("companies.jsonl");