ndex:SecuritiesGeneralCategoryCodeSimpleType

simpleType SecuritiesGeneralCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.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>