What the bureaus are about to see
reported_snapshotPer card: the balance in line to be reported at the next statement close, utilization, days left to change it, and the payment that would bring the card to target before it closes. This is the view that does not exist in a chat window — it is the difference between today's balance and the figure the issuer transmits. Use it when someone asks how their cards look, where they stand, or which card is the problem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | The person's revolving credit accounts. Ask for limit, statement balance, and statement closing date per card — those three drive everything. | |
| 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. | |
| targetUtilization | No | Target utilization as a decimal. Defaults to 0.29 — one point under the 30% band. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| band | Yes | ||
| cards | Yes | ||
| isEmpty | Yes | ||
| disclosure | Yes | ||
| totalLimit | Yes | ||
| assumptions | Yes | ||
| totalReported | Yes | ||
| blendedUtilization | Yes |