Appearance
Security dashboard — Disclosures
The text-centric category of the Security dashboard. Five sub-panels cover everything an issuer publishes plus everything analysts publish about it.
Implemented under frontend/src/components/SecurityDashboard/panels/ with shared news utilities in newsShared.jsx. Backend data flows through backend/routes/news.py.
News & filings category
News
Symbol-tagged news pulled from connected feeds. Filterable by source, date range, and keyword. Same data plumbing as the standalone News panel, but scoped to the focused security.
Press releases
Issuer-published press releases (corporate actions, product launches, executive changes). Distinct from the news feed because press releases are the primary source — news articles are downstream commentary.
Filings
SEC and other regulatory filings — 10-K, 10-Q, 8-K, proxy statements, S-1s — with document links and filing dates. Source: FilingsPanel.jsx.
Transcripts
Earnings call transcripts. Searchable across calls (full-text within a single transcript today; cross-call search is roadmapped).
Research
Sell-side analyst research where licensed. Coverage varies by symbol — many small caps have none.
Working with disclosures
- Open in new tab — every list row links out to the source document where possible. Atlas does not re-host filings; the link is the canonical source.
- AI summary — focus a transcript or filing and use AI chat to ask "summarize the management commentary on margins" — the active panel's text is part of the prompt context.
- Cross-link to fundamentals — a 10-Q filing in the timeline beside a margin compression in Profitability tells a richer story than either alone.
Tips
- For fast scanning, sort by date descending and filter to the last 30 days; use How do I — Use AI for news for long-window summarization.
- Transcripts are post-call only — there's no live-call feed. Expect a 2–24 hour lag depending on issuer and provider.
- For a corporate action's market reaction, pair the press release timestamp with Intraday chart on the same day.