Factset · JSON Structure

Factset Global Prices Distribution Structure

Type: object Properties: 20
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Distribution is a JSON Structure definition published by Factset, describing 20 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 amtDefTradingAdj amtDefTradingUnadj currency distPct distOldTerm distNewTerm rightsIssuePrice rightsIssueCurrency 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": "Distribution",
  "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"
    },
    "amtDefTradingAdj": {
      "type": "number"
    },
    "amtDefTradingUnadj": {
      "type": "number"
    },
    "currency": {
      "type": "string"
    },
    "distPct": {
      "type": "number"
    },
    "distOldTerm": {
      "type": "number"
    },
    "distNewTerm": {
      "type": "number"
    },
    "rightsIssuePrice": {
      "type": "number"
    },
    "rightsIssueCurrency": {
      "type": "string"
    },
    "shortDesc": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}