added event enrichment

This commit is contained in:
2026-01-08 00:35:10 +01:00
parent f9ce5bad99
commit 1720716144
6 changed files with 751 additions and 138 deletions

View File

@@ -2,15 +2,18 @@
pub mod types;
pub mod scraper;
pub mod storage;
pub mod update;
pub mod helpers;
pub mod aggregation;
pub mod fx;
pub mod openfigi;
pub mod yahoo;
pub mod update_companies;
pub mod update_companies_cleanse;
pub mod page_validation;
pub mod atomic_writer;
// Corporate update modules
pub mod update;
pub mod update_companies;
pub mod update_companies_cleanse;
pub mod update_companies_enrich;
pub use update::run_full_update;