calculate_present_value
Compute the present value of a future amount based on annual interest rate and time period. Supports different compounding frequencies.
Instructions
Calculate Present Value — what a future sum is worth today. PV = FV / (1 + r/n)^(n×t).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | ||
| annual_rate | Yes | ||
| compounding | No | annually | |
| future_value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |