From 547997cbd069e9b958b12a8da38b3a4a257e29e5 Mon Sep 17 00:00:00 2001 From: Openclaw Date: Sun, 29 Mar 2026 01:12:24 -0700 Subject: Fix valuation methodology and documentation --- readme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'readme') diff --git a/readme b/readme index bdc1550..23365f4 100644 --- a/readme +++ b/readme @@ -22,7 +22,7 @@
  • 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

  • Setup

    @@ -80,7 +80,7 @@ streamlit run app.py

    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:

    @@ -107,7 +107,7 @@ streamlit run app.py
    -

    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.


    API Rate Limits

    -- cgit v1.3-2-g0d8e