Analysis — Group parity
analysis_group_parityCompare two YNAB category groups month by month to check whether paired budgets are funded and spent evenly, showing assigned, activity, balance, and gaps.
Instructions
[READ] Compare two category groups month by month: assigned, activity, balance, and the gap between them. Written for plans that split money between two people — paired 'his' and 'hers' or 'partner A' and 'partner B' groups — where the question is whether the two are being funded and spent evenly. Gaps are always group A minus group B. Get group ids from categories_list. from_month and to_month: 'YYYY-MM', an ISO date, or 'current'. Costs one YNAB request per month in the range (limit 36 months); check overview_request_budget before a long range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | No | ||
| to_month | No | ||
| from_month | Yes | ||
| group_a_id | Yes | ||
| group_b_id | Yes | ||
| include_hidden | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||