Definition Type: SimpleType
Name: AllocReportType_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Describes the specific type or purpose of an Allocation Report message Valid values: 3 = Sellside Calculated Using Preliminary includes MiscFees and NetMoney 4 = Sellside Calculated Without Preliminary sent unsolicited by sellside includes MiscFees and NetMoney 5 = Warehouse recap\ 8 = Request to Intermediary
Collapse XSD Schema Diagram:
XSD Diagram of AllocReportType_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="AllocReportType_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Describes the specific type or purpose of an Allocation Report message Valid values: 3 = Sellside Calculated Using Preliminary  includes MiscFees and NetMoney   4 = Sellside Calculated Without Preliminary  sent unsolicited by sellside  includes MiscFees and NetMoney  5 = Warehouse recap\ 8 = Request to Intermediary 
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="AllocReportType" tag="794" datatype="int" ComponentType="Field" StdAbbrev="RptTyp" QualifiedAbbrev="RptTyp" 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="3" desc="SellsideCalculatedUsingPreliminary" />
            <x:EnumDoc value="4" desc="SellsideCalculatedWithoutPreliminary" />
            <x:EnumDoc value="5" desc="WarehouseRecap" />
            <x:EnumDoc value="8" desc="RequestToIntermediary" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="3" />
        <xs:enumeration value="4" />
        <xs:enumeration value="5" />
        <xs:enumeration value="8" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 3
Enumeration 4
Enumeration 5
Enumeration 8
Collapse Derivation Tree:
Collapse References:
nsA:AllocReportType_t