Aladdin Studio · JSON Structure

Aladdin Studio Investment Research Security Research Structure

Investment research data for a security

Type: object Properties: 6
FinancialInvestment ManagementPortfolio AnalyticsRisk ManagementAsset ManagementBlackRockData Cloud

SecurityResearch is a JSON Structure definition published by Aladdin Studio, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

securityId ticker rating priceTarget analystCount consensusDate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aladdin-studio/refs/heads/main/json-structure/aladdin-studio-investment-research-security-research-structure.json",
  "name": "SecurityResearch",
  "type": "object",
  "description": "Investment research data for a security",
  "properties": {
    "securityId": {
      "type": "string",
      "description": "Security identifier",
      "example": "US0378331005"
    },
    "ticker": {
      "type": "string",
      "description": "Ticker symbol",
      "example": "AAPL"
    },
    "rating": {
      "type": "string",
      "description": "Analyst consensus rating",
      "enum": [
        "buy",
        "hold",
        "sell"
      ],
      "example": "buy"
    },
    "priceTarget": {
      "type": "double",
      "description": "Consensus price target",
      "example": 225.0
    },
    "analystCount": {
      "type": "int32",
      "description": "Number of analysts covering the security",
      "example": 42
    },
    "consensusDate": {
      "type": "date",
      "description": "Date of consensus calculation",
      "example": "2026-04-19"
    }
  }
}