The following use case description should be used for homework 3. You should produce a sequence diagram that shows the main collaborating classes/objects in the use case. Remember to use meaningful names for the messages and you should have messages for all of the actions in the use case.
The applicant completes the on-line load application and submits it to the bank by selecting the "Submit" selection on the Web page. The system validates the loan application. This includes checking that all mandatory fields are entered. If the information is complete, the system forwards a request to a credit bureau for a credit report on the applicant. The credit bureau returns the credit report for the applicant. The system retrieves the applicant's account history, if there is any, from the accounts database. The system calculates the applicants credit score, based upon credit report and the applicant's history with the bank. The system emails the applicant that the loan request has been received and is in the process of being evaluated. The sysstem sets the status of the loan request to "Initial credit check complete." The system forwards the loan request to a loan assistant for reference validation activity.
Modified:
28-Nov-2005
Gary Pollice