<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>
|