Factset · Schema

includeAll

Include All filter is used to identify included and excluded broker details from the consensus By default the service would return only the brokers included in the consensus- * **TRUE** = Returns all the brokers included and excluded in the consensus * **FALSE** = Returns only the broker details included in the consensus

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
View JSON Schema on GitHub

JSON Schema

factset-estimates-include-all-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "includeAll",
  "type": "boolean",
  "description": "Include All filter is used to identify included and excluded broker details from the consensus\n  By default the service would return only the brokers included in the consensus-\n  * **TRUE** = Returns all the brokers included and excluded in the consensus\n  * **FALSE** = Returns only the broker details included in the consensus\n"
}