Traiana · Schema

Credit Limit

A credit limit managed through Traiana CreditLink, representing a real-time credit boundary for a counterparty relationship across asset classes.

FintechForeign ExchangePost-Trade ProcessingRisk Management

Properties

Name Type Description
limitId string Unique identifier for the credit limit
counterpartyId string Identifier of the counterparty
counterpartyName string Name of the counterparty
assetClass string Asset class the limit applies to
relationshipType string Type of trading relationship
limitAmount number Maximum credit limit amount
currency string ISO 4217 currency code for the limit
currentUtilization number Current utilization amount
utilizationPercentage number Current utilization as a percentage of the limit
status string Current status of the credit limit
effectiveDate string Date the limit becomes effective
expiryDate string Date the limit expires
createdAt string Timestamp when the limit was created
updatedAt string Timestamp of the last update
View JSON Schema on GitHub

JSON Schema

credit-limit.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/traiana/refs/heads/main/json-schema/credit-limit.json",
  "title": "Credit Limit",
  "description": "A credit limit managed through Traiana CreditLink, representing a real-time credit boundary for a counterparty relationship across asset classes.",
  "type": "object",
  "properties": {
    "limitId": {
      "type": "string",
      "description": "Unique identifier for the credit limit"
    },
    "counterpartyId": {
      "type": "string",
      "description": "Identifier of the counterparty"
    },
    "counterpartyName": {
      "type": "string",
      "description": "Name of the counterparty"
    },
    "assetClass": {
      "type": "string",
      "description": "Asset class the limit applies to",
      "enum": ["FX", "Equities", "EquityDerivatives", "ETD", "IRD"]
    },
    "relationshipType": {
      "type": "string",
      "description": "Type of trading relationship",
      "enum": ["PrimeBrokered", "Cleared", "Bilateral"]
    },
    "limitAmount": {
      "type": "number",
      "description": "Maximum credit limit amount"
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code for the limit"
    },
    "currentUtilization": {
      "type": "number",
      "description": "Current utilization amount"
    },
    "utilizationPercentage": {
      "type": "number",
      "description": "Current utilization as a percentage of the limit"
    },
    "status": {
      "type": "string",
      "description": "Current status of the credit limit",
      "enum": ["Active", "Suspended", "Terminated"]
    },
    "effectiveDate": {
      "type": "string",
      "format": "date",
      "description": "Date the limit becomes effective"
    },
    "expiryDate": {
      "type": "string",
      "format": "date",
      "description": "Date the limit expires"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the limit was created"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of the last update"
    }
  },
  "required": ["limitId", "counterpartyId", "assetClass", "relationshipType", "limitAmount", "currency", "status", "effectiveDate"]
}

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/credit-limit"
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.