State Street · Schema
Portfolio
Schema for a State Street Alpha institutional investment portfolio
Fortune 500
Properties
| Name | Type | Description |
|---|---|---|
| portfolioId | string | Unique portfolio identifier |
| portfolioName | string | Human-readable portfolio name |
| portfolioType | string | Type of investment portfolio |
| baseCurrency | string | ISO 4217 currency code for the portfolio base currency |
| inceptionDate | string | Portfolio inception date |
| totalMarketValue | number | Current total market value in base currency |
| benchmarkId | string | Benchmark identifier assigned to the portfolio |
| custodian | string | Custodian holding the assets |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/state-street/main/json-schema/state-street-portfolio-schema.json",
"title": "Portfolio",
"description": "Schema for a State Street Alpha institutional investment portfolio",
"type": "object",
"properties": {
"portfolioId": {
"type": "string",
"description": "Unique portfolio identifier",
"examples": ["PORT-12345"]
},
"portfolioName": {
"type": "string",
"description": "Human-readable portfolio name"
},
"portfolioType": {
"type": "string",
"description": "Type of investment portfolio",
"enum": ["MUTUAL_FUND", "PENSION", "INSURANCE", "ENDOWMENT", "ALTERNATIVES", "ETF", "SEPARATE_ACCOUNT"]
},
"baseCurrency": {
"type": "string",
"description": "ISO 4217 currency code for the portfolio base currency",
"pattern": "^[A-Z]{3}$"
},
"inceptionDate": {
"type": "string",
"format": "date",
"description": "Portfolio inception date"
},
"totalMarketValue": {
"type": "number",
"description": "Current total market value in base currency",
"minimum": 0
},
"benchmarkId": {
"type": "string",
"description": "Benchmark identifier assigned to the portfolio"
},
"custodian": {
"type": "string",
"description": "Custodian holding the assets"
}
},
"required": ["portfolioId", "portfolioName", "baseCurrency"]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/state-street-portfolio"
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.