calculate_extra_payment_impact
Compare your debt payoff plan with and without an extra monthly payment, showing months and interest saved.
Instructions
Show the impact of adding $X extra per month to a debt-payoff plan. Returns baseline (minimums only) vs. with-extra comparison: months saved, interest saved. Use this when a user asks 'what happens if I pay $50/$100/$500 more per month?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debts | Yes | List of debts. Each debt has: name (string), balance (USD), apr_percent (annual rate as percentage e.g. 22.99), minimum_payment (USD). | |
| strategy | Yes | Strategy to apply. Avalanche typically benefits more from extra payments. | |
| extra_monthly_payment_usd | Yes | Extra dollars per month to add. |