<xsd:simpleType name="TriggerTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of whether an option will trigger or expire depending upon whether the spot rate is above or below the barrier rate.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="EqualOrLess">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The underlyer price must be equal to or less than the Trigger level.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="EqualOrGreater">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The underlyer price must be equal to or greater than the Trigger level.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Equal">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The underlyer price must be equal to the Trigger level.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Less">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The underlyer price must be less than the Trigger level.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Greater">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The underlyer price must be greater than the Trigger level.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|