Definition Type: ComplexType
Name: InterestShortFall
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-cd-4-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into rateSource in schema fpml-cd-4-4_xsd Drilldown into compounding in schema fpml-cd-4-4_xsd Drilldown into interestShortfallCap in schema fpml-cd-4-4_xsdXSD Diagram of InterestShortFall in schema fpml-cd-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
interestShortfallCap fpml:interestShortfallCap (1) (1)
compounding fpml:compounding (1) (1)
rateSource fpml:rateSource 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:interestShortfall