Factset · Schema

ContactCustomFieldFormulaDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
formula string
isScreening boolean
symbol string
View JSON Schema on GitHub

JSON Schema

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