<xs:simpleType name="PriceDelta_t">
<xs:annotation>
<xs:documentation>The rate of change in the price of a derivative with respect to the movement in the price of the underlying instrument(s) upon which the derivative instrument price is based.
This value is normally between -1.0 and 1.0.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="PriceDelta" ComponentType="Field" Tag="811" Type="float" AbbrName="PxDelta" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:decimal" />
</xs:simpleType>
|