Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 878 Bytes

DailyBalance.md

File metadata and controls

executable file
·
14 lines (10 loc) · 878 Bytes

DailyBalance

Properties

Name Type Description Notes
Date string Date in the format 'YYYY-MM-DD HH:MM:SS.SSS' (german time). [default to null]
Balance float32 Calculated balance at the end of day (aggregation of all regarded accounts). [default to null]
Income float32 The sum of income of the given day (aggregation of all regarded accounts). [default to null]
Spending float32 The sum of spending of the given day (aggregation of all regarded accounts). [default to null]
Transactions []int64 Identifiers of the transactions for the given day [default to null]

[Back to Model list] [Back to API list] [Back to README]