Factset · JSON Structure

Factset Formula Time_Series_Result_Object_Nonflattened_Base Structure

Type: object Properties: 8
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

error errorMessage formula displayName requestId fsymId dataType objectType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "time_series_result_object_nonflattened_base",
  "type": "object",
  "properties": {
    "error": {
      "type": "integer"
    },
    "errorMessage": {
      "type": "string"
    },
    "formula": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    },
    "fsymId": {
      "type": "string"
    },
    "dataType": {
      "type": "string"
    },
    "objectType": {
      "type": "string"
    }
  }
}