Accounts

accountIDaccountNumbercustomerNamebalance
1123456John Doe1000.0
2789012Jane Smith2000.0

Transactions

transactionIDaccountIDdatedescriptionamount
(→ Accounts.accountID)
112021-01-01Initial Deposit1000.0
212021-01-15Withdrawal-200.0

BalanceSheets

idaccountIDDatetotalAssetstotalLiabilitiesequitynetProfitOrLoss
(→ Accounts.accountID)
112021-01-011200.0800.0400.0100.0
212021-01-151000.0600.0400.050.0

IncomeStatements

idaccountIDDaterevenuecostOfGoodsSoldgrossProfitoperatingExpensesnetOperatingIncometaxesnetIncome
(→ Accounts.accountID)
112021-01-011500.0500.01000.0200.0800.0100.0700.0
212021-01-151800.0600.01200.0250.0950.0100.0850.0