Skip to main content
Version: Beta

SubIndustry

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

Fields

SubIndustry.code ● Int! non-null scalar

Unique sub-industry code in GICS Taxonomy. Eg: 10101010 @exposed

SubIndustry.name ● String! non-null scalar

SubIndustry name in GICS Taxonomy. Eg: Oil & Gas Drilling (10101010) @exposed

Member of

Company object ● Document object