Tazama · Schema

Tazama Transaction Response

Response schema returned by the Tazama Transaction Monitoring Service after evaluating an ISO 20022 transaction message for fraud and AML compliance.

Financial TechnologyFraud DetectionAnti-Money LaunderingLinux FoundationOpen-SourceTransaction MonitoringISO 20022Real-Time

Properties

Name Type Description
message string Human-readable evaluation result message
data object Additional evaluation data including rule results and typology scores
View JSON Schema on GitHub

JSON Schema

tazama-transaction-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tazama/main/json-schema/tazama-transaction-response-schema.json",
  "title": "Tazama Transaction Response",
  "description": "Response schema returned by the Tazama Transaction Monitoring Service after evaluating an ISO 20022 transaction message for fraud and AML compliance.",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "Human-readable evaluation result message",
      "examples": ["Transaction is valid", "Transaction flagged for review"]
    },
    "data": {
      "type": "object",
      "description": "Additional evaluation data including rule results and typology scores",
      "properties": {
        "ruleResults": {
          "type": "array",
          "description": "Results from individual rule processor evaluations",
          "items": {
            "$ref": "#/$defs/RuleResult"
          }
        },
        "typologyScores": {
          "type": "array",
          "description": "Aggregated typology scores from rule results",
          "items": {
            "$ref": "#/$defs/TypologyScore"
          }
        },
        "decision": {
          "type": "string",
          "description": "Overall decision from the Transaction Aggregation and Decisioning Processor",
          "enum": ["ACCEPT", "BLOCK", "REVIEW"]
        }
      },
      "additionalProperties": true
    }
  },
  "$defs": {
    "RuleResult": {
      "type": "object",
      "description": "Result from a single rule processor evaluation",
      "properties": {
        "ruleId": {
          "type": "string",
          "description": "Unique identifier for the rule"
        },
        "ruleDescription": {
          "type": "string",
          "description": "Human-readable description of the rule"
        },
        "score": {
          "type": "number",
          "description": "Numeric score from the rule evaluation"
        },
        "threshold": {
          "type": "number",
          "description": "Threshold value for the rule"
        },
        "triggered": {
          "type": "boolean",
          "description": "Whether the rule was triggered"
        }
      }
    },
    "TypologyScore": {
      "type": "object",
      "description": "Aggregated score for a fraud/AML typology",
      "properties": {
        "typologyId": {
          "type": "string",
          "description": "Unique identifier for the typology"
        },
        "typologyDescription": {
          "type": "string",
          "description": "Description of the fraud or money laundering pattern"
        },
        "score": {
          "type": "number",
          "description": "Aggregated typology score"
        },
        "threshold": {
          "type": "number",
          "description": "Alert threshold for this typology"
        },
        "alertGenerated": {
          "type": "boolean",
          "description": "Whether an alert was generated for this typology"
        }
      }
    }
  }
}

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/tazama-transaction-response"
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.