Definition Type: ComplexType
Name: RateType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: IncentiveInquiry.xsd
Abstract
Documentation:
Describe the rate/cash rebate for different term/tier combination
Collapse XSD Schema Diagram:
Drilldown into RateSoldOrderEndDate in schema incentiveinquiry_xsd Drilldown into Disclosure in schema incentiveinquiry_xsd Drilldown into RateTierDescription in schema incentiveinquiry_xsd Drilldown into OEMEmpDisctInd in schema incentiveinquiry_xsd Drilldown into IncentiveEndDate in schema incentiveinquiry_xsd Drilldown into IncentiveStartDate in schema incentiveinquiry_xsd Drilldown into RateCashAmt in schema incentiveinquiry_xsd Drilldown into Rate in schema incentiveinquiry_xsd Drilldown into RateTier in schema incentiveinquiry_xsd Drilldown into MaxRateTerm in schema incentiveinquiry_xsd Drilldown into MinRateTerm in schema incentiveinquiry_xsd Drilldown into OptionDetailID in schema incentiveinquiry_xsdXSD Diagram of RateType in schema incentiveinquiry_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="RateType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
				Describe the rate/cash rebate for different term/tier combination
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" maxOccurs="1" name="OptionDetailID" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						Unique ID of the incentive detail
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="unbounded" name="MinRateTerm" type="qdt:NonNegativeIntegerNumericType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						The minimun term in months for the applicable rate.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="unbounded" name="MaxRateTerm" type="qdt:NonNegativeIntegerNumericType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						The maximum term in months for the applicable rate.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="RateTier" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						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
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="Rate" type="udt:PercentType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						The interest rate charged for a given term and tier combination.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="RateCashAmt" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						Amount of the cash incentive
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="IncentiveStartDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						Start date for the Option detail (Bottom-most level of the incentive hierarchy)
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="IncentiveEndDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						End date for the Option detail (Bottom-most level of the incentive hierarchy)
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="OEMEmpDisctInd" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						Signifies if OEM employee is eligible for discount
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="RateTierDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						FICO Score range for the given RateTier.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="Disclosure" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						Describe the rules related to incentives at a "global" level.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="RateSoldOrderEndDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						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.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OptionDetailID star:OptionDetailID 0 1
MinRateTerm star:MinRateTerm 0 unbounded
MaxRateTerm star:MaxRateTerm 0 unbounded
RateTier star:RateTier 0 1
Rate star:Rate 0 1
RateCashAmt star:RateCashAmt 0 1
IncentiveStartDate star:IncentiveStartDate 0 1
IncentiveEndDate star:IncentiveEndDate 0 1
OEMEmpDisctInd star:OEMEmpDisctInd 0 1
RateTierDescription star:RateTierDescription 0 1
Disclosure star:Disclosure 0 1
RateSoldOrderEndDate star:RateSoldOrderEndDate 0 1
Collapse Derivation Tree:
Collapse References:
star:Rate