<xsd:complexType name="IncentiveValueType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
This field provides the actual values associated with the incentive.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="CashValue" type="udt:AmountType" 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">This field represents the cash value associated with the incentive.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StandardInterestInd" type="udt:IndicatorType" 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">This field represents the cash value associated with the incentive.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="InterestRate" type="udt:NumericType" minOccurs="0" 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">
This field indicates the annual interest rate for the incentive.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StandardResidualInd" type="udt:IndicatorType" 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">
This field is true if Standard interest rate is used and false if an incentive residual rate is used.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ResidualRate" type="udt:NumericType" minOccurs="0" 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">
This field indicates the ending residual percentage rate for the incentive.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="IncentiveText" type="udt:TextType" minOccurs="0" 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">
This field provides the textual description of incentive.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SpecialCondition" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
<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">
This field indicates special terms and conditions associated with the incentive.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|