calculate_savings_needed
Calculate monthly savings needed to reach a financial goal, factoring in current savings and expected annual returns.
Instructions
Calculate monthly savings required to reach a financial target. Accounts for existing savings and expected returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | ||
| annual_rate | Yes | ||
| target_amount | Yes | ||
| current_savings | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |