<xs:simpleType name="BasisPxType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Code to represent the basis price type Valid values: 2 = Closing Price at morning session 3 = Closing Price 4 = Current price 5 = SQ 6 = VWAP through a day 7 = VWAP through a morning session 8 = VWAP through an afternoon session 9 = VWAP through a day except YORI an opening auction A = VWAP through a morning session except YORI an opening auction B = VWAP through an afternoon session except YORI an opening auction C = Strike D = Open Z = Others
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="BasisPxType" tag="419" datatype="char" ComponentType="Field" StdAbbrev="BasisPxTyp" QualifiedAbbrev="BasisPxTyp" 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="2" desc="ClsPxMorn" />
<x:EnumDoc value="3" desc="ClsPx" />
<x:EnumDoc value="4" desc="CurrPx" />
<x:EnumDoc value="5" desc="SQ" />
<x:EnumDoc value="6" desc="VWAPDay" />
<x:EnumDoc value="7" desc="VWAPMorn" />
<x:EnumDoc value="8" desc="VWAPAft" />
<x:EnumDoc value="9" desc="VWAPDayXYORI" />
<x:EnumDoc value="A" desc="VWAPMornXYORI" />
<x:EnumDoc value="B" desc="VWAPAftXYORI" />
<x:EnumDoc value="C" desc="Strike" />
<x:EnumDoc value="D" desc="Open" />
<x:EnumDoc value="Z" desc="Others" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<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="A" />
<xs:enumeration value="B" />
<xs:enumeration value="C" />
<xs:enumeration value="D" />
<xs:enumeration value="Z" />
</xs:restriction>
</xs:simpleType>
|