Definition Type: ComplexType
Name: FXEuropeanTrigger
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-fx-4-0.xsd
Abstract
Documentation:
A type that defines a particular type of payout in an FX OTC exotic option. A European trigger occurs if the trigger criteria are met, but these are valid (and an observation is made) only at the maturity of the option.
Collapse XSD Schema Diagram:
Drilldown into informationSource in schema fpml-fx-4-0_xsd Drilldown into triggerRate in schema fpml-fx-4-0_xsd Drilldown into quotedCurrencyPair in schema fpml-fx-4-0_xsd Drilldown into triggerCondition in schema fpml-fx-4-0_xsdXSD Diagram of FXEuropeanTrigger in schema fpml-fx-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FXEuropeanTrigger">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that defines a particular type of payout in an FX OTC exotic option. A European trigger occurs if the trigger criteria are met, but these are valid (and an observation is made) only at the maturity of the option.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="triggerCondition" type="TriggerConditionEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The binary condition that applies to a European-style trigger, determining where the spot rate must be relative to the triggerRate for the option to be exercisable. There can only be two domain values for this element: "aboveTrigger" or "belowTrigger".</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the two currencies for an FX trade and the quotation relationship between the two currencies.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="triggerRate" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The market rate is observed relative to the trigger rate, and if it is found to be on the predefined side of (above or below) the trigger rate, a trigger event is deemed to have occurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="informationSource" type="InformationSource" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The information source where a published or displayed market rate will be obtained, e.g. Telerate Page 3750.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
triggerCondition nsA:triggerCondition (1) (1)
quotedCurrencyPair nsA:quotedCurrencyPair (1) (1)
triggerRate nsA:triggerRate (1) (1)
informationSource nsA:informationSource (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:fxEuropeanTrigger