<xsd:simpleType name="FxBarrierTypeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of whether a barrier within an FX OTC option is a knockin or knockout.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Knockin">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The option exists if the spot rate is at or above, or at or below the barrier level according to the specified barrier direction.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Knockout">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The option ceases to exist if the spot rate is at or above, or at or below the barrier level according to the specified barrier direction.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ReverseKnockin" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The ReverseKnockin value is not to be used. The value is no longer needed." xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">DEPRECATE: Option exists once the barrier is hit. The trigger rate is in-the money in relation to the strike rate.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ReverseKnockout" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The ReverseKnockout value is not to be used. The value is no longer needed." xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">DEPRECATE: Option ceases to exist once the barrier is hit. The trigger rate is in-the money in relation to the strike rate.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|