Context
v1 of the ideas company info panel shows the raw count of news articles in the last 24 hours. There's no heuristic for what makes news "market-moving" vs background chatter.
What's missing
A signal on the panel (badge / dot / colour) that says "this stock has news that's actually moving the price right now" — so the user can prioritise which pinned companies to look at first.
Why deferred from v1
The detection heuristic isn't obvious and needs a decision. Candidates to consider:
- Earnings-day flag — easy. FMP has earnings calendar; flag if earnings was within the last 1 trading day or upcoming within next 2.
- Analyst rating change — FMP has analyst upgrades/downgrades; flag if any in last 24h.
- Abnormal % move — if today's change is > N× the 30-day average daily range, flag.
- News source weight — weight Reuters/Bloomberg-style sources higher than aggregators.
- Combination — any of the above triggers the flag.
Pick a definition first, then build.
Definition of done
Context
v1 of the ideas company info panel shows the raw count of news articles in the last 24 hours. There's no heuristic for what makes news "market-moving" vs background chatter.
What's missing
A signal on the panel (badge / dot / colour) that says "this stock has news that's actually moving the price right now" — so the user can prioritise which pinned companies to look at first.
Why deferred from v1
The detection heuristic isn't obvious and needs a decision. Candidates to consider:
Pick a definition first, then build.
Definition of done