<xsd:simpleType name="FxBarrierTypeSimpleEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Defines the outcome in the event that the barrier is triggered i.e. whether the product becomes active (Knockin) or is extinguished (Knockout). Omitting superseded values ReverseKnock[in|out].</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:restriction>
</xsd:simpleType>
|