<xs:simpleType name="PosType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Used to identify the type of quantity that is being returned Valid values: TQ = Transaction Quantity IAS = Intra Spread Qty IES = Inter Spread Qty FIN = End of Day Qty SOD = Start of Day Qty EX = Option Exercise Qty AS = Option Assignment TX = Transaction from Exercise TA = Transaction from Assignment PIT = Pit Trade Qty TRF = Transfer Trade Qty ETR = Electronic Trade Qty ALC = Allocation Trade Qty PA = Adjustment Qty ASF = As of Trade Qty DLV = Delivery Qty TOT = Total Transaction Qty XM = Cross Margin Qty SPL = Integral Split
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="PosType" tag="703" datatype="String" ComponentType="Field" StdAbbrev="Typ" QualifiedAbbrev="Typ" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="TQ" desc="TransactionQuantity" />
<x:EnumDoc value="IAS" desc="IntraSpreadQty" />
<x:EnumDoc value="IES" desc="InterSpreadQty" />
<x:EnumDoc value="FIN" desc="EndofDayQty" />
<x:EnumDoc value="SOD" desc="StartofDayQty" />
<x:EnumDoc value="EX" desc="OptionExerciseQty" />
<x:EnumDoc value="AS" desc="OptionAssignment" />
<x:EnumDoc value="TX" desc="TransactionFromExercise" />
<x:EnumDoc value="TA" desc="TransactionFromAssignment" />
<x:EnumDoc value="PIT" desc="PitTradeQty" />
<x:EnumDoc value="TRF" desc="TransferTradeQty" />
<x:EnumDoc value="ETR" desc="ElectronicTradeQty" />
<x:EnumDoc value="ALC" desc="AllocationTradeQty" />
<x:EnumDoc value="PA" desc="AdjustmentQty" />
<x:EnumDoc value="ASF" desc="AsofTradeQty" />
<x:EnumDoc value="DLV" desc="DeliveryQty" />
<x:EnumDoc value="TOT" desc="TotalTransactionQty" />
<x:EnumDoc value="XM" desc="CrossMarginQty" />
<x:EnumDoc value="SPL" desc="IntegralSplit" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="TQ" />
<xs:enumeration value="IAS" />
<xs:enumeration value="IES" />
<xs:enumeration value="FIN" />
<xs:enumeration value="SOD" />
<xs:enumeration value="EX" />
<xs:enumeration value="AS" />
<xs:enumeration value="TX" />
<xs:enumeration value="TA" />
<xs:enumeration value="PIT" />
<xs:enumeration value="TRF" />
<xs:enumeration value="ETR" />
<xs:enumeration value="ALC" />
<xs:enumeration value="PA" />
<xs:enumeration value="ASF" />
<xs:enumeration value="DLV" />
<xs:enumeration value="TOT" />
<xs:enumeration value="XM" />
<xs:enumeration value="SPL" />
</xs:restriction>
</xs:simpleType>
|