ndex:SecuritiesGeneralCategoryCodeSimpleType
simpleType SecuritiesGeneralCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies the general type of securities.
Diagram
Enumerations
Value | Definition |
MONEY | Legal tender/currency, e.g. Federal Reserve Bank Notes, U.S. Notes, Gold Certificate, Silver Certificate. |
NEGOTIABLE | Instruments (not money) that is payable without restriction, e.g., endorsed travelers checks and money orders; bearer checks and bonds. |
NONNEGOTIABLE | Instruments 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:restriction base="xs:token">
<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>