get_income_statement_date_range_report
Generate an income statement report for a specific date range, with optional filters for properties, portfolios, and accounts.
Instructions
Returns the income statement report for a specified date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property_visibility | No | Filter properties by status. Defaults to "active" | active |
| properties_ids | No | Filter by specific property IDs | |
| property_groups_ids | No | Filter by property group IDs | |
| portfolios_ids | No | Filter by portfolio IDs | |
| owners_ids | No | Filter by owner IDs | |
| posted_on_from | Yes | Start date for the posting period (YYYY-MM-DD) - Required | |
| posted_on_to | Yes | End date for the posting period (YYYY-MM-DD) - Required | |
| gl_account_map_id | No | Filter by a specific GL account map ID | |
| level_of_detail | No | Specify the level of detail. Defaults to "detail_view" | detail_view |
| include_zero_balance_gl_accounts | No | Include GL accounts with zero balance. Defaults to "0" | 0 |
| fund_type | No | Filter by fund type. Defaults to "all" | all |
| columns | No | Array of specific columns to include |