Factset · JSON Structure

Factset Signals Relevance Score Range Structure

Type: object Properties: 4
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

gt gte lt lte

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RelevanceScoreRange",
  "type": "object",
  "properties": {
    "gt": {
      "type": "number"
    },
    "gte": {
      "type": "number"
    },
    "lt": {
      "type": "number"
    },
    "lte": {
      "type": "number"
    }
  }
}