You are on page 1of 2

@startuml Branch <<entity>> { Branch_Name City Assets } Customer

<<entity>> { Customer_ID Name Street City } Account <<entity>>


{ Account_Number Account_Type (savings or checking) Balance
Most_Recent_Access_Date } Savings_Account <<entity>> { Interest_Rate }
Checking_Account <<entity>> { Overdraft_Amount } Loan <<entity>>
{ Loan_Number Loan_Amount Loan_Originating_Branch (foreign key to
Branch) } Loan_Payment <<entity>> { Loan_Payment_Number Loan_Number
(foreign key to Loan) Payment_Date Payment_Amount } Employee <<entity>>
{ Employee_ID Name Telephone_Number Dependent_Names Manager_ID (foreign
key to Employee) Start_Date } Branch --> Customer Customer --> Account
Customer --> Banker Branch --> Loan Customer --> Loan Loan -->
Loan_Payment Employee --> Manager @enduml

You might also like