Should I close this card
close_card_impactAnswers "should I cancel the credit card I never use", "is it bad to close a card", and any question about cancelling, downgrading, or consolidating cards. CALL THIS WITH NO ARGUMENTS when the person has not given card numbers — it returns the Canadian mechanics and the retention rules, which are the parts a general answer gets wrong. Do not answer a card-closing question from general knowledge while collecting figures; call this first, then ask for what is missing. Supply cards and cardName as well and it additionally computes the exact utilization before and after, the limit leaving the denominator, and whether it crosses a band upward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | No | The person's cards, if they have given them. Omit to get the mechanics and the Canadian rules without any numbers. | |
| today | No | Today's date in the person's local timezone, yyyy-mm-dd. Pass it — the server otherwise falls back to UTC, which is a day ahead for Canadian evenings. | |
| cardName | No | The card being considered for closure. Partial names are matched. Only meaningful alongside cards. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardName | Yes | ||
| computed | Yes | ||
| bandAfter | Yes | ||
| alwaysTrue | Yes | ||
| bandBefore | Yes | ||
| disclosure | Yes | ||
| assumptions | Yes | ||
| blendedAfter | Yes | ||
| limitRemoved | Yes | ||
| balanceOnCard | Yes | ||
| blendedBefore | Yes | ||
| crossesBandUp | Yes | ||
| remainingLimit | Yes | ||
| isOnlyRevolvingAccount | Yes |