NO.58 The home loan application uses a PRPC SOAP connector to get the credit score of the applicant from an external webservice hosted by a third party company. The application determines the risk level for the applicant based on this score. The underwriting group handling these cases must be able to specify the risk level that is appropriate to a score band.
When the CSR is working on the case, the application invokes the SOAP connector to get the credit score and the external service returns the credit score of the applicant. However, since the information is confidential, it is required to display the risk level of the applicant based on their score and not the actual score.
Given the above requirements which of the following approaches is most appropriate? (Choose One)