Skip to main content
Version: Latest

IndustryBranch

type IndustryBranch {
code: Int!
name: String!
}

Fields

IndustryBranch.code ● Int! non-null scalar

Unique industry code in GICS Taxonomy. Eg: 101010 @exposed

IndustryBranch.name ● String! non-null scalar

Industry name in GICS Taxonomy. Eg: Energy Equipment & Services (101010) @exposed

Member of

Company object ● Document object