Factset · Schema

FIABCalculationParameters

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
fiabdocument string FiabDocument (optional) - FIAB document to use as a template. Should be a path to a FIAB document. Expects a GUI-style path (Client:/foo/bar)
msl string Master Security List. Analytics results will be written to the selected MSL. Expects a GUI-style path (Client:/foo/bar)
fisettingsdocument string FISettingsDocument (optional) - The given @FIS document will be used to configure analytics assumptions and settings. Expects a GUI-style path (Client:/foo/bar)
View JSON Schema on GitHub

JSON Schema

factset-fixed-income-analytics-batcher-fiab-calculation-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FIABCalculationParameters",
  "type": "object",
  "properties": {
    "fiabdocument": {
      "type": "string",
      "description": "FiabDocument (optional) - FIAB document to use as a template. Should\r\nbe a path to a FIAB document. Expects a GUI-style path (Client:/foo/bar)"
    },
    "msl": {
      "type": "string",
      "description": "Master Security List. Analytics results will be written to the selected MSL. Expects a GUI-style path (Client:/foo/bar)"
    },
    "fisettingsdocument": {
      "type": "string",
      "description": "FISettingsDocument (optional) - The given @FIS document will be used to\r\nconfigure analytics assumptions and settings. Expects a GUI-style path (Client:/foo/bar)"
    }
  }
}