calculate_real_return
Calculate the inflation-adjusted real rate of return using the Fisher equation to find actual investment growth.
Instructions
Calculate real (inflation-adjusted) rate of return using Fisher equation. (1 + real) = (1 + nominal) / (1 + inflation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nominal_rate | Yes | ||
| inflation_rate | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |