<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, as well as whether it is a standard barrier or a reverse barrier.</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">Option exists once the barrier is hit. The trigger rate is out-of-the money in relation to the strike rate.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Knockout">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Option ceases to exist once the barrier is hit. The trigger rate is out-of the-money in relation to the strike rate.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ReverseKnockin">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">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">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">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>
|