retirement_calc
Calculate your retirement savings growth and projected nest egg using your current age, retirement age, savings, monthly contributions, and expected annual return.
Instructions
Calculate retirement savings growth and projected nest egg.
Parameters:
current_age — Current age in years.
retirement_age — Target retirement age.
savings — Current retirement savings.
monthly_contribution — Monthly contribution (default: 0).
rate — Expected annual return (default: 7.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_age | Yes | ||
| retirement_age | Yes | ||
| savings | Yes | ||
| monthly_contribution | No | ||
| rate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |