Definition Type: SimpleType
Name: PositionEffect_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Indicates whether the resulting position after a trade should be an opening position or closing position Used for omnibus accounting where accounts are held on a gross basis instead of being netted together Valid Values: O = Open C = Close R = Rolled F = FIFO
Collapse XSD Schema Diagram:
XSD Diagram of PositionEffect_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="PositionEffect_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates whether the resulting position after a  trade should be an opening position or closing position  Used for omnibus accounting   where accounts are held on a gross basis instead of being netted together  Valid Values: O = Open  C = Close R = Rolled F = FIFO 
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="PositionEffect" tag="77" datatype="char" ComponentType="Field" StdAbbrev="PosEfct" QualifiedAbbrev="PosEfct" 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="O" desc="Open" />
            <x:EnumDoc value="C" desc="Close" />
            <x:EnumDoc value="R" desc="Rolled" />
            <x:EnumDoc value="F" desc="FIFO" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="O" />
        <xs:enumeration value="C" />
        <xs:enumeration value="R" />
        <xs:enumeration value="F" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration O
Enumeration C
Enumeration R
Enumeration F
Collapse Derivation Tree:
Collapse References:
nsA:PositionEffect_t