Aladdin Studio · Schema

PortfolioAnalytics

Investment analytics and performance metrics for a portfolio

FinancialInvestment ManagementPortfolio AnalyticsRisk ManagementAsset ManagementBlackRockData Cloud

Properties

Name Type Description
portfolioId string Portfolio identifier
fromDate string Analytics period start date
toDate string Analytics period end date
totalReturn number Total portfolio return for the period
excessReturn number Excess return vs benchmark
informationRatio number Information ratio for the period
sharpeRatio number Sharpe ratio for the period
View JSON Schema on GitHub

JSON Schema

aladdin-studio-investment-research-portfolio-analytics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aladdin-studio/refs/heads/main/json-schema/aladdin-studio-investment-research-portfolio-analytics-schema.json",
  "title": "PortfolioAnalytics",
  "description": "Investment analytics and performance metrics for a portfolio",
  "type": "object",
  "properties": {
    "portfolioId": {
      "type": "string",
      "description": "Portfolio identifier",
      "example": "PF-123456"
    },
    "fromDate": {
      "type": "string",
      "format": "date",
      "description": "Analytics period start date",
      "example": "2026-01-01"
    },
    "toDate": {
      "type": "string",
      "format": "date",
      "description": "Analytics period end date",
      "example": "2026-04-19"
    },
    "totalReturn": {
      "type": "number",
      "description": "Total portfolio return for the period",
      "example": 0.0485
    },
    "excessReturn": {
      "type": "number",
      "description": "Excess return vs benchmark",
      "example": 0.0132
    },
    "informationRatio": {
      "type": "number",
      "description": "Information ratio for the period",
      "example": 0.85
    },
    "sharpeRatio": {
      "type": "number",
      "description": "Sharpe ratio for the period",
      "example": 1.24
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/aladdin-studio-investment-research-portfolio-analytics"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.