Factset · JSON Structure

Factset Ownership Security Holders Structure

Type: object Properties: 14
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

holderId fsymId holderEntityId holderName date currency investorType holderType adjHolding adjMarketValue weightClose percentOutstanding source requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "securityHolders",
  "type": "object",
  "properties": {
    "holderId": {
      "type": "string"
    },
    "fsymId": {
      "type": "string"
    },
    "holderEntityId": {
      "type": "string"
    },
    "holderName": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "investorType": {
      "type": "string"
    },
    "holderType": {
      "type": "string"
    },
    "adjHolding": {
      "type": "number"
    },
    "adjMarketValue": {
      "type": "number"
    },
    "weightClose": {
      "type": "number"
    },
    "percentOutstanding": {
      "type": "number"
    },
    "source": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}