credit_card_payoff
Calculate how long it takes to pay off credit card debt and how much interest you save, given balance, APR, and monthly 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 |