tvm_cagr
Compute compound annual growth rate (CAGR) with optional forward projections using start and end values over a given time period.
Instructions
Compound Annual Growth Rate with optional forward projections.
Use when computing compound annual growth rate. Provide beginning value, ending value, and number of years. Returns: CAGR (decimal), total return, and equivalent annual return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | Time period in years | |
| end_value | Yes | Ending value | |
| start_value | Yes | Starting value | |
| include_projections | No | Whether to include forward projections |