<xs:simpleType name="SymbolSfx_enum_t">
<xs:annotation>
<xs:documentation>
Additional information about the security (e.g. preferred, warrants, etc.). Note also see SecurityType (167).
As defined in the NYSE Stock and bond Symbol Directory and in the AMEX Fitch Directory.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="SymbolSfx" ComponentType="Field" Tag="65" Type="String" AbbrName="Sfx" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="CD" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">EUCP with lump-sum interest rather than discount price</fm:EnumDoc>
<fm:EnumDoc value="WI" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">"When Issued" for a security to be reissued under an old CUSIP or ISIN</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="CD" />
<xs:enumeration value="WI" />
</xs:restriction>
</xs:simpleType>
|