ContractResponseFinancing

Uses the Component:ContractResponseFinancingType

The ContractResponseFinancing component represents finance information associated with the response to a contract, e.g. terms, amounts, etc.

Fields and Components

Table 6.45. Fields and Components

Name Description Occurrence Type Data Type User Notes
DealerReserveTypeString

Identifies the category used to calculate the Dealer Reserve i.e., Flat, Standard Dealer Participation, Guaranteed Dealer Participation.

0..1Field qdt:StringType  
DealerReserveAmount

The dollar amount associated with the dealer reserve.

0..1Field udt:AmountType  
AmountFinanced

The total amount financed.

1..1Field udt:AmountType  
NumberOfOverduePaymentsNumeric

The number of payments that are already passed due at the time the deal is funded.

0..1Field udt:NumericType  
OverduePaymentAmount

The dollar amount of the past due payments.

0..1Field udt:AmountType  
Deduction

Communicates any deductions from the dealer settlement amount (e.g., Tax Stamp Amount).

0..*ComponentDeductionType 
Credit

Communicates any miscellaneous additions to the dealer settlement amount (e.g., Owner Loyalty Reimbursement Amount).

0..*ComponentCreditType 
FunderComments

Free form text area for Funder's comments.

0..*Field udt:TextType  
Notifications

Free form text area identifying any policies are legal restrictions.

0..1Field udt:TextType  
TermMeasure

The total duration of the contract in months.

0..1Field sqdt:TimeMeasureType  
AnnualPercentageRate

The customer's buy rate.

0..1Field udt:PercentType  
PaymentAmount

Monthly Payment Amount.

0..1Field udt:AmountType  
BulletinNumberString

Identifies the bulletin used to fund the deal.

0..1Field qdt:StringType  
BalloonResidualPercentage

The estimated percent of value at contract end.

0..1Field udt:PercentType  
ContractMVPCode

The rating of the customer based on the credit worthiness of the customer.

0..1Field udt:CodeType  
NetAnnualPercentageRate

The rate charged to the dealer.

0..1Field udt:PercentType  
SubsidyCode

The manufacturer assigned code that determines the incentives that are being offered to the customer (i.e., 0% financing).

0..1Field udt:CodeType  
EffectiveDate

The effective date of the incentives or rates.

0..1Field udt:DateType  
ExpirationDate

Identifies the end date of the incentives and rates.

0..1Field udt:DateType  
MSRPPackageAmount

Manufacturer suggested retail price / discount amount. Discount package is for a special package on a vehicle.

0..1Field udt:AmountType  
BalloonPercentageResidualBuyDown

Amount paid up-front towards the end-of-term residual value. (A higher residual means lower monthly payments - some people will put cash or trade equity down to "buy-down" their monthly payments.)

0..1Field udt:PercentType  
BalloonHardAddsResidualBuyDownAmount

