Definition Type: ComplexType
Name: VDDealManagementType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ValidDealRequest.xsd
Abstract
Documentation:
This section allows the calling application to select the amount of data that is returned in the response. It is possible to limit the response to only the highest level incentives or to request the full detail of every available incentive within the deal.
Collapse XSD Schema Diagram:
Drilldown into calculateSamplePaymentInd in schema validdealrequest_xsd Drilldown into ignoreGeoConflictInd in schema validdealrequest_xsd Drilldown into bestDealOnlyInd in schema validdealrequest_xsd Drilldown into alwaysStackableOnlyInd in schema validdealrequest_xsd Drilldown into topOfDealOnlyInd in schema validdealrequest_xsdXSD Diagram of VDDealManagementType in schema validdealrequest_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VDDealManagementType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">This section allows the calling application to select the amount
            of data that is returned in the response. It is possible to limit the response to only the highest level incentives or 
            to request the full detail of every available incentive within the deal.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="topOfDealOnlyInd" type="xsd:boolean" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Allows the calling application to restrict the results to Top of Deal programs. 
                  Top of Deal programs are the primary incentives that a buyer receives when purchasing or financing a vehicle
                  (consumer cash, finance, lease). Setting the flag to true will exclude all stackable add-on programs from the results.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="alwaysStackableOnlyInd" type="xsd:boolean" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Allows the calling application to restrict the results to: Top of Deal programs, and 
                  Always Stackable incentives.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bestDealOnlyInd" type="xsd:boolean" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Allows the calling application to restrict the results to one deal for each Purchase Type. 
                  Identifies the best deal based on the purchase type only</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ignoreGeoConflictInd" type="xsd:boolean" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Geography conflicts occur when the physical geographic areas corresponding to the 
                  customer’s zip code(s) specified on a Get Valid Deal Permutations request span more than one county. When this occurs, it is possible that 
                  the consumer may not be eligible for some of the incentives. Calling applications may choose to let IOM handle the conflict resolution or they 
                  may choose to deal with the conflict in an interactive way.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="calculateSamplePaymentInd" type="xsd:boolean" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The Get Valid Deals service can calculate a sample monthly payment based on the price of the vehicle under consideration 
                  and its associated incentives. The Calling Application needs to provide inputs to the calculation, such as MSRP and down payment, in the 
                  Request Sample Payment group. The incentives for each sample payment (interest rate, residuals, etc.) will be obtained from the data 
                  on the incentive program. If true include a sample payment in the result. This requires additional input data
                  (e.g. vehicle MSRP, downpayment). If the flag is set to false, then a sample payment group will not be calculated and the samplePayment group will not be included 
                  in the Response.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
topOfDealOnlyInd star:topOfDealOnlyInd 1 1
alwaysStackableOnlyInd star:alwaysStackableOnlyInd 1 1
bestDealOnlyInd star:bestDealOnlyInd 1 1
ignoreGeoConflictInd star:ignoreGeoConflictInd 1 1
calculateSamplePaymentInd star:calculateSamplePaymentInd 1 1
Collapse Derivation Tree:
Collapse References:
star:VDDealManagement