Definition Type: SimpleType
Name: FxBarrierDirectionEnum
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-enum-5-10.xsd
Documentation:
The specification of whether the direction of a barrier within an FX OTC option is Down or Up.
Collapse XSD Schema Diagram:
XSD Diagram of FxBarrierDirectionEnum in schema fpml-enum-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="FxBarrierDirectionEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of whether the direction of a barrier within an FX OTC option is Down or Up.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Down">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The barrier is triggered if the observed rate is at or below the barrier level during the period of observation, or at the time of observation.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Up">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The barrier is triggered if the observed rate is at or above the barrier level during the period of observation, or at the time of observation.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Down
Enumeration Up
Collapse Derivation Tree:
Collapse References:
nsA:direction