Factset · Schema

cross_sectional_result_object_nonflattened

An object returning the results for a single formula.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
universe string If `universe` is submitted instead of `ids`, then the universe attribute will display the universe expression requested.
dataItemName string Name of data item (requestId, requested Screening formula, or fsymId)
displayName string Display Name.
result array
dataType string Data type of the data item
error integer Data item error indicator. * Zero success * Non-zero failure
errorMessage string If error is non-zero, errorMessage will display the Screening formula error.
warnings array Screening formula warnings. This attribute is only displayed if warnings are generated in the execution of the Screening formula.
View JSON Schema on GitHub

JSON Schema

factset-formula-cross_sectional_result_object_nonflattened-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "cross_sectional_result_object_nonflattened",
  "type": "object",
  "description": "An object returning the results for a single formula.",
  "properties": {
    "universe": {
      "type": "string",
      "description": "If `universe` is submitted instead of `ids`, then the universe attribute will display the universe expression requested."
    },
    "dataItemName": {
      "type": "string",
      "description": "Name of data item (requestId, requested Screening formula, or fsymId)"
    },
    "displayName": {
      "type": "string",
      "description": "Display Name."
    },
    "result": {
      "type": "array"
    },
    "dataType": {
      "type": "string",
      "description": "Data type of the data item"
    },
    "error": {
      "type": "integer",
      "description": "Data item error indicator.\n * Zero  success\n * Non-zero  failure\n"
    },
    "errorMessage": {
      "type": "string",
      "description": "If error is non-zero, errorMessage will display the Screening formula error."
    },
    "warnings": {
      "type": "array",
      "description": "Screening formula warnings. This attribute is only displayed if warnings are generated in the execution of the Screening formula."
    }
  }
}