Settlement
A settlement instruction generated from Traiana NetLink netting sessions, representing PvP settlement orchestration for FX and other asset classes.
FintechForeign ExchangePost-Trade ProcessingRisk Management
Properties
| Name |
Type |
Description |
| settlementId |
string |
Unique identifier for the settlement instruction |
| nettingSessionId |
string |
Identifier of the originating netting session |
| counterpartyId |
string |
Identifier of the counterparty |
| currencyPair |
string |
Currency pair being settled |
| payAmount |
number |
Amount to be paid |
| payCurrency |
string |
ISO 4217 currency code for the pay leg |
| receiveAmount |
number |
Amount to be received |
| receiveCurrency |
string |
ISO 4217 currency code for the receive leg |
| settlementDate |
string |
Settlement value date |
| status |
string |
Current settlement status |
| settledAt |
string |
Timestamp when settlement was completed |
| createdAt |
string |
Timestamp when the instruction was created |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/traiana/refs/heads/main/json-schema/settlement.json",
"title": "Settlement",
"description": "A settlement instruction generated from Traiana NetLink netting sessions, representing PvP settlement orchestration for FX and other asset classes.",
"type": "object",
"properties": {
"settlementId": {
"type": "string",
"description": "Unique identifier for the settlement instruction"
},
"nettingSessionId": {
"type": "string",
"description": "Identifier of the originating netting session"
},
"counterpartyId": {
"type": "string",
"description": "Identifier of the counterparty"
},
"currencyPair": {
"type": "string",
"description": "Currency pair being settled"
},
"payAmount": {
"type": "number",
"description": "Amount to be paid"
},
"payCurrency": {
"type": "string",
"description": "ISO 4217 currency code for the pay leg"
},
"receiveAmount": {
"type": "number",
"description": "Amount to be received"
},
"receiveCurrency": {
"type": "string",
"description": "ISO 4217 currency code for the receive leg"
},
"settlementDate": {
"type": "string",
"format": "date",
"description": "Settlement value date"
},
"status": {
"type": "string",
"description": "Current settlement status",
"enum": ["Pending", "Instructed", "Settled", "Failed"]
},
"settledAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when settlement was completed"
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the instruction was created"
}
},
"required": ["settlementId", "counterpartyId", "currencyPair", "payAmount", "payCurrency", "receiveAmount", "receiveCurrency", "settlementDate", "status"]
}
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/settlement"
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.