Factset · JSON Structure

Factset Signals Events Entities Post Structure

Type: object Properties: 6
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

created updated signalIds themes categories userRelevanceScore

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

JSON Structure

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