XML Schema Documentation

Complex Type: InterestShortFall

[Table of contents]

Super-types: None
Sub-types: None
Name InterestShortFall
Used by (from the same schema document) Complex Type FloatingAmountEvents
Abstract no
XML Instance Representation
<...>
<interestShortfallCap> InterestShortfallCapEnum </interestShortfallCap> [1]

'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.'

<compounding> xsd:boolean </compounding> [1]
<rateSource> FloatingRateIndex </rateSource> [0..1]

'The rate source in the case of a variable cap.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="InterestShortFall">
<xsd:sequence>
<xsd:element name="interestShortfallCap" type=" InterestShortfallCapEnum "/>
<xsd:element name="compounding" type=" xsd:boolean "/>
<xsd:element name="rateSource" type=" FloatingRateIndex " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>