cashflow-valuation

Installation
SKILL.md

DCF Valuation / 现金流折现估值模型

基于 DCF(Discounted Cash Flow)方法的企业估值工具,支持完整的自由现金流预测、终值计算、企业价值推导,并自动生成 增长率 × 折现率 的敏感性分析矩阵。

Quick Start

基础 DCF 估值

python scripts/dcf_model.py --fcf 1000 --growth 0.15 --discount 0.10

带敏感性分析矩阵

python scripts/dcf_model.py --fcf 1000 --growth 0.15 --discount 0.10 --sensitivity

完整股权估值 + CSV 导出

Installs
21
GitHub Stars
16
First Seen
Apr 29, 2026
cashflow-valuation — haomingz/kimi-skills