Factset · JSON Structure

Factset Vermilion Report Revision Dto Structure

Type: object Properties: 10
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

reportStatus startDate finishDate signOffStatus signOffNotes reportReasonCd description languageCode outputFormat percentageComplete

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReportRevisionDTO",
  "type": "object",
  "properties": {
    "reportStatus": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "finishDate": {
      "type": "string"
    },
    "signOffStatus": {
      "type": "string"
    },
    "signOffNotes": {
      "type": "string"
    },
    "reportReasonCd": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "languageCode": {
      "type": "string"
    },
    "outputFormat": {
      "type": "string"
    },
    "percentageComplete": {
      "type": "integer"
    }
  }
}