Uses the Component:RateType
Describe the rate for different term/tier combination
Table 6.60. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| OptionDetailID |
Unique ID of the incentive detail | 0..1 | Field | udt:TextType | |
| MinRateTerm |
The minimun term in months for the applicable rate. | 0..* | Field | qdt:NonNegativeIntegerNumericType | |
| MaxRateTerm |
The maximum term in months for the applicable rate. | 0..* | Field | qdt:NonNegativeIntegerNumericType | |
| RateTier |
The credit tier that the customer qualfies for based on their credit score. Used to determine the interest rates and incentives that the customer qualifies for | 0..1 | Field | udt:TextType | |
| Rate |
The interest rate charged for a given term and tier combination. | 0..1 | Field | udt:PercentType | |
| RateCashAmt |
Amount of the cash incentive | 0..1 | Field | udt:AmountType | |
| IncentiveStartDate |
Start date for the Option detail (Bottom-most level of the incentive hierarchy) | 0..1 | Field | udt:DateType | |
| IncentiveEndDate |
End date for the Option detail (Bottom-most level of the incentive hierarchy) | 0..1 | Field | udt:DateType | |
| OEMEmpDisctInd |
Signifies if OEM employee is eligible for discount | 0..1 | Field | udt:IndicatorType | |
| RateTierDescription |
FICO Score range for the given RateTier. | 0..1 | Field | udt:TextType | |
| Disclosure |
Describe the rules related to incentives at a "global" level. | 0..1 | Field | udt:TextType | |
| RateSoldOrderEndDate |
Sold Order End Date is defined at a program level. Sold order end date is a date till which a Sold Order Programs are valid. | 0..1 | Field | udt:DateType | |
| Rebates |
List of CASH rebates that are linked to Products | 0..1 | Component | RebatesType | |
| FinalBuyRate |
Final Buy Rate for the selected vehicle. | 0..1 | Field | udt:PercentType | |
| CostShare |
Cost Share flag, determines if TFS is a part of cost sharing party. | 0..1 | Field | udt:IndicatorType | |
| Disclaimers |
Disclaimer for the Assigned Finance Program. | 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.60. Rate
<Rate>
<OptionDetailID>......</OptionDetailID> [0..1]
<MinRateTerm>......</MinRateTerm> [0..*]
<MaxRateTerm>......</MaxRateTerm> [0..*]
<RateTier>......</RateTier> [0..1]
<Rate>......</Rate> [0..1]
<RateCashAmt>......</RateCashAmt> [0..1]
<IncentiveStartDate>......</IncentiveStartDate> [0..1]
<IncentiveEndDate>......</IncentiveEndDate> [0..1]
<OEMEmpDisctInd>......</OEMEmpDisctInd> [0..1]
<RateTierDescription>......</RateTierDescription> [0..1]
<Disclosure>......</Disclosure> [0..1]
<RateSoldOrderEndDate>......</RateSoldOrderEndDate> [0..1]
<Rebates>......</Rebates> [0..1]
<FinalBuyRate>......</FinalBuyRate> [0..1]
<CostShare>......</CostShare> [0..1]
<Disclaimers>......</Disclaimers> [0..1]
</Rate>