Definition Type: SimpleType
Name: TriggerConditionEnum
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-enum-5-10.xsd
Documentation:
The specification of whether a payout will occur on an option depending upon whether the spot rate is at or above or at or below the trigger rate.
Collapse XSD Schema Diagram:
XSD Diagram of TriggerConditionEnum in schema fpml-enum-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="TriggerConditionEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of whether a payout will occur on an option depending upon whether the spot rate is at or above or at or below the trigger rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="AtOrAbove">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The spot rate must be greater than or equal to the trigger rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="AtOrBelow">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The spot rate must be less than or equal to the trigger rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Above" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The Above value is not to be used. The value is replaced with the more precise AtOrAbove value." xmlns:fpml-annotation="http://www.fpml.org/annotation">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">DEPRECATE: The spot rate must be greater than or equal to the trigger rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Below" fpml-annotation:deprecatedReason="The Below value is not to be used. The value is replaced with the more precise AtOrBelow value." xmlns:fpml-annotation="http://www.fpml.org/annotation">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">DEPRECATE: The spot rate must be less than or equal to the trigger rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration AtOrAbove
Enumeration AtOrBelow
Enumeration Above
Enumeration Below
Collapse Derivation Tree:
Collapse References:
nsD:direction, nsD:triggerCondition, nsD:triggerCondition