Factset · Schema
ReportRevisionDTO
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| reportStatus | string | |
| startDate | string | |
| finishDate | string | |
| signOffStatus | string | |
| signOffNotes | string | |
| reportReasonCd | string | |
| description | string | |
| languageCode | string | |
| outputFormat | string | |
| percentageComplete | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "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"
}
}
}