Factset · JSON Structure

Factset Portfolio Reporting Batcher Runs For Job Structure

Type: object Properties: 6
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

endTime id isApiTriggered runDuration startTime submitTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "runsForJob",
  "type": "object",
  "properties": {
    "endTime": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "isApiTriggered": {
      "type": "boolean"
    },
    "runDuration": {
      "type": "number"
    },
    "startTime": {
      "type": "string"
    },
    "submitTime": {
      "type": "string"
    }
  }
}