Temenos · Capability
Temenos Compliance And Risk
Compliance and financial crime management workflow combining Financial Crime Mitigation and core Transact APIs. Used by compliance officers, AML analysts, and risk teams to screen customers, monitor transactions, and manage regulatory risk.
What You Can Do
GET
Get risk score
— Get customer AML risk score
/v1/customers/{customerId}/risk-score
POST
Compute risk score
— Compute updated customer risk score
/v1/customers/{customerId}/risk-score
GET
Get sanction alerts
— Get sanctions alerts for a customer
/v1/customers/{customerId}/sanction-alerts
GET
List sanction alerts
— List all sanctions alerts
/v1/sanction-alerts
POST
Screen customer
— Screen a customer for onboarding compliance
/v1/screenings/onboarding
POST
Scan transaction
— Scan a transaction for AML indicators
/v1/transactions/scan
GET
List alerts
— List transaction monitoring alerts
/v1/monitoring-alerts
GET
Get alert
— Get alert details
/v1/monitoring-alerts/{alertId}
PUT
Update alert
— Update alert status or resolution
/v1/monitoring-alerts/{alertId}
GET
Get customer
— Get customer details for compliance review
/v1/customers
MCP Tools
get-customer-risk-score
Get AML risk score for a customer
read-only
compute-customer-risk-score
Compute and refresh a customer risk score
idempotent
screen-onboarding-customer
Run full KYC and sanctions screening for a new customer
get-customer-sanction-alerts
Get sanctions screening alerts for a specific customer
read-only
list-sanction-alerts
List all sanctions alerts across all customers
read-only
scan-transaction-for-aml
Scan a transaction message for AML indicators and suspicious patterns
idempotent
list-monitoring-alerts
List open AML transaction monitoring alerts
read-only
resolve-monitoring-alert
Update the status or resolution of a monitoring alert
idempotent
get-customer-for-review
Get customer profile for compliance review context
read-only
APIs Used
fcm
transact