Factset · JSON Structure

Factset Estimates Detail Ratings Structure

Type: object Properties: 10
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId estimateDate analystId analystName brokerId brokerName ratingsNoteText requestId inputDateTime lastModifiedDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "detailRatings",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "estimateDate": {
      "type": "string"
    },
    "analystId": {
      "type": "string"
    },
    "analystName": {
      "type": "string"
    },
    "brokerId": {
      "type": "string"
    },
    "brokerName": {
      "type": "string"
    },
    "ratingsNoteText": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    },
    "inputDateTime": {
      "type": "string"
    },
    "lastModifiedDate": {
      "type": "string"
    }
  }
}