Skip to main content

Rule Schemas

Merlon's CDD scoring weights, country risk tables, and transaction-monitoring scenarios are all expressed as JSON documents validated against the schemas below (see content/schema/ in the repository). These pages are generated automatically from those JSON Schema files; do not edit them directly.

note

The v1/v2 suffixes on this page refer to rule configuration file schema versions, not to versions of the REST API. The REST API is versioned separately under its /api/v1 path prefix; see the REST API Reference.

SchemaTitleDescription
cdd_weight_v1CDD Weight DefinitionSchema for customer due diligence risk weight definitions
country_risk_v1Country Risk TableSchema for country risk score tables, including the effective date and the default score for unlisted countries
tm_scenario_v2TM Scenario DefinitionCurrent schema for transaction monitoring scenario definitions, with per-customer-type and per-risk-tier thresholds

A superseded schema, TM Scenario Definition (v1, legacy), is still accepted by the engine for backward compatibility but is not listed above. No bundled content uses it, and new rule files should not be authored against it.