Factset · JSON Structure

Factset Estimates Detail Estimate Structure

Type: object Properties: 25
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId metric periodicity fiscalYear fiscalPeriod fiscalEndDate relativePeriod currency estimateDate estimateValue analystId analystName brokerId brokerName lastModifiedDate prevEstimateDate prevEstimateValue section statusCode statusText requestId inputDateTime securityCurrency brokerEstimateCurrency estimateCurrency

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "detailEstimate",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "metric": {
      "type": "string"
    },
    "periodicity": {
      "type": "string"
    },
    "fiscalYear": {
      "type": "integer"
    },
    "fiscalPeriod": {
      "type": "integer"
    },
    "fiscalEndDate": {
      "type": "string"
    },
    "relativePeriod": {
      "type": "integer"
    },
    "currency": {
      "type": "string"
    },
    "estimateDate": {
      "type": "string"
    },
    "estimateValue": {
      "type": "number"
    },
    "analystId": {
      "type": "string"
    },
    "analystName": {
      "type": "string"
    },
    "brokerId": {
      "type": "string"
    },
    "brokerName": {
      "type": "string"
    },
    "lastModifiedDate": {
      "type": "string"
    },
    "prevEstimateDate": {
      "type": "string"
    },
    "prevEstimateValue": {
      "type": "number"
    },
    "section": {
      "type": "string"
    },
    "statusCode": {
      "type": "integer"
    },
    "statusText": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    },
    "inputDateTime": {
      "type": "string"
    },
    "securityCurrency": {
      "type": "string"
    },
    "brokerEstimateCurrency": {
      "type": "string"
    },
    "estimateCurrency": {
      "type": "string"
    }
  }
}