Name | Type | Description | Notes |
---|---|---|---|
date | str | Date in the format 'yyyy-MM-dd HH:mm:ss.SSS' (german time). | |
balance | float | Calculated account balance at the end of the given day. | |
income | float | The sum of income of the given day. | |
spending | float | The sum of spending of the given day. | |
transactions | list[int] | Transactions for the given day |