Skip to main content

IndustryClassification

Description: IndustryClassification holds the detailed industry classification for a business entity using the GICS (Global Industry Classification Standard) hierarchy. DESIGN NOTE: All codes are defined as 'string' rather than 'int' to preserve leading zeros (e.g., "05") which would be truncated by integer types, and to treat these values as unique identifiers rather than numeric quantities.

note

The protobuf file is the authoritative source of documentation. Please refer to the Protobuf tab when in doubt about field definitions, validation rules, or type specifications.

FieldTypeDescriptionRequiredValidation
sector_codestringThe 2-digit GICS Sector code. Validation: If set, must be exactly 2 digits.Nosector_code must be empty or exactly 2 digits
sector_namestringThe human-readable name of the GICS Sector. Validation: Max 255 characters.NoLength max: 255 characters
industry_group_codestringThe 4-digit GICS Industry Group code. Validation: If set, must be exactly 4 digits.Noindustry_group_code must be empty or exactly 4 digits
industry_group_namestringThe human-readable name of the GICS Industry Group. Validation: Max 255 characters.NoLength max: 255 characters
industry_codestringThe 6-digit GICS Industry code. Validation: If set, must be exactly 6 digits.Noindustry_code must be empty or exactly 6 digits
industry_namestringThe human-readable name of the GICS Industry. Validation: Max 255 characters.NoLength max: 255 characters
sub_industry_codestringThe 8-digit GICS Sub-Industry code. Validation: If set, must be exactly 8 digits.Nosub_industry_code must be empty or exactly 8 digits
sub_industry_namestringThe human-readable name of the GICS Sub-Industry. Validation: Max 255 characters.NoLength max: 255 characters