Definition Type: ComplexType
Name: FxFeature
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-option-shared-4-4.xsd
Abstract
Documentation:
A type for defining Fx Features.
Collapse XSD Schema Diagram:
Drilldown into crossCurrency in schema fpml-option-shared-4-4_xsd Drilldown into quanto in schema fpml-option-shared-4-4_xsd Drilldown into composite in schema fpml-option-shared-4-4_xsd Drilldown into referenceCurrency in schema fpml-option-shared-4-4_xsdXSD Diagram of FxFeature in schema fpml-option-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxFeature">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type for defining Fx Features.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="referenceCurrency" type="IdentifiedCurrency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the reference currency of the trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice>
            <xsd:element name="composite" type="Composite">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">If “Composite” is specified as the Settlement Type in the relevant Transaction Supplement, an amount in the Settlement Currency, determined by the Calculation Agent as being equal to the number of Options exercised or deemed exercised, multiplied by: (Settlement Price – Strike Price) / (Strike Price – Settlement Price) x Multiplier provided that if the above is equal to a negative amount the Option Cash Settlement Amount shall be deemed to be zero.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="quanto" type="Quanto">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">If “Quanto” is specified as the Settlement Type in the relevant Transaction Supplement, an amount, as determined by the Calculation Agent in accordance with the Section 8.2 of the Equity Definitions</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="crossCurrency" type="Composite">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">If “Cross-Currency” is specified as the Settlement Type in the relevant Transaction Supplement, an amount in the Settlement Currency, determined by the Calculation Agent as being equal to the number of Options exercised or deemed exercised, multiplied by: (Settlement Price – Strike Price) / (Strike Price – Settlement Price) x Multiplier x one unit of the Reference Currency converted into an amount in the Settlement Currency using the rate of exchange of the Settlement Currency as quoted on the Reference Price Source on the Valuation Date, provided that if the above is equal to a negative amount the Option Cash Settlement Amount shall be deemed to be zero</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
referenceCurrency fpml:referenceCurrency (1) (1)
composite fpml:composite (1) (1)
quanto fpml:quanto (1) (1)
crossCurrency fpml:crossCurrency (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:fxFeature, fpml:fxFeature, fpml:fxFeature, fpml:fxFeature, fpml:fxFeature