Debt Payoff Plan
finance_debt_payoff_planSimulate debt-payoff plans using avalanche or snowball strategies. Compare interest and time savings to choose the best approach for your debts.
Instructions
Simulate a debt-payoff plan given a list of debts and a monthly budget. Strategy 'avalanche' (highest APR first) or 'snowball' (smallest balance first), or 'compare' to run both and show interest/time saved. Debts are provided by you (not read from the CSV). Args: debts: [{id, name, balance, apr, minPayment}], monthly_budget, strategy. Returns the plan(s): months to debt-free, total interest, debt-free date, per-debt payoff month.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debts | Yes | Debts to pay off | |
| strategy | No | compare | |
| monthly_budget | Yes | Total dollars/month available for all debt payments |