Factset · Schema

CustomSymbolContact

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
name string
employerName string
roleName string
isDeleted boolean
irnPersonId string
View JSON Schema on GitHub

JSON Schema

factset-irn-custom-symbols-custom-symbol-contact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CustomSymbolContact",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "employerName": {
      "type": "string"
    },
    "roleName": {
      "type": "string"
    },
    "isDeleted": {
      "type": "boolean"
    },
    "irnPersonId": {
      "type": "string"
    }
  }
}