Factset · Schema

FIABDateParameters

The date parameters for FIAB calculations.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
startdate string Calculation's start date.
enddate string Calculation's end date.
View JSON Schema on GitHub

JSON Schema

factset-fixed-income-analytics-batcher-fiab-date-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FIABDateParameters",
  "type": "object",
  "description": "The date parameters for FIAB calculations.",
  "properties": {
    "startdate": {
      "type": "string",
      "description": "Calculation's start date."
    },
    "enddate": {
      "type": "string",
      "description": "Calculation's end date."
    }
  }
}