gitextract_8n2lb_sc/ ├── .github/ │ └── workflows/ │ └── daily_run.yml ├── .gitignore ├── License ├── README.md ├── data/ │ └── .gitkeep ├── requirements.txt └── src/ ├── config_loader.py ├── data_validator.py ├── event_study.py ├── finbert_sentiment.py ├── llm_schema.py ├── main.py ├── market_calendar.py ├── market_data.py ├── news_analyzer.py ├── news_utils.py ├── report_generator.py ├── rules.py ├── sec_check.py ├── sector_map.py ├── simple_journal.py ├── trading_journal.py └── universe.py