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 graph-ql-types
Topic name
TrendingCompanyTopic.trendScore ● Float! non-null scalar graph-ql-types
Trend score of a topic which describes how trending the topic is.
TrendingCompanyTopic.sentimentCounts ● SentimentCount object graph-ql-types
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 graph-ql-types
Monthly total mentions of a topic over 12 months of period.