Factset · Schema

sdgArticle

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
date string Date of article based on dateOf parameter.
fsymId string FactSet Entity Identifier. Six alpha-numeric characters, excluding vowels, with a -E suffix (XXXXXX-E).
requestId string Identifier that was used for the request.
View JSON Schema on GitHub

JSON Schema

factset-esg-sdg-article-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "sdgArticle",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Date of article based on dateOf parameter."
    },
    "fsymId": {
      "type": "string",
      "description": "FactSet Entity Identifier. Six alpha-numeric characters, excluding vowels, with a -E suffix (XXXXXX-E)."
    },
    "requestId": {
      "type": "string",
      "description": "Identifier that was used for the request."
    }
  }
}