Definition Type: ComplexType
Name: FxTriggerBase
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-fx-5-10.xsd
Abstract
Documentation:
Describes a european trigger applied to an FX digtal option.
Collapse XSD Schema Diagram:
Drilldown into triggerRate in schema fpml-fx-5-10_xsd4 Drilldown into quotedCurrencyPair in schema fpml-fx-5-10_xsd4XSD Diagram of FxTriggerBase in schema fpml-fx-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxTriggerBase">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Describes a european trigger applied to an FX digtal option.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair" minOccurs="0">
            <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="PositiveDecimal" minOccurs="0">
            <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 barrier event is deemed to have occurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
quotedCurrencyPair nsF:quotedCurrencyPair 0 (1)
triggerRate nsF:triggerRate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsF:FxAccrualTriggernsF:FxTrigger,