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

Classifier

ClassifierFND

A specific category within a classification scheme (e.g., the GICS sector 'Financials' or industry group 'Banks').

Datasets representing this concept
1 dataset
DatasetRolePure
industry_classification_nodeprimaryPure 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_node.parquet', Lineage.fiboModule = 'FND', Lineage.fiboConcept = 'Classifier', Lineage.datasetTitle = 'Industry Classification Nodes'}
// Hierarchy of categories within each classification scheme — sectors, industry groups, industries.
Class fibo::fnd::Classifier
{
    // IdentifierScheme: The naming system that defines how identifiers are formed and assigned (e.g., LEI, ISIN, CUSIP, FIGI).
    schemeCode : String[1];
    // Identifier: A label assigned by an authority that uniquely refers to a thing (entity, instrument, account, etc.) within a given naming scheme.
    code : String[1];
    // ClassificationLevel: Depth of a node in a hierarchical classification scheme (1 = top sector, 2 = industry group, etc.).
    level : Integer[1];
    // Identifier: A label assigned by an authority that uniquely refers to a thing (entity, instrument, account, etc.) within a given naming scheme.
    parentCode : String[0..1];
    // Classifier: A specific category within a classification scheme (e.g., the GICS sector \'Financials\' or industry group \'Banks\').
    name : String[1];
}