dcf_analysis
Calculate discounted cash flow valuation with Gordon Growth terminal value to determine NPV, IRR, and cash flow breakdowns.
Instructions
Compute Discounted Cash Flow valuation with a Gordon Growth Model terminal value.
Args: cash_flows: List of cash flows (period-ordered), first item normally year 0 investment (negative). discount_rate: Discount rate as decimal. terminal_growth_rate: Perpetuity growth for terminal value. initial_investment: Optional initial outlay to include in NPV.
Returns: dict: NPV, terminal value, IRR and breakdowns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cash_flows | Yes | ||
| discount_rate | Yes | ||
| initial_investment | No | ||
| terminal_growth_rate | No |