Causeway
Degraded in us-west-2DocsRequest Dataset
<- Back to concepts

Classification Scheme

ClassificationSchemeFND

An organized system for grouping things by shared properties (e.g., GICS for industries, NAICS for economic activity).

Datasets representing this concept
1 dataset
DatasetRolePure
industry_classification_schemeprimaryPure 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];
}