Customers

CustomerIDFirstNameLastNameEmailAddress
1JohnDoejohn.doe@example.com
2JaneSmithjane.smith@example.com

Accounts

AccountNumberCustomerIDBalance
(→ Customers.CustomerID)
111000.0
22800.0

CurrencyExchanges

ExchangeIDCurrencyTextYearOfEstablishmentCurrencyExchangeService
(→ Years.Year)
1USD/EUR20001
2GBP/CAD20100

CommodityTradingFirms

FirmIDNameYearOfEstablishment
(→ Years.Year)
1Goldman Sachs2000
2Morgan Stanley2010

Years

YearDescription
2000The beginning of a new century.
2010A decade has passed since the turn of the millennium.

Transactions

TransactionIDAccountNumberAmountTransferDateForeignAccountNumber
(→ Accounts.AccountNumber)(→ Accounts.AccountNumber)
11700.02023-04-01 12:00:002
22900.02023-04-01 12:00:003