ndex:SecuritiesGeneralCategoryCodeSimpleType

simpleType SecuritiesGeneralCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/

Definition

A data type for a code that identifies the general type of securities.

Diagram

Enumerations

ValueDefinition
MONEYLegal tender/currency, e.g. Federal Reserve Bank Notes, U.S. Notes, Gold Certificate, Silver Certificate.
NEGOTIABLEInstruments (not money) that is payable without restriction, e.g., endorsed travelers checks and money orders; bearer checks and bonds.
NONNEGOTIABLEInstruments requiring further action to become negotiable, e.g., unendorsed checks, stocks, and bonds.

XML Schema

<xs:simpleType name="SecuritiesGeneralCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the general type of securities.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="MONEY">
<xs:annotation>
<xs:documentation>
Legal tender/currency, e.g. Federal Reserve Bank Notes, U.S. Notes, Gold Certificate, Silver Certificate.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NEGOTIABLE">
<xs:annotation>
<xs:documentation>
Instruments (not money) that is payable without restriction, e.g., endorsed travelers checks and money orders; bearer checks and bonds.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NONNEGOTIABLE">
<xs:annotation>
<xs:documentation>
Instruments requiring further action to become negotiable, e.g., unendorsed checks, stocks, and bonds.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>