Definition Type: ComplexType
Name: CapFloor
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: nsA:Product
Containing Schema: fpml-ird-4-0.xsd
Abstract
Documentation:
A type defining an interest rate cap, floor, or cap/floor strategy (e.g. collar) product.
Collapse XSD Schema Diagram:
Drilldown into additionalPayment in schema fpml-ird-4-0_xsd Drilldown into premium in schema fpml-ird-4-0_xsd Drilldown into capFloorStream in schema fpml-ird-4-0_xsd Drilldown into productId in schema fpml-shared-4-0_xsd Drilldown into productType in schema fpml-shared-4-0_xsd Drilldown into id in schema fpml-shared-4-0_xsd Drilldown into Product in schema fpml-shared-4-0_xsdXSD Diagram of CapFloor in schema fpml-ird-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CapFloor">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining an interest rate cap, floor, or cap/floor strategy (e.g. collar) product.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Product">
            <xsd:sequence>
                <xsd:element name="capFloorStream" type="InterestRateStream" />
                <xsd:element name="premium" type="Payment" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The option premium amount payable by buyer to seller on the specified payment date. </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="additionalPayment" type="Payment" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Additional payments between the principal parties.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
productType nsA:productType 0 (1)
productId nsA:productId 0 unbounded
capFloorStream nsA:capFloorStream (1) (1)
premium nsA:premium 0 unbounded
additionalPayment nsA:additionalPayment 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:capFloor