Factset · Schema

articlesFields

Request available Articles data fields to be included in the response. Default is all fields. _fsymId_ and _articleId_ are always included.

Common Fields

|field|description| ||| |fsymId|Factset Regional Security Identifier| |articleId|Unique ID of the article assigned by Truvalue|

Articles Fields

|field|description| ||| |datePub|Publication date of the article expressed in YYYY-MM-DD format| |title|Title of the article| |source|Source of the article| |categories|categories assigned by Truvalue| |bullets|AI-generated bullet point summary for each article. Note, including bullets increases response size drastically| |author|Author of the article| |url|URL of the article| |language|Language code of the article| |orgName| Organization name assigned by Truvalue| |orgId| Unique identifier assigned by Truvalue that is applied on an organization level

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
View JSON Schema on GitHub

JSON Schema

factset-esg-articles-fields-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "articlesFields",
  "type": "array",
  "description": "Request available Articles data fields to be included in the response.\n Default is all fields. _fsymId_ and _articleId_ are always included.\n \n <h3>Common Fields</h3> \n  |field|description|\n  |||\n  |fsymId|Factset Regional Security Identifier|\n  |articleId|Unique ID of the article assigned by Truvalue|          \n  \n <h3> Articles Fields</h3>\n \n  |field|description|\n  |||\n  |datePub|Publication date of the article expressed in YYYY-MM-DD format|\n  |title|Title of the article|\n  |source|Source of the article|\n  |categories|categories assigned by Truvalue|\n  |bullets|AI-generated bullet point summary for each article. Note, including bullets increases response size drastically|\n  |author|Author of the article|\n  |url|URL of the article|\n  |language|Language code of the article|\n  |orgName| Organization name assigned by Truvalue|\n  |orgId| Unique identifier assigned by Truvalue that is applied on an organization level\n  \n"
}