Factset · JSON Structure

Factset Id Lookup Include_Exclude_Object Structure

Type: object Properties: 3
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

field entity values

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "include_exclude_object",
  "type": "object",
  "properties": {
    "field": {
      "type": "string"
    },
    "entity": {
      "type": "string"
    },
    "values": {
      "type": "array"
    }
  }
}