calculate_minimum_payment_trap
Calculate the total cost and payoff timeline of paying only the minimum on credit card debt. Reveals how minimum payments extend debt and increase total interest.
Instructions
Show the cost of only paying the minimum payment on a single credit card or revolving debt. Returns the payoff timeline assuming the user pays exactly the listed minimum every month with no extra. Critical for showing the cost of carrying credit card debt at high APRs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| balance | Yes | Current balance in USD. | |
| apr_percent | Yes | Annual percentage rate (e.g. 22.99). | |
| minimum_payment | Yes | Monthly minimum payment in USD. If the issuer uses a percentage-of-balance minimum, supply the current dollar amount. |