<xs:simpleType name="CommType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Commission type Valid values: = per unit implying shares par currency etc 2 = percentage 3 = absolute total monetary amount 4 = for CIV buy orders percentage waived cash discount 5 = for CIV buy orders percentage waived enhanced units 6 = points per bond or or contract Supply ContractMultiplier 23 in the Instrument component block if the object security is denominated in a size other than the industry default 000 par for bonds
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="CommType" tag="13" datatype="char" ComponentType="Field" StdAbbrev="CommTyp" QualifiedAbbrev="CommTyp" 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="1" desc="PerShare" />
<x:EnumDoc value="2" desc="Percent" />
<x:EnumDoc value="3" desc="Absolute" />
<x:EnumDoc value="4" desc="PctWaivedCshDisc" />
<x:EnumDoc value="5" desc="PctWaivedEnUnits" />
<x:EnumDoc value="6" desc="PerBond" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<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:restriction>
</xs:simpleType>
|