You are on page 1of 2

Assignment: Enhance the MyBank application by adding the

loan request feature and loan request history feature

Loan Request conditions (assumptions):


1. Only one successful loan request can be submitted per day.
2. If the sum of checking and savings account balances are less than 20% of
the requested loan amount then the loan will be rejected.
3. If the loan approval is approved then the money will be credited to
checking account.
Loan request history
1. All the loan requests are stored in the table weather is it successful or
rejected.
2. Assumption is made that from account will be savings account number as
loan EMI will be taken from savings account in future enhancements.
Below are the screen shots for successful approval and rejection

Loan rejected due to low security

Loan Approved and credited to checking account:

Loan Rejected due to multiple requests in single day:

LoanRequest History:

You might also like