Factset · JSON Structure

Factset Global Prices Corporate Action Structure

Type: object Properties: 10
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

corporateAction 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

fsymId eventId eventTypeCode eventTypeDesc divTypeCode announcementDate recordDate payDate effectiveDate requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "corporateAction",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "eventId": {
      "type": "string"
    },
    "eventTypeCode": {
      "type": "string"
    },
    "eventTypeDesc": {
      "type": "string"
    },
    "divTypeCode": {
      "type": "string"
    },
    "announcementDate": {
      "type": "string"
    },
    "recordDate": {
      "type": "string"
    },
    "payDate": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}