compare_snowball_vs_avalanche
Compare snowball and avalanche debt strategies side-by-side to reveal tradeoffs between psychological wins and interest savings.
Instructions
Run BOTH the snowball and avalanche strategies on the same debt set and return a side-by-side comparison. Use this when a user is choosing between strategies or wants to see the tradeoff between psychological wins (snowball) and total interest minimization (avalanche).
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). | |
| extra_monthly_payment_usd | No | Optional extra dollars per month above minimums. Same value used for both strategies for fair comparison. |