Factset · JSON Structure

Factset Streetaccount News Checkstatus Structure

Type: object Properties: 7
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

checkstatus 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

product jobID status percentDone startDate endDate part

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "checkstatus",
  "type": "object",
  "properties": {
    "product": {
      "type": "string"
    },
    "jobID": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "percentDone": {
      "type": "integer"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "part": {
      "type": "integer"
    }
  }
}