Factset · JSON Structure

Factset Signals Event Headline Data Item Structure

Type: object Properties: 11
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

requestId companyName signalId signalName theme source eventId eventDate summary userRelevanceScore created

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "eventHeadlineDataItem",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "companyName": {
      "type": "string"
    },
    "signalId": {
      "type": "string"
    },
    "signalName": {
      "type": "string"
    },
    "theme": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "eventId": {
      "type": "string"
    },
    "eventDate": {
      "type": "string"
    },
    "summary": {
      "type": "string"
    },
    "userRelevanceScore": {
      "type": "number"
    },
    "created": {
      "type": "string"
    }
  }
}