<xs:simpleType name="StrikePriceBoundaryMethod_enum_t">
<xs:annotation>
<xs:documentation>Specifies the boundary condition to be used for the strike price relative to the underlying price at the point of option exercise.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="StrikePriceBoundaryMethod" ComponentType="Field" Tag="1479" Type="int" AbbrName="StrkPxBndryMeth" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="1" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Less than underlying price is in-the-money (ITM)</fm:EnumDoc>
<fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Less than or equal to the underlying price is in-the-money(ITM)</fm:EnumDoc>
<fm:EnumDoc value="3" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Equal to the underlying price is in-the-money(ITM)</fm:EnumDoc>
<fm:EnumDoc value="4" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Greater than or equal to underlying price is in-the-money(ITM)</fm:EnumDoc>
<fm:EnumDoc value="5" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Greater than underlying is in-the-money(ITM)</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
</xs:restriction>
</xs:simpleType>
|