<xsd:complexType name="ProgramsAndRatesType">
<xsd:sequence>
<xsd:element minOccurs="0" name="NetAnnualPercentageRate" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation>The rate charged to the dealer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="SubventionCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>Identifies a subvention program.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BalloonResidualPercentage" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation>The estimated percent of value at contract end.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BalloonResidualAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>The estimated amount of the vehicle at contract end.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="SpecialProgramsCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>Code identifying the type of special program (First Time Buyer, College Graduate, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="CreditContractCoupon">
<xsd:annotation>
<xsd:documentation>Coupons associated with Programs and Rates</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FinalPaymentDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>Date that the final payment amount is due (e.g., Ballon, Fixed Value, Lease, etc.)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="FinancePlan" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Description of standard finance plan applied to deal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="InitiativeID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>Initiative Identification (i.e., Manufacturer incentive reimbursement program identification or dealer offerings)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="SpecialProgramDetail">
<xsd:annotation>
<xsd:documentation>Represents information related to the types of lending programs being applied to the deal. EX: College Graduate, 1st Time Buyer, Repeat Customer, Manufacturer Programs, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LeaseBuyMoneyFactorString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Lease Rate/Service Factor offered to the dealer by Finance Source.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DiscountRateString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>The rate/service factor being discounted off the net lease rate due to lease being a single pay lease or some other special program.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="IncentivesForCashCustomer" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Incentives available to ONLY cash customers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ContractTermDistanceMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation>The ContractTermMileage Compound represents the odometer mileage allowed under terms of the warranty.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="UpfrontDistanceMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation>The number of miles purchased at contract commencement</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="UpfrontDistanceRateAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>The amount charged for miles purchased upfront</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="UpfrontDistanceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>UpfrontMiles multiplied by the UpfrontMileageRate</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LowDistanceOption" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>Indicates whether a customer chooses low mileage.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="OriginalLeaseRateMoneyFactorNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The original lease factor before the discount rate for single payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="BaseInterestRate" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The base interest rate before any pre-paid interest or additional costs of financing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="PreApprovedProgramName" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A text description of pre-approval codes.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|