Factset · JSON Structure

Factset Global Prices Annualized Dividends Object Structure

Type: object Properties: 6
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId eventId effectiveDate iadDefTradingAdj currency requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "annualizedDividendsObject",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "eventId": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "string"
    },
    "iadDefTradingAdj": {
      "type": "number"
    },
    "currency": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}