Skip to main content
Version: Latest

TrendingCompanyTopic

description

Topic details of all companies on a watchlist/industry. Topic represents key phrase in the transcript documents of a company.

type TrendingCompanyTopic {
name: String!
trendScore: Float!
sentimentCounts: SentimentCount
totalMentionsTrend: [Int!]
companyCoverage: CompanyCoverage
encapsulatedTopics: [String!]
}

Fields

TrendingCompanyTopic.name ● String! non-null scalar

Topic name

TrendingCompanyTopic.trendScore ● Float! non-null scalar

Trend score of a topic which describes how trending the topic is.

TrendingCompanyTopic.sentimentCounts ● SentimentCount object

Sentiment counts is occurrences of topic across all companies of watchlist/industry. sentiment can be described as a positive, negative, neutral statement.

TrendingCompanyTopic.totalMentionsTrend ● [Int!] list scalar

Monthly total mentions of a topic over 12 months of period.

TrendingCompanyTopic.companyCoverage ● CompanyCoverage object

The company coverage of companies (from a watchlist/industry) that have an occurrence of a topic among all companies.

TrendingCompanyTopic.encapsulatedTopics ● [String!] list scalar

The encapsulated topics are the relevant words grouped under more generic word (In this case, it is a trending topic). For example, if the topic name is 'Profit' then encapsulatedTopics will be 'Future profitability', 'Profits', 'Increased profitability', etc.

Returned by

trendingCompanyTopics query