Customers

CustomerIDFirstNameLastNameDateOfBirthAddress
1JohnDoe1970-01-01123 Main St
2JaneSmith1980-06-15456 Elm St

Accounts

AccountIDCustomerIDBalance
(→ Customers.CustomerID)
111000.0
222000.0

Deposits

DepositIDAccountIDAmountTransactionDate
(→ Accounts.AccountID)
11500.02024-03-08 00:00:42
221000.02024-03-08 00:00:42

Loans

LoanIDCustomerIDStockMarketOfferingsRaisedCapitalAmountInterestRateStartDateEndDate
(→ Customers.CustomerID)
11IPO500000005.0NoneNone
22IPO600000004.5NoneNone
31Secondary Offering500000005.5NoneNone
42Secondary Offering600000004.0NoneNone