Factset · JSON Structure

Factset Estimates Surprise Structure

Type: object Properties: 18
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId date currency estimateCurrency metric statistic periodicity fiscalEndDate fiscalYear fiscalPeriod surpriseDate surpriseAmount surprisePercent surpriseBefore surpriseAfter eventDescription eventFlag requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "surprise",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "estimateCurrency": {
      "type": "string"
    },
    "metric": {
      "type": "string"
    },
    "statistic": {
      "type": "string"
    },
    "periodicity": {
      "type": "string"
    },
    "fiscalEndDate": {
      "type": "string"
    },
    "fiscalYear": {
      "type": "integer"
    },
    "fiscalPeriod": {
      "type": "integer"
    },
    "surpriseDate": {
      "type": "string"
    },
    "surpriseAmount": {
      "type": "number"
    },
    "surprisePercent": {
      "type": "number"
    },
    "surpriseBefore": {
      "type": "number"
    },
    "surpriseAfter": {
      "type": "number"
    },
    "eventDescription": {
      "type": "string"
    },
    "eventFlag": {
      "type": "integer"
    },
    "requestId": {
      "type": "string"
    }
  }
}