Factset · JSON Structure

Factset Signals Event Request Body Structure

Type: object Properties: 10
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

created updated signalIds ids portfolios themes categories userRelevanceScore sort resolveIdentifiers

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "eventRequestBody",
  "type": "object",
  "properties": {
    "created": {
      "type": "string"
    },
    "updated": {
      "type": "string"
    },
    "signalIds": {
      "type": "string"
    },
    "ids": {
      "type": "string"
    },
    "portfolios": {
      "type": "string"
    },
    "themes": {
      "type": "string"
    },
    "categories": {
      "type": "string"
    },
    "userRelevanceScore": {
      "type": "string"
    },
    "sort": {
      "type": "string"
    },
    "resolveIdentifiers": {
      "type": "boolean"
    }
  }
}