Definition Type: ComplexType
Name: Strike
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type describing a single cap or floor rate.
Collapse XSD Schema Diagram:
Drilldown into seller in schema fpml-shared-4-4_xsd Drilldown into buyer in schema fpml-shared-4-4_xsd Drilldown into strikeRate in schema fpml-shared-4-4_xsd Drilldown into id in schema fpml-shared-4-4_xsdXSD Diagram of Strike in schema fpml-shared-4-4_xsd (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">
            <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 fpml:strikeRate (1) (1)
buyer fpml:buyer 0 (1)
seller fpml:seller 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:capRate, fpml:capValue, fpml:floorRate, fpml:floorValue