Factset · Schema

EntityDTO

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
entityId integer
name string
code string
View JSON Schema on GitHub

JSON Schema

factset-vermilion-entity-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EntityDTO",
  "type": "object",
  "properties": {
    "entityId": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "code": {
      "type": "string"
    }
  }
}