Factset · Schema

QuantScreeningExpressionUniverse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
universeExpr string
universeType string
securityExpr string
View JSON Schema on GitHub

JSON Schema

factset-quant-engine-quant-screening-expression-universe-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "QuantScreeningExpressionUniverse",
  "type": "object",
  "properties": {
    "universeExpr": {
      "type": "string"
    },
    "universeType": {
      "type": "string"
    },
    "securityExpr": {
      "type": "string"
    }
  }
}