Factset · Schema

function

Controls the types of people returned based on high-level job functions. Filter by - |function|description| ||| |PEOPLE|Retrieve **ALL** Executives of a requested company| |OFFICER|Retrieve only the Officers of a requested company| |DIRECTOR|Retrieve only the Directors of a requested company|

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
View JSON Schema on GitHub

JSON Schema

factset-people-function-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "function",
  "type": "string",
  "description": "Controls the types of people returned based on high-level job functions. Filter by -   |function|description|  |||  |PEOPLE|Retrieve **ALL** Executives of a requested company|  |OFFICER|Retrieve only the Officers of a requested company|  |DIRECTOR|Retrieve only the Directors of a requested company|"
}