Factset · JSON Structure

Factset Quant Engine Quant Screening Expression Structure

Type: object Properties: 3
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

QuantScreeningExpression is a JSON Structure definition published by Factset, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

expr name dateOffset

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "QuantScreeningExpression",
  "type": "object",
  "properties": {
    "expr": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "dateOffset": {
      "type": "string"
    }
  }
}