Factset · JSON Structure

Factset Streetaccount News Views Object Structure

Type: object Properties: 7
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

viewName tickers categories topics regions sectors isPrimary

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "viewsObject",
  "type": "object",
  "properties": {
    "viewName": {
      "type": "string"
    },
    "tickers": {
      "type": "array"
    },
    "categories": {
      "type": "array"
    },
    "topics": {
      "type": "array"
    },
    "regions": {
      "type": "array"
    },
    "sectors": {
      "type": "array"
    },
    "isPrimary": {
      "type": "boolean"
    }
  }
}