credit_card_payoff
Calculate how long it will take to pay off your credit card balance and how much interest you can save based on your monthly payment or minimum payment.
Instructions
Calculate credit card payoff timeline with interest savings.
Parameters:
balance — Current credit card balance.
rate — Annual APR (e.g. 18.9 for 18.9%).
min_payment — Minimum monthly payment (optional).
monthly — Fixed monthly payment amount (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| balance | Yes | ||
| rate | Yes | ||
| min_payment | No | ||
| monthly | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |