Factset · Schema

EmployerDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
name string
factsetIdentifier string
View JSON Schema on GitHub

JSON Schema

factset-irn-contacts-employer-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EmployerDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "factsetIdentifier": {
      "type": "string"
    }
  }
}