Dealer Reserve - Response

Please see the Legend to understand the conventions used to document each element and attribute. Note that for responses, the XML elements are documented in the order that they appear in the response.


🟥 <outDEALER_RESERVE>

Element TypeData Type
Parent-

This is the root element of the XML response, and is required. This element simply acts as a container for all of the result child elements.

Attributes: None


🟥 <Results>

Element TypeData Type
Parent-

This element contains child elements which describe the success or failure of the calculation, as well as any XML messages.

Attributes: None


🟥 <Results><Description>

Element TypeData Type
DataText

If the calculation was completed successfully, then this element will contain the value Successful Calculation. Otherwise, this element will contain a description of the problem encountered during the attempted computation.

Attributes: None


🟦 <Results><XMLDetail>[]

Element TypeData TypeDefault
DataTextNULL

The <XMLDetail> elements are messages passed back to the calling application which detail the status of the XML request. If the SCEX issues any warnings regarding unrecognized elements or attributes, then each warning message will be displayed in an <XMLDetail> element.

Attributes: None


🟥 <GrossReserve>

Element TypeData Type
DataCurrency

The Gross Dealer Reserve is returned in this element. This reserve represents the total reserve before being distributed between the bank and the dealer.

Attributes: None


🟥 <DealerReserve>

Element TypeData Type
DataCurrency

The portion of the gross reserve dedicated to the dealer is reported in this element. The calculation is as follows: Dealer Reserve = GrossReserve * ReservePercent - ProcFee.

Attributes: 🔸FlatFeeUsed

🔸 FlatFeeUsed

Data TypeValues
Booleantrue, false

This attribute of the Dealer Reserve element informs the calling application if the disclosed Dealer Reserve is the result of a calculation (false or 0) or a flat fee passed as input (true or 1).


🟥 <BankReserve>

Element TypeData Type
DataCurrency

This element discloses the amount of the Gross Reserve owed to the Bank.

Attributes: None


🟥 <RegZAPR>

Element TypeData Type
DataDecimal

The computed Regulation Z APR of the original loan made to the borrower.

Attributes: 🔸APRCheck

🔸 APRCheck

Data TypeValues
Enumpass, fail, untested

If the APR entered during input (see <NoteRate>) is within compliance of Regulation Z, this attribute value will be set to pass; otherwise, fail will be reported. If an error was reported during the calculation and the data was not adequate to make the test, untested will be reported.