<xs:simpleType name="MarginRatio_t">
<xs:annotation>
<xs:documentation>
The fraction of the cash consideration that must be collateralized, expressed as a percent. A MarginRatio of 02% indicates that the value of the collateral (after deducting for "haircut") must exceed the cash consideration by 2%.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="MarginRatio" ComponentType="Field" Tag="898" Type="Percentage" AbbrName="MgnRatio" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Percentage" />
</xs:simpleType>
|