Factset · Schema

DataSourceInstance

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
dstInstanceId integer
dstInstanceType integer
rows array
View JSON Schema on GitHub

JSON Schema

factset-vermilion-data-source-instance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DataSourceInstance",
  "type": "object",
  "properties": {
    "dstInstanceId": {
      "type": "integer"
    },
    "dstInstanceType": {
      "type": "integer"
    },
    "rows": {
      "type": "array"
    }
  }
}