Traiana · Schema

Allocation

A trade allocation processed through the Traiana Harmony network, representing the distribution of a block trade to individual accounts.

FintechForeign ExchangePost-Trade ProcessingRisk Management

Properties

Name Type Description
allocationId string Unique identifier for the allocation
blockTradeId string Identifier of the parent block trade
accountId string Target account identifier for the allocation
instrument string Instrument identifier or symbol
side string Trade direction
quantity number Allocated quantity
price number Allocation price
currency string ISO 4217 currency code
status string Current status of the allocation
createdAt string Timestamp when the allocation was created
View JSON Schema on GitHub

JSON Schema

allocation.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/traiana/refs/heads/main/json-schema/allocation.json",
  "title": "Allocation",
  "description": "A trade allocation processed through the Traiana Harmony network, representing the distribution of a block trade to individual accounts.",
  "type": "object",
  "properties": {
    "allocationId": {
      "type": "string",
      "description": "Unique identifier for the allocation"
    },
    "blockTradeId": {
      "type": "string",
      "description": "Identifier of the parent block trade"
    },
    "accountId": {
      "type": "string",
      "description": "Target account identifier for the allocation"
    },
    "instrument": {
      "type": "string",
      "description": "Instrument identifier or symbol"
    },
    "side": {
      "type": "string",
      "description": "Trade direction",
      "enum": ["Buy", "Sell"]
    },
    "quantity": {
      "type": "number",
      "description": "Allocated quantity"
    },
    "price": {
      "type": "number",
      "description": "Allocation price"
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code"
    },
    "status": {
      "type": "string",
      "description": "Current status of the allocation",
      "enum": ["Pending", "Affirmed", "Confirmed", "Rejected"]
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the allocation was created"
    }
  },
  "required": ["allocationId", "blockTradeId", "accountId", "instrument", "side", "quantity", "price", "currency", "status"]
}

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/allocation"
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.