Uses the Component:MVResponseProgramIdentificationType
Table 6.24. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ProgramID |
This is a unique identifier for an incentive program. Details group together multiple vehicles and incentive terms into a single document to simplify authoring, posting, and reporting. | 1..1 | Field | udt:TextType | |
ProgramRevisionNumber |
Denotes a specific revision of an incentive program. Each revision contains the fully defined content of the incentive program and its eligibility criteria. | 1..1 | Field | udt:NumericType | |
ProgramURL |
An URL to access 10 Point PDF file | 1..1 | Field | qdt:URIType | |
standardIncentiveType |
This code specifies the type of incentive values that may be associated with each vehicle within the program. The standard incentive type determines whether cash, interest rate, residual, text based non cash incentives, and other special terms and conditions are allowed on the program. | 1..1 | Field | udt:TextType | |
programAbbrCode |
Provides a short code indicating the program type, typically displayed on reports as a reference to another section of the report where more information about the program is displayed. | 0..1 | Field | udt:TextType | |
TopOfDealInd |
A program is a “Top Of Deal” if it is a primary incentive which drives the selection of other incentives. | 1..1 | Field | xsd:boolean | |
ProgramName |
Program name includes some description of the program type and contents | 1..1 | Field | udt:TextType | |
SeeContractInd |
Identifies incentive programs that have special terms that require a dealer to review in the full program text. The incentive eligibility cannot be fully evaluated based on the rules within IOM. | 1..1 | Field | xsd:boolean | |
redemptionCode |
This is the accounting code that is used by the dealers to file for reimbursement. | 0..* | Field | udt:TextType | |
MVResponseIncentiveProgramTags | 0..1 | Component | MVResponseIncentiveProgramTagsType | ||
IncentiveValue |
This field provides the actual values associated with the incentive. | 1..1 | Component | IncentiveValueType | |
DealStackability |
This section indicates the stackability of the deals. | 0..1 | Component | DealStackabilityType |
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.24. MVResponseProgramIdentification
<MVResponseProgramIdentification> <ProgramID>......</ProgramID> [1..1] <ProgramRevisionNumber>......</ProgramRevisionNumber> [1..1] <ProgramURL>......</ProgramURL> [1..1] <standardIncentiveType>......</standardIncentiveType> [1..1] <programAbbrCode>......</programAbbrCode> [0..1] <TopOfDealInd>......</TopOfDealInd> [1..1] <ProgramName>......</ProgramName> [1..1] <SeeContractInd>......</SeeContractInd> [1..1] <redemptionCode>......</redemptionCode> [0..*] <MVResponseIncentiveProgramTags>......</MVResponseIncentiveProgramTags> [0..1] <IncentiveValue>......</IncentiveValue> [1..1] <DealStackability>......</DealStackability> [0..1] </MVResponseProgramIdentification>