| Name | Type | Description | Notes |
|---|---|---|---|
| month | date | ||
| note | str | [optional] | |
| income | int | The total amount of transactions categorized to 'Inflow: To be Budgeted' in the month | |
| budgeted | int | The total amount budgeted in the month | |
| activity | int | The total amount of transactions in the month, excluding those categorized to 'Inflow: To be Budgeted' | |
| to_be_budgeted | int | The available amount for 'To be Budgeted' | |
| age_of_money | int | The Age of Money as of the month | [optional] |
| deleted | bool | Whether or not the month has been deleted. Deleted months will only be included in delta requests. |