<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>
|