Factset · Schema

CustomSymbolCustomFieldFormulaConfigDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
formula string
formulaType string
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-custom-symbol-custom-field-formula-config-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CustomSymbolCustomFieldFormulaConfigDto",
  "type": "object",
  "properties": {
    "formula": {
      "type": "string"
    },
    "formulaType": {
      "type": "string"
    }
  }
}