dcf_valuation
Calculate intrinsic value per share, margin of safety, and expected return using a two-stage DCF model. Accepts optional overrides for discount rate, terminal growth, years, and growth rate.
Instructions
Two-stage DCF: intrinsic value/share, margin of safety and expected return.
Optional overrides: discount_rate (e.g. 0.12), terminal_growth (e.g. 0.04), years, growth_rate. Handles cases where statements and the stock trade in different currencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | No | ||
| market | No | IN | |
| ticker | Yes | ||
| growth_rate | No | ||
| discount_rate | No | ||
| terminal_growth | No |