Factset · JSON Structure

Factset Vermilion Data Source Dto Structure

Type: object Properties: 11
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

dataSourceId name code dsType entities outputRecordSet releaseTag defaultDataSourceName dataPreview lastUpdatedBy lastUpdated

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DataSourceDTO",
  "type": "object",
  "properties": {
    "dataSourceId": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "dsType": {
      "type": "string"
    },
    "entities": {
      "type": "array"
    },
    "outputRecordSet": {
      "type": "string"
    },
    "releaseTag": {
      "type": "string"
    },
    "defaultDataSourceName": {
      "type": "string"
    },
    "dataPreview": {
      "type": "string"
    },
    "lastUpdatedBy": {
      "type": "string"
    },
    "lastUpdated": {
      "type": "number"
    }
  }
}