| Name | Type | Description | Notes |
|---|---|---|---|
| category_id | int | The unique identifier of the category for the event. | |
| date | string | The starting date of the event. | |
| amount | float | The amount of the event. A positive amount is a credit, and a negative amount is a debit. | |
| repeat_type | string | The repeat type of the event. | |
| repeat_interval | int | The repeat interval of the event. | [optional] [default to 1] |
| note | string | A note for the event. | [optional] |