Factset · Schema

FIABCalculationStatus

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
status string FIAB service batch status integer definitions. See https://pages.github.factset.com/FactSet/fipa-inf-docs/service/fiab_batch_api.html#lt-uuid-gt.
startdatetime string
completiondatetime string
progress integer
batchevents array
View JSON Schema on GitHub

JSON Schema

factset-fixed-income-analytics-batcher-fiab-calculation-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FIABCalculationStatus",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "description": "FIAB service batch status integer definitions.  See https://pages.github.factset.com/FactSet/fipa-inf-docs/service/fiab_batch_api.html#lt-uuid-gt."
    },
    "startdatetime": {
      "type": "string"
    },
    "completiondatetime": {
      "type": "string"
    },
    "progress": {
      "type": "integer"
    },
    "batchevents": {
      "type": "array"
    }
  }
}