Loading...
Loading...
Discounted cash flow (DCF) valuation model built from Longbridge financial data — historical FCF (operating cash flow minus capex), projected FCF with growth assumptions, WACC (Beta / risk-free rate / equity risk premium), terminal value, intrinsic value vs current price, and margin of safety. Triggers: "DCF", "现金流折现", "内在价值", "自由现金流", "WACC", "折现率", "安全边际", "终值", "现金流贴现", "現金流折現", "內在價值", "自由現金流", "折現率", "安全邊際", "DCF model", "discounted cash flow", "intrinsic value", "free cash flow", "WACC", "discount rate", "margin of safety", "terminal value", "Gordon growth".
npx skill4agent add longbridge/skills longbridge-dcfResponse language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
longbridge-valuationlongbridge-valuation-methodology# Cash flow statement (FCF inputs)
longbridge financial-report <SYMBOL> --kind CF --format json
# Income statement (revenue growth, margins)
longbridge financial-report <SYMBOL> --kind IS --format json
# Beta and market cap for WACC
longbridge calc-index <SYMBOL> --format jsonlongbridge financial-report --helplongbridge calc-index --helpFCF = Operating Cash Flow − Capital ExpendituregWACC = Wd × Rd × (1 − t) + We × Re
Re = Rf + β × ERP| Input | Source |
|---|---|
| Beta (β) | |
| Risk-free rate (Rf) | 10-year government bond yield of primary market (US: ~4.2%, CN: ~2.3%, HK: ~4.0%) |
| Equity risk premium (ERP) | Damodaran country ERP (US: ~4.6%, CN: ~7%, HK: ~6%) |
| Debt ratio (Wd) | From balance sheet (total debt / (total debt + market cap)) |
| Cost of debt (Rd) | Interest expense / total debt from IS + BS |
| Tax rate (t) | Effective tax rate from IS |
TV = FCF₅ × (1 + g) / (WACC − g)Margin of Safety = (Intrinsic Value − Current Price) / Intrinsic Value × 100%longbridge financial-report --help
longbridge calc-index --help
longbridge financial-report <SYMBOL> --kind CF --format json
longbridge financial-report <SYMBOL> --kind IS --format json
longbridge calc-index <SYMBOL> --format json| Situation | 简体回复 | 繁體回覆 | English reply |
|---|---|---|---|
| 请安装 longbridge-terminal 或检查 MCP 配置。 | 請安裝 longbridge-terminal 或檢查 MCP 配置。 | Install longbridge-terminal or check MCP config. |
stderr: | 请运行 | 請執行 | Run |
| No CF data available | 该标的暂无现金流数据,可能是上市不足三年或非标准财报。 | 該標的暫無現金流數據,可能是上市不足三年。 | No cash flow data; the company may be too recently listed or use non-standard reporting. |
| Negative FCF history | 历史 FCF 为负,DCF 模型需用户提供未来盈利假设。 | 歷史 FCF 為負,需用戶提供未來盈利假設。 | Historical FCF is negative; DCF requires user-supplied future profitability assumptions. |
longbridge-valuation-methodologylongbridge-valuationlongbridge-fundamentallongbridge-financial-reportskills/longbridge-dcf/
└── SKILL.md