aboutsummaryrefslogtreecommitdiff
path: root/components/financials.py
AgeCommit message (Collapse)Author
7 daysFix inverse color coding across all three financial statementsTyler
- Corrected existing labels that didn't match yfinance output (e.g. 'research development' → 'research and development', 'income tax expense' → 'tax provision', 'selling general administrative' → 'selling general and administration') - Added balance sheet debt/liability rows: net debt, total debt, long/current debt, capital lease obligations, all liability subtotals, payables - Added cash flow rows: debt issuance (increase = bad), equity dilution (issuance of capital stock = bad), taxes/interest paid (more = bad), buybacks (repurchase of capital stock = inverse so more buybacks = green) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 daysAdd score card, 52W range bar, short interest, options tab, CSV exportsTyler
Overview: - Score card: green/yellow/red signals for valuation, growth, profitability, leverage, momentum (vs 52W high), and short interest - 52W high/low visual range bar with current price marker and % context - Short interest metrics row: % of float, days to cover, shares short vs prior month - Replaced static 52W High/Low metrics with volume and avg volume Options tab (new): - Expiry selector across all available expirations - Put/call ratio by volume and open interest with bullish/bearish label - IV smile chart (calls + puts) with ATM marker - Open interest by strike (calls above, puts mirrored below axis) - Full chain table (calls/puts) in expandable section CSV exports: - Download button on each financial statement (income, balance, cash flow) - Download button on earnings history table Also fix top padding cut-off: block-container padding-top 1rem → 3.5rem Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 daysColor code financial statement YoY columnsTyler
Green for improvement, red for decline. Cost/expense rows use inverse logic (decline = green). Value cells retain neutral styling. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 daysInitial commit — Prism financial analysis dashboardTyler
Streamlit app with market bar, price chart, financial statements, DCF valuation engine, comparable companies, and news feed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>