Line of Credit Search and Modification Business Case
In this business case, a consumer goes to a bank for a line of credit for his business. The bank needs to verify that an existing credit line does not exist.
Requesting LOC Search Information
The bank issues a
request to a Service Provider for information about a line of credit for
one of its customers using the LOCSrchRq_MTpe
message containing
the following values:
Complex Element | Simple Element | Entry Value |
---|---|---|
LOCSrchRq_MType | ||
PersonName_CType | ComName | John Doe |
LOC Search Response
The Service Provider issues a response confirming the existence of a line of credit. The response includes the following information:
Complex Element | Simple Element | Entry Value |
---|---|---|
LOCSrchRs_MType | ||
LOCSrchRec_CType | LOCAmt | 100000 |
LOCTotAdvaAmt | 75000 | |
LOCAvlBal | 25000 | |
LOCCurBal | 75000 | |
LOCStatus | Active | |
PersonName_CType | ComName | John Doe |
LOCSrchRec_CType
that are not
listed in this example. The elements listed are used to exemplify the
described business case.LOC Mod Request
Seeing that funds have been depleted, the bank issues a request to the Service Provider to increase the existing line of credit. The bank uses the following elements for the request:
Complex Element | Simple Element | Entry Value |
---|---|---|
LOCModRq_MType | LOCAcctId | 33231 |
LOCAcctType | 1 | |
LOCCustId | 151324 | |
Dlt | False | |
LOCRec_CType | LOCAmt | 250000 |
LOCStatus | Active |
LOCRec_CType
complex of the LOC
Modification service, only the elements having values to be changed are
required to be included in the request message. Other elements can be
included at the discretion of the Third Party Consumer, but only the
changed elements will be read by the Service Provider.LOC Mod Response
The Service Provider returns an
LOCModRs_MType
complex
containing the following element:
Complex Element | Simple Element | Entry Value |
---|---|---|
LOCModRs_MType | RsStat | Success |