Factset · JSON Structure

Factset Global Filings Investment Research Object Structure

Type: object Properties: 9
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

InvestmentResearchObject is a JSON Structure definition published by Factset, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

headline source primaryIds allIds filingsDate filingsTime categories filingsLink documentId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InvestmentResearchObject",
  "type": "object",
  "properties": {
    "headline": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "primaryIds": {
      "type": "array"
    },
    "allIds": {
      "type": "array"
    },
    "filingsDate": {
      "type": "string"
    },
    "filingsTime": {
      "type": "string"
    },
    "categories": {
      "type": "array"
    },
    "filingsLink": {
      "type": "string"
    },
    "documentId": {
      "type": "string"
    }
  }
}