Analysis — Unassigned transfers
analysis_unassigned_transfersAnalyze transfers between on-budget accounts month by month against assigned category group funding; flag months where money moved but nothing was assigned.
Instructions
[READ] Transfers between two on-budget accounts, month by month, against what was assigned in the category groups they were meant to fund. A transfer between on-budget accounts moves no category money — both accounts are already inside the budget — so a standing 'move $1,500 to the joint account' changes no category balance, while looking in the register exactly like it did. Seven months of that went unnoticed on the plan this was written for. group_ids: the groups those transfers were meant to fund. Pass them and the months where money moved and nothing was assigned come back flagged; leave them out and you get the transfers alone. Get group ids from categories_list. account_ids narrows it to transfers touching those accounts. from_month and to_month: 'YYYY-MM', an ISO date, or 'current'. Costs two requests, plus one per month when group_ids is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | No | ||
| to_month | No | ||
| group_ids | No | ||
| from_month | Yes | ||
| account_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||