<xs:simpleType name="OrderPercent_t">
<xs:annotation>
<xs:documentation>
For CIV specifies the approximate order quantity desired. For a CIV Sale it specifies percentage of investor's total holding to be sold. For a CIV switch/exchange it specifies percentage of investor's cash realised from sales to be re-invested. The executing broker, intermediary or fund manager is responsible for converting and calculating OrderQty (38) in shares/units for subsequent messages.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="OrderPercent" ComponentType="Field" Tag="516" Type="Percentage" AbbrName="Pct" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Percentage" />
</xs:simpleType>
|