Read allocation account figures
get_allocation_account_figuresMANAGEMENT data class. Read the current persisted allocation run at account grain: books figure plus spreading adjustment equals MIS figure, all as decimal-string rupees. Filter account names or minimum absolute MIS amount before paging. The summary covers the full filtered set and ties the spreading reconciliation; no target-level split or source transactions are returned. The signed page_token is source-pinned, so restart at page 1 if source_changed. known_stale and not_assessed disclose run state; neither means fresh.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | Management month in YYYY-MM. | |
| client_id | Yes | The entity (client) id — from list_clients. | |
| page_size | No | Rows per source-pinned page (default 50, max 200). | |
| page_token | No | Signed continuation from the prior page; restart without it if source_changed. | |
| min_abs_mis | No | Minimum absolute MIS figure in rupees as a decimal string, e.g. '100000'. | |
| account_name_patterns | No | Up to 10 case-insensitive account-name substrings; any match is retained. |