Factset · Schema

CalculationsSummary

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
status string Last poll status of the calculation.
units integer Number of calculation units in batch.
requestTime string Request time of calculation.
lastPollTime string Last poll time of calculation.
View JSON Schema on GitHub

JSON Schema

factset-vault-calculations-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CalculationsSummary",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "Last poll status of the calculation."
    },
    "units": {
      "type": "integer",
      "description": "Number of calculation units in batch."
    },
    "requestTime": {
      "type": "string",
      "description": "Request time of calculation."
    },
    "lastPollTime": {
      "type": "string",
      "description": "Last poll time of calculation."
    }
  }
}