calc_compound_growth
Compute compound growth metrics: future value, present value, CAGR, using rate, years, and compounding frequency.
Instructions
COMPUTE. future_value | present_value | cagr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | ||
| years | No | ||
| currency | No | ||
| end_value | No | ||
| operation | Yes | ||
| begin_value | No | ||
| compounding | No | ||
| future_value | No | ||
| present_value | No |