Definition Type: SimpleType
Name: TriggerTypeEnum
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-enum-5-10.xsd
Documentation:
The specification of whether an option will trigger or expire depending upon whether the spot rate is above or below the barrier rate.
Collapse XSD Schema Diagram:
XSD Diagram of TriggerTypeEnum in schema fpml-enum-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="TriggerTypeEnum">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The specification of whether an option will trigger or expire depending upon whether the spot rate is above or below the barrier rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="EqualOrLess">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The underlyer price must be equal to or less than the Trigger level.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="EqualOrGreater">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The underlyer price must be equal to or greater than the Trigger level.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Equal">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The underlyer price must be equal to the Trigger level.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Less">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The underlyer price must be less than the Trigger level.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Greater">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The underlyer price must be greater than the Trigger level.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration EqualOrLess
Enumeration EqualOrGreater
Enumeration Equal
Enumeration Less
Enumeration Greater
Collapse Derivation Tree:
Collapse References:
nsD:triggerType, nsD:triggerType