diff options
| author | Openclaw <openclaw@mail.tylerhoang.xyz> | 2026-03-29 01:12:24 -0700 |
|---|---|---|
| committer | Openclaw <openclaw@mail.tylerhoang.xyz> | 2026-03-29 01:12:24 -0700 |
| commit | 547997cbd069e9b958b12a8da38b3a4a257e29e5 (patch) | |
| tree | dbae519a7c6c8f2d803e58e9a77f9a9db73da969 /README.md | |
| parent | ad6b0b59c2a4f557d6d9d7fe9810c2ba7627580d (diff) | |
Fix valuation methodology and documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ A local financial analysis dashboard. Enter any stock ticker to get a formatted - **Overview** — Price chart (1M / 3M / 6M / 1Y / 5Y), key stats (market cap, P/E, 52W range, beta) - **Financials** — Annual and quarterly Income Statement, Balance Sheet, and Cash Flow Statement with year-over-year % change columns - **Valuation** — Key ratios grid (P/E, EV/EBITDA, margins, ROE, etc.), interactive DCF model with adjustable WACC and growth rate, comparable companies table -- **News** — Recent articles with Bullish / Bearish / Neutral sentiment badges and a 7-day sentiment summary +- **News** — Recent articles with heuristic Bullish / Bearish / Neutral tags and a 7-day sentiment summary --- @@ -96,7 +96,7 @@ prism/ ## DCF Model Notes -The DCF model uses **5 years of historical Free Cash Flow** from yfinance to compute an average growth rate, then projects forward using your chosen assumptions: +The DCF model uses historical **Free Cash Flow** from yfinance, computes a capped median growth rate from valid positive-FCF periods, and then projects forward using your chosen assumptions: | Input | Default | Range | |---|---|---| @@ -104,7 +104,7 @@ The DCF model uses **5 years of historical Free Cash Flow** from yfinance to com | Terminal Growth Rate | 2.5% | 0.5–5% | | Projection Years | 5 | 3–10 | -The model uses the **Gordon Growth Model** for terminal value. Intrinsic value per share is compared against the current market price to show upside/downside. +The model uses the **Gordon Growth Model** for terminal value. It first estimates **enterprise value**, then bridges to **equity value** using debt and cash before calculating value per share. Terminal growth must remain below WACC. --- |
