<xs:simpleType name="LegOptionRatio_t">
<xs:annotation>
<xs:documentation>Expresses the risk of an option leg
Value must be between -1 and 1.
A Call Option will require a ratio value between 0 and 1
A Put Option will require a ratio value between -1 and 0
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="LegOptionRatio" ComponentType="Field" Tag="1017" Type="float" AbbrName="LegOptionRatio" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:decimal" />
</xs:simpleType>
|