summaryrefslogtreecommitdiff
path: root/shared/tests/test_sentiment_models.py
AgeCommit message (Collapse)Author
9 hoursstyle: fix lint and formatting issues across news collector and sharedTheSiahxyz
10 hoursfeat: add NewsItem, sentiment scoring, and stock selection modelsTheSiahxyz
Add NewsCategory enum and NewsItem model to shared/models.py. Create sentiment_models.py with SymbolScore, MarketSentiment, SelectedStock, Candidate.