Classification Scheme
ClassificationSchemeFNDAn organized system for grouping things by shared properties (e.g., GICS for industries, NAICS for economic activity).
Datasets representing this concept
1 dataset| Dataset | Role | Pure |
|---|---|---|
| industry_classification_scheme | primary | Pure Model -> |
Pure Class
FIBO-grounded class definition for this concept: properties, multiplicities, and source-column annotations. Per-dataset Mapping and Table blocks live on each dataset's Pure Model tab.
<<Lineage.parquetBacked>>
{Lineage.parquetPath = 'out/parquet/industry_classification_scheme.parquet', Lineage.fiboModule = 'FND', Lineage.fiboConcept = 'ClassificationScheme', Lineage.datasetTitle = 'Industry Classification Schemes'}
// Recognized industry-classification taxonomies (e.g., GICS) under which entities can be categorized.
Class fibo::fnd::ClassificationScheme
{
// IdentifierScheme: The naming system that defines how identifiers are formed and assigned (e.g., LEI, ISIN, CUSIP, FIGI).
schemeCode : String[1];
// ClassificationScheme: An organized system for grouping things by shared properties (e.g., GICS for industries, NAICS for economic activity).
name : String[1];
// Description: Free-text human-readable label for the record.
version : String[1];
// Description: Free-text human-readable label for the record.
administrator : String[0..1];
}