Factset · JSON Structure

Factset Vermilion Report Instance Dto Structure

Type: object Properties: 7
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

reportInstanceId reportDefinitionId reportDefinitionName reportName userFriendlyReportName extension name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReportInstanceDTO",
  "type": "object",
  "properties": {
    "reportInstanceId": {
      "type": "integer"
    },
    "reportDefinitionId": {
      "type": "integer"
    },
    "reportDefinitionName": {
      "type": "string"
    },
    "reportName": {
      "type": "string"
    },
    "userFriendlyReportName": {
      "type": "string"
    },
    "extension": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}