tvm_cagr
Calculate Compound Annual Growth Rate between start and end values over time. Generate forward projections to forecast future growth based on historical performance data.
Instructions
Compound Annual Growth Rate with optional forward projections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_value | Yes | Starting value | |
| end_value | Yes | Ending value | |
| years | Yes | Time period in years | |
| include_projections | No | Whether to include forward projections |