Money_Market_Funds
ID | FundName | Assets | Expenses | Month |
1 | Fund1 | 10000.0 | 200.0 | January |
2 | Fund2 | 9000.0 | 300.0 | December |
Bond_Funds
ID | FundName | TotalInvestment | InterestRate | Month |
1 | Bond1 | 8000.0 | 6% | January |
2 | Bond2 | 7000.0 | 5% | December |
Savings_Accounts
ID | AccountNumber | CustomerID | Balance | OpenDate |
1 | 123 | 1 | 1500.0 | 2022-01-01 |
2 | 456 | 2 | 2000.0 | 2022-01-01 |
Checking_Accounts
ID | AccountNumber | CustomerID | Balance | OpenDate |
1 | 789 | 3 | 3000.0 | 2022-01-01 |
2 | 101112 | 4 | 4000.0 | 2022-01-01 |
Customers
ID | FirstName | LastName | DateOfBirth | Email |
1 | John | Doe | 1990-01-01 | johndoe@example.com |
2 | Jane | Smith | 1995-01-01 | janesmith@example.com |