Traiana Trade Structure
JSON structure for a trade object processed through the Traiana Harmony network.
Type: object
Properties: 0
FintechForeign ExchangePost-Trade ProcessingRisk Management
Traiana Trade Structure is a JSON Structure definition published by Traiana.
{
"title": "Traiana Trade Structure",
"description": "JSON structure for a trade object processed through the Traiana Harmony network.",
"type": "object",
"fields": [
{
"name": "tradeId",
"type": "string",
"required": true,
"description": "Unique trade identifier assigned by Harmony.",
"example": "TRD-20260503-001234"
},
{
"name": "assetClass",
"type": "string",
"required": true,
"description": "Asset class of the traded instrument.",
"enum": ["FX", "Equities", "EquityDerivatives", "ETD"],
"example": "FX"
},
{
"name": "instrument",
"type": "string",
"required": true,
"description": "Instrument identifier (currency pair, ticker, etc.).",
"example": "USD/EUR"
},
{
"name": "tradeDate",
"type": "string",
"required": true,
"description": "Trade execution date in ISO 8601 format.",
"example": "2026-05-03"
},
{
"name": "settlementDate",
"type": "string",
"required": true,
"description": "Expected settlement date in ISO 8601 format.",
"example": "2026-05-05"
},
{
"name": "quantity",
"type": "number",
"required": true,
"description": "Trade quantity in instrument units.",
"example": 1000000
},
{
"name": "price",
"type": "number",
"required": true,
"description": "Execution price.",
"example": 0.9234
},
{
"name": "notionalCurrency",
"type": "string",
"required": true,
"description": "ISO 4217 currency code for the notional amount.",
"example": "USD"
},
{
"name": "notionalAmount",
"type": "number",
"required": true,
"description": "Notional amount of the trade.",
"example": 1000000
},
{
"name": "counterpartyId",
"type": "string",
"required": true,
"description": "Identifier of the trading counterparty.",
"example": "CPTY-BANK-001"
},
{
"name": "status",
"type": "string",
"required": true,
"description": "Current status of the trade in the Harmony lifecycle.",
"enum": ["Pending", "Matched", "Confirmed", "Rejected", "Cancelled"],
"example": "Matched"
},
{
"name": "matchTimestamp",
"type": "string",
"required": false,
"description": "ISO 8601 timestamp when the trade was matched.",
"example": "2026-05-03T09:15:32Z"
}
]
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/traiana-trade-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.