<xs:simpleType name="ClearingInstruction_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Eligibility of this trade for clearing and central counterparty processing Valid values: 0 = process normally = exclude from all netting 2 = bilateral netting only 3 = ex clearing 4 = special trade 5 = multilateral netting 6 = clear against central counterparty 7 = exclude from central counterparty 8 = Manual mode pre posting and or pre giveup 9 = Automatic posting mode trade posting to the position account number specified 0 = Automatic give up mode trade give up to the give up destination number specified = Qualified Service Representative QSR 2 = Customer Trade 3 = Self clearing values above 4000 are reserved for agreement between parties
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="ClearingInstruction" tag="577" datatype="int" ComponentType="Field" StdAbbrev="ClrngInstrctn" QualifiedAbbrev="ClrngInstrctn" 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="0" desc="processNormally" />
<x:EnumDoc value="1" desc="excludeFromAllNetting" />
<x:EnumDoc value="2" desc="bilateralNettingOnly" />
<x:EnumDoc value="3" desc="exClearing" />
<x:EnumDoc value="4" desc="specialTrade" />
<x:EnumDoc value="5" desc="multilateralNetting" />
<x:EnumDoc value="6" desc="clearAgainstCentralCounterparty" />
<x:EnumDoc value="7" desc="excludeFromCentralCounterparty" />
<x:EnumDoc value="8" desc="ManualModePrepostingAndorPregiveup" />
<x:EnumDoc value="9" desc="AutomaticPostingModeTradePostingToThePositionAccountNumberSpecified" />
<x:EnumDoc value="10" desc="AutomaticGiveupModeTradeGiveupToTheGiveupDestinationNumberSpecified" />
<x:EnumDoc value="11" desc="QualifiedServiceRepresentativeQSR" />
<x:EnumDoc value="12" desc="CustomerTrade" />
<x:EnumDoc value="13" desc="SelfClearing" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
<xs:enumeration value="6" />
<xs:enumeration value="7" />
<xs:enumeration value="8" />
<xs:enumeration value="9" />
<xs:enumeration value="10" />
<xs:enumeration value="11" />
<xs:enumeration value="12" />
<xs:enumeration value="13" />
</xs:restriction>
</xs:simpleType>
|