Factset · JSON Structure

Factset People Company People Structure

Type: object Properties: 12
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId email name jobFunction1 jobFunction2 jobFunction3 jobFunction4 mainPhone personId phone requestId title

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "companyPeople",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "jobFunction1": {
      "type": "string"
    },
    "jobFunction2": {
      "type": "string"
    },
    "jobFunction3": {
      "type": "string"
    },
    "jobFunction4": {
      "type": "string"
    },
    "mainPhone": {
      "type": "string"
    },
    "personId": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    },
    "title": {
      "type": "string"
    }
  }
}