Factset · JSON Structure

Factset Global Prices Shares Outstanding Response Object Structure

Type: object Properties: 15
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

sharesOutstandingResponseObject 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 date documentId requestId reportDate publicationDate fiscalYear reportingPeriodDescription reportingPeriod description adrDescription adrRatio adrFsymId totalOutstanding adrTotalOutstanding

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "sharesOutstandingResponseObject",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "documentId": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    },
    "reportDate": {
      "type": "string"
    },
    "publicationDate": {
      "type": "string"
    },
    "fiscalYear": {
      "type": "integer"
    },
    "reportingPeriodDescription": {
      "type": "string"
    },
    "reportingPeriod": {
      "type": "integer"
    },
    "description": {
      "type": "string"
    },
    "adrDescription": {
      "type": "string"
    },
    "adrRatio": {
      "type": "number"
    },
    "adrFsymId": {
      "type": "string"
    },
    "totalOutstanding": {
      "type": "number"
    },
    "adrTotalOutstanding": {
      "type": "number"
    }
  }
}