Factset · JSON Structure

Factset People Job Structure

Type: object Properties: 10
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

companyCity companyId companyName jobEndDate jobFunctionCode jobFunctionName jobStartDate jobTitle personId requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "job",
  "type": "object",
  "properties": {
    "companyCity": {
      "type": "string"
    },
    "companyId": {
      "type": "string"
    },
    "companyName": {
      "type": "string"
    },
    "jobEndDate": {
      "type": "string"
    },
    "jobFunctionCode": {
      "type": "string"
    },
    "jobFunctionName": {
      "type": "string"
    },
    "jobStartDate": {
      "type": "string"
    },
    "jobTitle": {
      "type": "string"
    },
    "personId": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}