| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-19 | chore: ignore next-env.d.ts | Tyler Hoang | |
| 2026-05-19 | feat: add real-time DCF sliders to ValuationCard | Tyler Hoang | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-19 | fix: replace undefined --fs-10/11 vars with --fs-12 in DCF slider CSS | Tyler Hoang | |
| 2026-05-19 | feat: add DCF slider CSS to prism-shell | Tyler Hoang | |
| 2026-05-19 | feat: add client-side computeDcf utility | Tyler Hoang | |
| 2026-05-19 | feat: add projection_years to DcfResult frontend type | Tyler Hoang | |
| 2026-05-18 | feat: add projection_years to DcfResult schema and service output | Tyler Hoang | |
| Add projection_years: int = 5 field to the DcfResult Pydantic schema and emit it from the data_service.get_valuation() function across all three dcf_out cases (unavailable, error, and successful). This enables frontend DCF sliders to know the default projection horizon. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-18 | Merge branch 'feat/key-ratios-tab' | Tyler Hoang | |
| 2026-05-18 | fix: add no-key fallback for sector ratio benchmarks | Tyler Hoang | |
| 2026-05-18 | fix: populate sector benchmark values for ratios tab | Tyler Hoang | |
| 2026-05-18 | feat: wire Ratios subtab into FinancialsPage, move tab strip up from ↵ | Tyler Hoang | |
| FinancialsCard | |||
| 2026-05-18 | feat: add RatiosPage data-fetch wrapper | Tyler Hoang | |
| 2026-05-18 | feat: add RatiosCard component with hero KPIs, sparklines, and detail rows | Tyler Hoang | |
| 2026-05-18 | feat: add RatioPoint, RatiosResponse types and api.ratios() | Tyler Hoang | |
| 2026-05-18 | feat: add GET /api/tickers/{symbol}/ratios route | Tyler Hoang | |
| 2026-05-18 | fix: correct historical ratios share and debt inputs | Tyler Hoang | |
| 2026-05-18 | Add ratios service and tests | Tyler Hoang | |
| 2026-05-18 | feat: add RatioPoint and RatiosResponse schemas | Tyler Hoang | |
| 2026-05-18 | chore: ignore local worktrees | Tyler Hoang | |
| 2026-05-18 | updated gitignore | Tyler Hoang | |
| 2026-05-18 | feat: wire valuation tab routing and enable nav item | Tyler Hoang | |
| 2026-05-18 | feat: add ValuationPage data-fetch wrapper | Tyler Hoang | |
| 2026-05-18 | feat: add ValuationCard component and psm-val-* CSS | Tyler Hoang | |
| 2026-05-18 | feat: add ValuationResponse types and api.valuation() method | Tyler Hoang | |
| 2026-05-18 | feat: add GET /api/tickers/{symbol}/valuation route | Tyler Hoang | |
| 2026-05-18 | feat: add get_valuation() service function | Tyler Hoang | |
| 2026-05-18 | feat: add _run_dcf, _run_ev_ebitda, _run_ev_revenue, _run_price_to_book | Tyler Hoang | |
| 2026-05-18 | feat: add valuation math helpers and VALUATION_CACHE | Tyler Hoang | |
| 2026-05-18 | feat: add DcfResult, MultipleResult, ValuationResponse schemas | Tyler Hoang | |
| 2026-05-18 | docs: add valuation tab implementation plan | Tyler Hoang | |
| 2026-05-18 | docs: add valuation tab design spec | Tyler Hoang | |
| 2026-05-18 | updated gitignore | Tyler Hoang | |
| 2026-05-18 | Merge worktree-financials-tab: add financials tab (income/balance/cashflow) | Tyler Hoang | |
| 2026-05-18 | various | Tyler Hoang | |
| 2026-05-18 | fix: give each statement fetcher its own cache to prevent key collisions | Tyler Hoang | |
| 2026-05-18 | feat: wire financials tab routing in Sidebar and page.tsx | Tyler Hoang | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-18 | feat: add FinancialsPage data-fetching wrapper | Tyler Hoang | |
| 2026-05-18 | feat: add FinancialsCard component with statement tabs and period toggle | Tyler Hoang | |
| Renders income/balance/cash_flow statements with annual/quarterly toggle, section headers, indent levels, total rows, margin rows, and negative-value coloring via --negative. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-18 | feat: add api.financials() and enable financials nav item | Tyler Hoang | |
| 2026-05-18 | feat: add FinancialRow/Statement/Response frontend types | Tyler Hoang | |
| 2026-05-18 | feat: add /api/tickers/{symbol}/financials endpoint | Tyler Hoang | |
| 2026-05-18 | feat: add get_financials() with income/balance/cashflow builders | Tyler Hoang | |
| Implements _build_income, _build_balance, _build_cash_flow, and get_financials() (cached) in data_service.py. Annual mode appends TTM (income/CF) and MRQ (balance) columns; quarterly mode returns up to 8 periods. Adds annual_frame helper and 5 TDD tests covering column labels, TTM sums, MRQ values, FCF computation, and empty-statement graceful returns. Test count: 19 → 24. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-18 | feat: add financials cache and row-builder helper functions | Tyler Hoang | |
| 2026-05-18 | feat: add financials cache and row-builder helper functions | Tyler Hoang | |
| 2026-05-17 | feat: add FinancialRow/Statement/Response schemas | Tyler Hoang | |
| 2026-05-17 | Add financials tab implementation plan | Tyler Hoang | |
| 2026-05-17 | Filter null rows from ShortInterestCard, hide card when all null | Tyler Hoang | |
| Mirrors the adaptive Reference card approach: only visible items are rendered, with a note when some are suppressed. Card returns null when nothing is available. Also updates next-env.d.ts path and ignores .superpowers/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | Fix _json_value crashing on array-valued yfinance info fields | Tyler Hoang | |
| pd.isna() on a numpy array returns an array, not a scalar, causing ValueError in the boolean context. Wrapping in try/except restores get_company_info() for tickers like NFLX whose .info includes array fields. Also suppress FutureWarning in compute_beta pct_change calls. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | Fix spec ambiguities: StatementKey/PeriodKey types, FCF margin source, ↵ | Tyler Hoang | |
| FinancialsPage props | |||
| 2026-05-17 | Add financials tab design spec | Tyler Hoang | |
