Factset · JSON Structure

Factset People Profile Structure

Type: object Properties: 20
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

requestId personId lastName factsetName firstName middleName formalName properName salutation highestDegree highestDegreeInst suffix age gender salary totalCompensation primaryCompanyId primaryCompanyName primaryTitle biography

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "profile",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "personId": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "factsetName": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "middleName": {
      "type": "string"
    },
    "formalName": {
      "type": "string"
    },
    "properName": {
      "type": "string"
    },
    "salutation": {
      "type": "string"
    },
    "highestDegree": {
      "type": "string"
    },
    "highestDegreeInst": {
      "type": "string"
    },
    "suffix": {
      "type": "string"
    },
    "age": {
      "type": "number"
    },
    "gender": {
      "type": "string"
    },
    "salary": {
      "type": "number"
    },
    "totalCompensation": {
      "type": "number"
    },
    "primaryCompanyId": {
      "type": "string"
    },
    "primaryCompanyName": {
      "type": "string"
    },
    "primaryTitle": {
      "type": "string"
    },
    "biography": {
      "type": "string"
    }
  }
}