Commit Graph
10 Commits
Author SHA1 Message Date
shawnkim1997 b630079c34 phase 6: uk cgt calculator 2026-04-22 17:53:46 +01:00
shawnkim1997 48e8d82173 phase 6: portfolio correlation matrix 2026-04-22 12:03:01 +01:00
shawnkim1997 71e045e434 phase 6: ownership holders 2026-04-22 11:22:37 +01:00
shawnkim1997 553ec5347f phase 6: financial statements 2026-04-22 11:15:01 +01:00
shawnkim1997 b8602548f2 phase 6: economic calendar 2026-04-22 09:54:11 +01:00
shawnkim1997 1a1f2c8f31 phase 5: harden earnings call delta 2026-04-22 09:48:11 +01:00
shawnkim1997 4ef757c81c phase 4-5: peer matrix and earnings delta 2026-04-22 09:28:15 +01:00
shawnkim1997 feea679f6e phase 3: secure credential vault 2026-04-21 21:23:14 +01:00
shawnkim1997 1527e7d754 phase 2: terminal state and gateway foundation 2026-04-21 20:23:48 +01:00
shawnkim1997andClaude Opus 4.6 b2acda81ee feat: add Atlas Terminal — Next.js 14 + FastAPI full-stack migration
Complete migration from Streamlit to Next.js 14 App Router + FastAPI backend.

Frontend (Next.js 14):
- 10 pages: Overview, Research, Valuation, Technical, Markets, Earnings, News, Portfolio, Filings, Settings
- Terminal Noir dark theme with custom Tailwind config
- TradingView Lightweight Charts for candlestick/volume
- Valuation: DCF, Sensitivity Matrix, Monte Carlo, Tornado, Reverse DCF
- Financial Statements table with YoY growth badges and margin rows
- SEC EDGAR inline filing viewer with section tabs
- News split-view with iframe article embedding
- Technical Analysis with RSI, MACD, Bollinger, Fibonacci, Moving Averages
- Earnings beat/miss visualization
- AI Copilot chat panel with Gemini integration

Backend (FastAPI):
- 13 routers: market_data, financials, valuation, technical, earnings, insider, edgar, news, portfolio, analysis, chat, estimates, fx
- Services: DCF engine, Monte Carlo simulation, sensitivity analysis, risk metrics, SEC parser, technical indicators
- yfinance + yahooquery data sources with fallback pattern
- SQLite caching layer

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 02:10:10 +00:00