Factset · JSON Structure

Factset Global Prices Dividend Structure

Type: object Properties: 34
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Dividend is a JSON Structure definition published by Factset, describing 34 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 currency amtDefNetGrossIndicator amtDefTradingAdj amtDefTradingUnadj amtGrossTradingAdj amtGrossTradingUnadj amtNetTradingAdj amtNetTradingUnadj declaredCurrency amtDefDecAdj amtDefDecUnadj amtGrossDecAdj amtGrossDecUnadj amtNetDecAdj amtNetDecUnadj dividendStatus dividendActiveFlag dividendsSpecFlag frankDefTradingAdj frankDefTradingUnadj frankDefDecAdj frankDefDecUnadj frankPct taxRate requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Dividend",
  "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"
    },
    "currency": {
      "type": "string"
    },
    "amtDefNetGrossIndicator": {
      "type": "string"
    },
    "amtDefTradingAdj": {
      "type": "number"
    },
    "amtDefTradingUnadj": {
      "type": "number"
    },
    "amtGrossTradingAdj": {
      "type": "number"
    },
    "amtGrossTradingUnadj": {
      "type": "number"
    },
    "amtNetTradingAdj": {
      "type": "number"
    },
    "amtNetTradingUnadj": {
      "type": "number"
    },
    "declaredCurrency": {
      "type": "string"
    },
    "amtDefDecAdj": {
      "type": "number"
    },
    "amtDefDecUnadj": {
      "type": "number"
    },
    "amtGrossDecAdj": {
      "type": "number"
    },
    "amtGrossDecUnadj": {
      "type": "number"
    },
    "amtNetDecAdj": {
      "type": "number"
    },
    "amtNetDecUnadj": {
      "type": "number"
    },
    "dividendStatus": {
      "type": "integer"
    },
    "dividendActiveFlag": {
      "type": "integer"
    },
    "dividendsSpecFlag": {
      "type": "integer"
    },
    "frankDefTradingAdj": {
      "type": "number"
    },
    "frankDefTradingUnadj": {
      "type": "number"
    },
    "frankDefDecAdj": {
      "type": "number"
    },
    "frankDefDecUnadj": {
      "type": "number"
    },
    "frankPct": {
      "type": "number"
    },
    "taxRate": {
      "type": "number"
    },
    "requestId": {
      "type": "string"
    }
  }
}