inflation_adjusted_return
Calculate real investment returns by adjusting for inflation to determine actual purchasing power growth over time.
Instructions
Calculate the real (inflation-adjusted) return on an investment.
Shows the difference between nominal growth and actual purchasing power growth. Useful for understanding if your investments are truly beating inflation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nominal_return_pct | Yes | Nominal annual return percentage (e.g., 10 for 10%) | |
| inflation_rate_pct | Yes | Annual inflation rate percentage (e.g., 3 for 3%) | |
| years | Yes | Number of years | |
| initial_amount | No | Initial investment amount |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||