Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.78 KB

CompanyNewsSummary.md

File metadata and controls

67 lines (41 loc) · 1.78 KB

CompanyNewsSummary

Properties

Name Type Description
id String The Intrinio ID for the news article  
title String The title of the news article  
publicationDate OffsetDateTime The publication date of the news article  
url String The url of the news article  
summary String A summary of the news article  
source SourceEnum The news source.  
topics List<NewsTopic>  
copyright String The copyright of the news article  
language String The language code of the news article  
wordCount Integer The word count of the news article  
spam Boolean Whether the news article is marked as spam or not  
businessRelevance BigDecimal How strongly correlated the news article is to the business  
articleSentiment ArticleSentimentEnum The news sentiment.  
articleSentimentConfidence BigDecimal The confidence score of the sentiment rating  

Enum: SourceEnum

Name Value
YAHOO "yahoo"
MOODY "moody"
MOODY_US_NEWS "moody_us_news"
MOODY_US_PRESS_RELEASES "moody_us_press_releases"

Enum: ArticleSentimentEnum

Name Value
POSITIVE "positive"
NEUTRAL "neutral"
NEGATIVE "negative"