Definition Type: ComplexType
Name: FxStrikePrice
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-fx-5-10.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-5-10_xsd3 Drilldown into rate in schema fpml-fx-5-10_xsd3XSD Diagram of FxStrikePrice in schema fpml-fx-5-10_xsd3 (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="PositiveDecimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The rate of exchange between the two currencies of the leg of a deal.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="strikeQuoteBasis" type="StrikeQuoteBasisEnum" minOccurs="0">
            <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 nsE:rate 0 (1)
strikeQuoteBasis nsE:strikeQuoteBasis 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:strike