Definition Type: ComplexType
Name: Strike
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type describing a single cap or floor rate.
Collapse XSD Schema Diagram:
Drilldown into seller in schema fpml-shared-5-10_xsd2 Drilldown into buyer in schema fpml-shared-5-10_xsd2 Drilldown into strikeRate in schema fpml-shared-5-10_xsd2 Drilldown into id in schema fpml-shared-5-10_xsd2XSD Diagram of Strike in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Strike">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing a single cap or floor rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="strikeRate" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The rate for a cap or floor.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="buyer" type="IdentifiedPayerReceiver" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The buyer of the option</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="seller" type="IdentifiedPayerReceiver" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The party that has sold.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
strikeRate nsC:strikeRate 0 (1)
buyer nsC:buyer 0 (1)
seller nsC:seller 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsC:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:capRate, nsC:floorRate