Definition Type: ComplexType
Name: FxAmericanTrigger
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-fx-4-4.xsd
Abstract
Documentation:
A tyoe that defines a particular type of payout in an FX OTC exotic option. An American trigger occurs if the trigger criteria are met at any time from the initiation to the maturity of the option.
Collapse XSD Schema Diagram:
Drilldown into observationEndDate in schema fpml-fx-4-4_xsd Drilldown into observationStartDate in schema fpml-fx-4-4_xsd Drilldown into informationSource in schema fpml-fx-4-4_xsd Drilldown into triggerRate in schema fpml-fx-4-4_xsd Drilldown into quotedCurrencyPair in schema fpml-fx-4-4_xsd Drilldown into touchCondition in schema fpml-fx-4-4_xsdXSD Diagram of FxAmericanTrigger in schema fpml-fx-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxAmericanTrigger">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A tyoe that defines a particular type of payout in an FX OTC exotic option. An American trigger occurs if the trigger criteria are met at any time from the initiation to the maturity of the option.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="touchCondition" type="TouchConditionEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The binary condition that applies to an American-style trigger. There can only be two domain values for this element: "touch" or "no touch".</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:element name="observationStartDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The start of the period over which observations are made to determine whether a trigger has occurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="observationEndDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The end of the period over which observations are made to determine whether a trigger event has occurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
touchCondition fpml:touchCondition (1) (1)
quotedCurrencyPair fpml:quotedCurrencyPair (1) (1)
triggerRate fpml:triggerRate (1) (1)
informationSource fpml:informationSource (1) unbounded
observationStartDate fpml:observationStartDate 0 (1)
observationEndDate fpml:observationEndDate 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:fxAmericanTrigger