savings_goal_calc
Calculate the monthly savings needed to achieve a financial goal based on target amount, annual interest rate, and time horizon.
Instructions
Calculate monthly savings needed to reach a financial goal.
Parameters:
target — Target savings amount.
rate — Annual interest rate (e.g. 3.0 for 3%).
years — Number of years to save.
initial — Initial savings amount (default: 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| rate | Yes | ||
| years | Yes | ||
| initial | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |