Debt Payoff Planner (Avalanche vs Snowball)
debt_payoffSimulate debt payoff using avalanche and snowball methods. Compare months to debt-free and total interest to choose the best strategy.
Instructions
Plan how to get out of debt fastest. Simulates month-by-month payoff of multiple debts using the avalanche (highest interest first) and/or snowball (smallest balance first) methods, rolling freed-up payments onto the next target. Reports months to debt-free, total interest, and which strategy wins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debts | Yes | The list of debts to pay off. | |
| strategy | No | Which strategy to run. 'compare' (default) runs both and recommends the cheaper one. | |
| monthlyBudget | Yes | Total dollars available for debt each month (must be >= sum of minimum payments). |