CompanyTopicV2
type CompanyTopicV2 {
companyId: String!
name: String!
encapsulatedTopics: [String!]
momentumScore: Float
affinityScore: Float
relevanceScore: Float
sentimentCount: SentimentCountV2
totalMentionsTrends: [Int!]
sentimentTrends: [TopicSentimentTrend!]
}
Fields
CompanyTopicV2.companyId ● String! non-null scalar graph-ql-types
Internal AlphaSense company ID @exposed
CompanyTopicV2.name ● String! non-null scalar graph-ql-types
name of the topic @exposed
CompanyTopicV2.encapsulatedTopics ● [String!] list scalar graph-ql-types
The encapsulated topics are the synonym's of the topic. For example, if the topic name is 'Profit' then encapsulatedTopics will be 'Future profitability', 'Profits', 'Increased profitability', etc. @exposed
CompanyTopicV2.momentumScore ● Float scalar graph-ql-types
%change in mentions in most recent 3 months compared to prior 3 months @exposed
CompanyTopicV2.affinityScore ● Float scalar graph-ql-types
measure of how unique the topic is for the company compared to other topics @exposed
CompanyTopicV2.relevanceScore ● Float scalar graph-ql-types
measure of how relevant the topic is to the given company @exposed
CompanyTopicV2.sentimentCount ● SentimentCountV2 object graph-ql-types
Overall sentiment count of topic over a period. @exposed
CompanyTopicV2.totalMentionsTrends ● [Int!] list scalar graph-ql-types
Total mention counts of topic over a period. @exposed
CompanyTopicV2.sentimentTrends ● [TopicSentimentTrend!] list object graph-ql-types
Month wise sentiment count of topic over a period. @exposed
Member Of
CompanyTopicsData object