dcf_estimate
Estimate a stock's intrinsic value using a simplified Discounted Cash Flow model based on trailing free cash flow, projecting future cash flows and discounting them to present value.
Instructions
Estimate intrinsic value using a simplified Discounted Cash Flow (DCF) model.
Uses trailing free cash flow from Yahoo Finance as the base, projects it forward, and discounts back to present value.
Args: ticker: Stock ticker symbol, e.g. 'AAPL' growth_rate: Annual FCF growth rate for the projection period (e.g. 0.10 = 10%) discount_rate: Weighted average cost of capital / required return (e.g. 0.10 = 10%) terminal_growth_rate: Perpetual growth rate after projection period (e.g. 0.03 = 3%) projection_years: Number of years to project (1-10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| growth_rate | No | ||
| discount_rate | No | ||
| projection_years | No | ||
| terminal_growth_rate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |