CompanyCoverage
description
The company coverage of companies (from a watchlist/industry) that have an occurrence of a topic among all companies.
type CompanyCoverage {
  percentage: Float
  count: Int
}
Fields
CompanyCoverage.percentage ● Float scalar
The percentage value of companies (from a watchlist/industry) that have an occurrence of a topic among all companies. For Example, the watchlist/industry has 10 companies among those only 7 companies have an occurrence of a topic, so company coverage will be 70 percent.
CompanyCoverage.count ● Int scalar
The total number of companies (from a watchlist/industry) that have an occurrence of a topic. For Example, the watchlist/industry has 10 companies among those only 7 companies have an occurrence of a topic, so company count will return 7.
Member of
TrendingCompanyTopic  object