Factset · JSON Structure

Factset People Company Compensation Structure

Type: object Properties: 13
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

name personId title salary bonus stockAwards optionsAwards otherCompensation totalCompensation nonEquityIncentivePlanComp nonQualifiedCompEarnings compensationYear requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "companyCompensation",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "personId": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "salary": {
      "type": "number"
    },
    "bonus": {
      "type": "number"
    },
    "stockAwards": {
      "type": "number"
    },
    "optionsAwards": {
      "type": "number"
    },
    "otherCompensation": {
      "type": "number"
    },
    "totalCompensation": {
      "type": "number"
    },
    "nonEquityIncentivePlanComp": {
      "type": "number"
    },
    "nonQualifiedCompEarnings": {
      "type": "number"
    },
    "compensationYear": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}