Factset · JSON Structure

Factset Irn Custom Symbols Custom Symbol Contact Structure

Type: object Properties: 6
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

id name employerName roleName isDeleted irnPersonId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CustomSymbolContact",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "employerName": {
      "type": "string"
    },
    "roleName": {
      "type": "string"
    },
    "isDeleted": {
      "type": "boolean"
    },
    "irnPersonId": {
      "type": "string"
    }
  }
}