Factset · JSON Structure

Factset People Company Positions Structure

Type: object Properties: 9
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId personId name title yearsAtFirm age gender requestPosition requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "companyPositions",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "personId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "yearsAtFirm": {
      "type": "number"
    },
    "age": {
      "type": "number"
    },
    "gender": {
      "type": "string"
    },
    "requestPosition": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}