Amount paid up-front towards the hard-add residual adjustment. (For example, if the customer wants a CD changer but doesn't want the monthly payments to go up, they may pay for a portion of it up-front.)

0..1Field udt:AmountType  
RetailAPRBuyDownPercent

The difference in the finance charge amount between the buy rate and the customer rate. For instance if the buy rate is 4.9% and the dealer writes the contract for 2.9% - the difference of 1% finance charge needs to be paid to the lender up-front.

0..1Field udt:PercentType  
GrossProceedsAmount

The amount that the finance source is paying the dealer for the deal. EX: If a dealer owes a buy down amount, it may be deducted from their proceeds.

0..1Field udt:AmountType  
NetProceedsAmount

The GrossProceedsAmount minus the wholesale payoff amount.

0..1Field udt:AmountType  
BookingDate

The date that the finance source begins servicing the deal.

0..1Field udt:DateType  
FinancePlan

Description of standard finance plan applied to deal.

0..*Field udt:TextType  
DeferredGrossAmount

A portion of the dealer’s proceeds that is held for future payment.

0..1Field udt:AmountType  
ContractRespFederalTILDisclosures

Federal Truth In Lending Disclosures

0..1ComponentContractRespFederalTILDisclosuresType 
ContractRespProgramsAndRates

The ProgramsAndRates component represents vehicle and finance programs/rates associated with the contract or lease agreement for the vehicle.

0..1ComponentContractRespProgramsAndRatesType 
Tax

Tax assoicated with the financing

0..*ComponentTaxType 
BalloonDistanceResidualBuyDownAmount

Amount paid up-front towards expected additional mileage on the vehicle.This amount will off-set the expected reduction of end-of-term residual due to higher mileage on the vehicle.

0..1Field udt:AmountType  
BalloonPrepaidDistanceResidualBuyDownAmount

This is the preset amount determined by the lender for upfront miles. This rate is multiplied by the number of up-front miles and this amount is subtracted from the residual value.

0..1Field udt:AmountType  
BaseBuyPercentageRate

Base buy rate before any additions or subtractions.

0..1Field udt:PercentType  
BuyPercentageRateAdjustmentGroup

Communicates any adjustments to the buy rate.

0..1ComponentBuyPercentageRateAdjustmentGroupType 
Fee

The Fee component represents the fees associated with the vehicle being financed.

0..1ComponentFeeType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.45. ContractResponseFinancing

<ContractResponseFinancing>
     <DealerReserveTypeString>......</DealerReserveTypeString>     [0..1]
     <DealerReserveAmount>......</DealerReserveAmount>     [0..1]
     <AmountFinanced>......</AmountFinanced>     [1..1]
     <NumberOfOverduePaymentsNumeric>......</NumberOfOverduePaymentsNumeric>     [0..1]
     <OverduePaymentAmount>......</OverduePaymentAmount>     [0..1]
     <Deduction>......</Deduction>     [0..*]
     <Credit>......</Credit>     [0..*]
     <FunderComments>......</FunderComments>     [0..*]
     <Notifications>......</Notifications>     [0..1]
     <TermMeasure>......</TermMeasure>     [0..1]
     <AnnualPercentageRate>......</AnnualPercentageRate>     [0..1]
     <PaymentAmount>......</PaymentAmount>     [0..1]
     <BulletinNumberString>......</BulletinNumberString>     [0..1]
     <BalloonResidualPercentage>......</BalloonResidualPercentage>     [0..1]
     <ContractMVPCode>......</ContractMVPCode>     [0..1]
     <NetAnnualPercentageRate>......</NetAnnualPercentageRate>     [0..1]
     <SubsidyCode>......</SubsidyCode>     [0..1]
     <EffectiveDate>......</EffectiveDate>     [0..1]
     <ExpirationDate>......</ExpirationDate>     [0..1]
     <MSRPPackageAmount>......</MSRPPackageAmount>     [0..1]
     <BalloonPercentageResidualBuyDown>......</BalloonPercentageResidualBuyDown>     [0..1]
     <BalloonHardAddsResidualBuyDownAmount>......</BalloonHardAddsResidualBuyDownAmount>     [0..1]
     <RetailAPRBuyDownPercent>......</RetailAPRBuyDownPercent>     [0..1]
     <GrossProceedsAmount>......</GrossProceedsAmount>     [0..1]
     <NetProceedsAmount>......</NetProceedsAmount>     [0..1]
     <BookingDate>......</BookingDate>     [0..1]
     <FinancePlan>......</FinancePlan>     [0..*]
     <DeferredGrossAmount>......</DeferredGrossAmount>     [0..1]
     <ContractRespFederalTILDisclosures>......</ContractRespFederalTILDisclosures>     [0..1]
     <ContractRespProgramsAndRates>......</ContractRespProgramsAndRates>     [0..1]
     <Tax>......</Tax>     [0..*]
     <BalloonDistanceResidualBuyDownAmount>......</BalloonDistanceResidualBuyDownAmount>     [0..1]
     <BalloonPrepaidDistanceResidualBuyDownAmount>......</BalloonPrepaidDistanceResidualBuyDownAmount>     [0..1]
     <BaseBuyPercentageRate>......</BaseBuyPercentageRate>     [0..1]
     <BuyPercentageRateAdjustmentGroup>......</BuyPercentageRateAdjustmentGroup>     [0..1]
     <Fee>......</Fee>     [0..1]
</ContractResponseFinancing>