<xsd:complexType name="InterestShortFall">
<xsd:sequence>
<xsd:element name="interestShortfallCap" type="InterestShortfallCapEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the nature of the interest Shortfall cap (i.e. Fixed Cap or Variable Cap) in the case where it is applicable. ISDA 2003 Term: Interest Shortfall Cap.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="compounding" type="xsd:boolean" />
<xsd:element name="rateSource" type="FloatingRateIndex" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The rate source in the case of a variable cap.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|