Uses the Component:IncentiveValueType
This field provides the actual values associated with the incentive.
Table 6.20. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| CashValue |
This field represents the cash value associated with the incentive. | 1..1 | Field | udt:AmountType | |
| StandardInterestInd |
This field represents the cash value associated with the incentive. | 1..1 | Field | udt:IndicatorType | |
| InterestRate |
This field indicates the annual interest rate for the incentive. | 0..1 | Field | udt:NumericType | |
| StandardResidualInd |
This field is true if Standard interest rate is used and false if an incentive residual rate is used. | 1..1 | Field | udt:IndicatorType | |
| ResidualRate |
This field indicates the ending residual percentage rate for the incentive. | 0..1 | Field | udt:NumericType | |
| IncentiveText |
This field provides the textual description of incentive. | 0..1 | Field | udt:TextType | |
| SpecialCondition |
This field indicates special terms and conditions associated with the incentive. | 0..* | 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.20. IncentiveValue
<IncentiveValue>
<CashValue>......</CashValue> [1..1]
<StandardInterestInd>......</StandardInterestInd> [1..1]
<InterestRate>......</InterestRate> [0..1]
<StandardResidualInd>......</StandardResidualInd> [1..1]
<ResidualRate>......</ResidualRate> [0..1]
<IncentiveText>......</IncentiveText> [0..1]
<SpecialCondition>......</SpecialCondition> [0..*]
</IncentiveValue>