Definition Type: ComplexType
Name: FXStrikePrice
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-fx-4-0.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-0_xsd Drilldown into rate in schema fpml-fx-4-0_xsdXSD Diagram of FXStrikePrice in schema fpml-fx-4-0_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 nsA:rate (1) (1)
strikeQuoteBasis nsA:strikeQuoteBasis (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:fxStrikePrice, nsA:fxStrikePrice