Definition Type: Element
Name: calculateSamplePaymentInd
Namespace: http://www.starstandard.org/STAR/5
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: ValidDealRequest.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
XSD Diagram of calculateSamplePaymentInd in schema validdealrequest_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>