<xs:simpleType name="SymbolSfx_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Additional information about the security e g preferred warrants etc Note also see SecurityType 67 Valid values: As defined in the NYSE Stock and bond Symbol Directory and in the AMEX Fitch Directory Fixed Income use: WI = When Issued for a security to be reissued under an old CUSIP or ISIN CD = a EUCP with lump sum interest rather than discount price
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="SymbolSfx" tag="65" datatype="String" ComponentType="Field" StdAbbrev="Sfx" QualifiedAbbrev="Sfx" 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="WI" desc="WhenIssued" />
<x:EnumDoc value="CD" desc="EUCPLumpsumInterest" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="WI" />
<xs:enumeration value="CD" />
</xs:restriction>
</xs:simpleType>
|