State Street · Schema

Position

Schema for a State Street Alpha portfolio position

Fortune 500

Properties

Name Type Description
securityId string Unique security identifier
securityIdType string Security identifier type
securityName string Security name
assetClass string Asset class classification
quantity number Number of shares or units held
marketValue number Current market value in base currency
price number Current price per unit
currency string Security local currency
costBasis number Total cost basis
unrealizedGainLoss number Unrealized gain or loss (can be negative)
weight number Portfolio weight as a decimal
View JSON Schema on GitHub

JSON Schema

state-street-position-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/state-street/main/json-schema/state-street-position-schema.json",
  "title": "Position",
  "description": "Schema for a State Street Alpha portfolio position",
  "type": "object",
  "properties": {
    "securityId": {
      "type": "string",
      "description": "Unique security identifier"
    },
    "securityIdType": {
      "type": "string",
      "description": "Security identifier type",
      "enum": ["ISIN", "CUSIP", "SEDOL", "TICKER"]
    },
    "securityName": {
      "type": "string",
      "description": "Security name"
    },
    "assetClass": {
      "type": "string",
      "description": "Asset class classification",
      "enum": ["EQUITY", "FIXED_INCOME", "CASH", "DERIVATIVES", "ALTERNATIVES", "REAL_ESTATE"]
    },
    "quantity": {
      "type": "number",
      "description": "Number of shares or units held"
    },
    "marketValue": {
      "type": "number",
      "description": "Current market value in base currency"
    },
    "price": {
      "type": "number",
      "description": "Current price per unit",
      "minimum": 0
    },
    "currency": {
      "type": "string",
      "description": "Security local currency",
      "pattern": "^[A-Z]{3}$"
    },
    "costBasis": {
      "type": "number",
      "description": "Total cost basis"
    },
    "unrealizedGainLoss": {
      "type": "number",
      "description": "Unrealized gain or loss (can be negative)"
    },
    "weight": {
      "type": "number",
      "description": "Portfolio weight as a decimal",
      "minimum": 0,
      "maximum": 1
    }
  },
  "required": ["securityId", "securityIdType", "securityName", "assetClass", "quantity", "marketValue"]
}

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/state-street-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 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.