Uses the Component:ProgramsAndRatesType
Programs And Rates associated with Financing
Table 6.77. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| NetAnnualPercentageRate |
The rate charged to the dealer | 0..1 | Field | udt:PercentType | |
| SubventionCode |
Identifies a subvention program. | 0..* | Field | udt:CodeType | |
| BalloonResidualPercentage |
The estimated percent of value at contract end. | 0..1 | Field | udt:PercentType | |
| BalloonResidualAmount |
The estimated amount of the vehicle at contract end. | 0..1 | Field | udt:AmountType | |
| SpecialProgramsCode |
Code identifying the type of special program (First Time Buyer, College Graduate, etc. | 0..* | Field | udt:CodeType | |
| CreditContractCoupon |
Coupons associated with Programs and Rates | 0..* | Component | CreditContractCouponType | |
| FinalPaymentDate |
Date that the final payment amount is due (e.g., Ballon, Fixed Value, Lease, etc.) | 0..1 | Field | udt:DateType | |
| FinancePlan |
Description of standard finance plan applied to deal. | 0..* | Field | udt:TextType | |
| InitiativeID |
Initiative Identification (i.e., Manufacturer incentive reimbursement program identification or dealer offerings) | 0..* | Field | udt:IdentifierType | |
| SpecialProgramDetail |
Represents information related to the types of lending programs being applied to the deal. EX: College Graduate, 1st Time Buyer, Repeat Customer, Manufacturer Programs, etc. | 0..* | Component | SpecialProgramDetailType | |
| LeaseBuyMoneyFactorString |
Lease Rate/Service Factor offered to the dealer by Finance Source. | 0..1 | Field | qdt:StringType | |
| DiscountRateString |
The rate/service factor being discounted off the net lease rate due to lease being a single pay lease or some other special program. | 0..1 | Field | qdt:StringType | |
| IncentivesForCashCustomer |
Incentives available to ONLY cash customers. | 0..1 | Field | udt:AmountType | |
| ContractTermDistanceMeasure |
The ContractTermMileage Compound represents the odometer mileage allowed under terms of the warranty. | 0..1 | Field | sqdt:LengthMeasureType | |
| UpfrontDistanceMeasure |
The number of miles purchased at contract commencement | 0..1 | Field | sqdt:LengthMeasureType | |
| UpfrontDistanceRateAmount |
The amount charged for miles purchased upfront | 0..1 | Field | udt:AmountType | |
| UpfrontDistanceAmount |
UpfrontMiles multiplied by the UpfrontMileageRate | 0..1 | Field | udt:AmountType | |
| LowDistanceOption |
Indicates whether a customer chooses low mileage. | 0..1 | Field | udt:IndicatorType | |
| OriginalLeaseRateMoneyFactorNumeric |
The original lease factor before the discount rate for single payment. | 0..1 | Field | udt:NumericType | |
| BaseInterestRate |
The base interest rate before any pre-paid interest or additional costs of financing. | 0..1 | Field | udt:PercentType | |
| PreApprovedProgramName |
A text description of pre-approval codes. | 0..1 | Field | udt:TextType |
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.77. ProgramsAndRates
<ProgramsAndRates>
<NetAnnualPercentageRate>......</NetAnnualPercentageRate> [0..1]
<SubventionCode>......</SubventionCode> [0..*]
<BalloonResidualPercentage>......</BalloonResidualPercentage> [0..1]
<BalloonResidualAmount>......</BalloonResidualAmount> [0..1]
<SpecialProgramsCode>......</SpecialProgramsCode> [0..*]
<CreditContractCoupon>......</CreditContractCoupon> [0..*]
<FinalPaymentDate>......</FinalPaymentDate> [0..1]
<FinancePlan>......</FinancePlan> [0..*]
<InitiativeID>......</InitiativeID> [0..*]
<SpecialProgramDetail>......</SpecialProgramDetail> [0..*]
<LeaseBuyMoneyFactorString>......</LeaseBuyMoneyFactorString> [0..1]
<DiscountRateString>......</DiscountRateString> [0..1]
<IncentivesForCashCustomer>......</IncentivesForCashCustomer> [0..1]
<ContractTermDistanceMeasure>......</ContractTermDistanceMeasure> [0..1]
<UpfrontDistanceMeasure>......</UpfrontDistanceMeasure> [0..1]
<UpfrontDistanceRateAmount>......</UpfrontDistanceRateAmount> [0..1]
<UpfrontDistanceAmount>......</UpfrontDistanceAmount> [0..1]
<LowDistanceOption>......</LowDistanceOption> [0..1]
<OriginalLeaseRateMoneyFactorNumeric>......</OriginalLeaseRateMoneyFactorNumeric> [0..1]
<BaseInterestRate>......</BaseInterestRate> [0..1]
<PreApprovedProgramName>......</PreApprovedProgramName> [0..1]
</ProgramsAndRates>