Definition Type: ComplexType
Name: FxStrikePrice
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-fx-4-4.xsd
Abstract
Documentation:
A type that describes the rate of exchange at which the option has been struck.
Collapse XSD Schema Diagram:
Drilldown into strikeQuoteBasis in schema fpml-fx-4-4_xsd Drilldown into rate in schema fpml-fx-4-4_xsdXSD Diagram of FxStrikePrice in schema fpml-fx-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxStrikePrice">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that describes the rate of exchange at which the option has been struck.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="rate" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The rate of exchange between the two currencies of the leg of a deal. Must be specified with a quote basis.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="strikeQuoteBasis" type="StrikeQuoteBasisEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The method by which the strike rate is quoted.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rate fpml:rate (1) (1)
strikeQuoteBasis fpml:strikeQuoteBasis (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:fxStrikePrice, fpml:fxStrikePrice