Factset · JSON Structure

Factset Global Prices Split Structure

Type: object Properties: 15
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId eventId eventTypeCode eventTypeDesc announcementDate recordDate payDate effectiveDate adjFactor adjFactorCombined distOldTerm distNewTerm distInstFsymId shortDesc requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Split",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "eventId": {
      "type": "string"
    },
    "eventTypeCode": {
      "type": "string"
    },
    "eventTypeDesc": {
      "type": "string"
    },
    "announcementDate": {
      "type": "string"
    },
    "recordDate": {
      "type": "string"
    },
    "payDate": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "string"
    },
    "adjFactor": {
      "type": "number"
    },
    "adjFactorCombined": {
      "type": "number"
    },
    "distOldTerm": {
      "type": "number"
    },
    "distNewTerm": {
      "type": "number"
    },
    "distInstFsymId": {
      "type": "string"
    },
    "shortDesc": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}