Aladdin Studio · Schema

Position

A security position within a portfolio

FinancialInvestment ManagementPortfolio AnalyticsRisk ManagementAsset ManagementBlackRockData Cloud

Properties

Name Type Description
securityId string Security identifier
securityName string Security name
quantity number Number of shares or units held
marketValue number Current market value in portfolio base currency
weight number Portfolio weight as decimal
currency string Security trading currency
assetClass string Asset class classification
sector string GICS sector
View JSON Schema on GitHub

JSON Schema

aladdin-studio-graph-position-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-graph-position-schema.json",
  "title": "Position",
  "description": "A security position within a portfolio",
  "type": "object",
  "properties": {
    "securityId": {
      "type": "string",
      "description": "Security identifier",
      "example": "US0378331005"
    },
    "securityName": {
      "type": "string",
      "description": "Security name",
      "example": "Apple Inc"
    },
    "quantity": {
      "type": "number",
      "description": "Number of shares or units held",
      "example": 1000
    },
    "marketValue": {
      "type": "number",
      "description": "Current market value in portfolio base currency",
      "example": 195000.0
    },
    "weight": {
      "type": "number",
      "description": "Portfolio weight as decimal",
      "example": 0.025
    },
    "currency": {
      "type": "string",
      "description": "Security trading currency",
      "example": "USD"
    },
    "assetClass": {
      "type": "string",
      "description": "Asset class classification",
      "example": "Equity"
    },
    "sector": {
      "type": "string",
      "description": "GICS sector",
      "example": "Technology"
    }
  }
}

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-graph-position"
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 email required.

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