Kumo Co-Founder Hema Raghavan Named to Inc.’s 2026 Female Founders 500

Learn more
12Filtered Link Prediction · Sanctions/Corridor RiskBank

Flag Fraud in High-Risk Corridors

For each account, which sanctioned-country beneficiaries will receive wires over $25K?

Book a demo and get a free trial of the full platform: data science agent, fine-tune capabilities, and forward-deployed engineer support.

By submitting, you accept the Terms and Privacy Policy.

Loved by data scientists, ML engineers & CXOs at

Catalina Logo

A real-world example

For each account, which sanctioned-country beneficiaries will receive wires over $25K?

Sanctions screening catches exact name matches at transaction time. But it can’t predict which accounts are about to send large wires to OFAC-listed entities. Predicting these connections before the wire is initiated lets you pre-set blocks or require enhanced verification — stopping the violation before it happens. OFAC penalties reach $500K–$10M per incident.

How KumoRFM solves this

Graph-powered fraud intelligence

Kumo’s filtered link prediction restricts predictions to a specific subset: beneficiaries on OFAC sanctions lists receiving wires over $25K. It analyzes the account’s historical wire patterns, beneficiary geography, and correspondent banking relationships to predict that A002 will send a $32K wire to BN18 (Syria Import) — a violation waiting to happen.

From data to predictions

See the full pipeline in action

Connect your tables, write a PQL query, and get predictions with built-in explainability — all in minutes, not months.

1

Your data

The relational tables Kumo learns from

Accounts

account_idaccount_holderrisk_tierrelationship_years
A001Apex Corphigh5.2
A002Trade Intlhigh1.3
A003Vega LLCmedium7.8

Wire Transfers

wire_idaccount_idbeneficiary_idamounttimestamp
W001A001BN0545,0002025-01-05
W002A002BN1832,0002025-01-12
W003A003BN058,0002025-01-10

Beneficiaries

beneficiary_idbeneficiary_namecountrysanctions_list
BN05Iran Trade CoIranOFAC
BN18Syria ImportSyriaOFAC
2

Write your PQL query

Describe what to predict in 2-3 lines — Kumo handles the rest

PQL
PREDICT LIST_DISTINCT(
    WIRE_TRANSFERS.BENEFICIARY_ID
    WHERE BENEFICIARIES.SANCTIONS_LIST = "OFAC"
      AND WIRE_TRANSFERS.AMOUNT > 25000,
    0, 30, days
)
FOR EACH ACCOUNTS.ACCOUNT_ID
3

Prediction output

Every entity gets a score, updated continuously

ACCOUNT_IDCLASSSCORETIMESTAMP
A001BN050.882025-02-01
A002BN180.792025-02-01
A002BN050.652025-02-01
4

Understand why

Every prediction includes feature attributions — no black boxes

Account A001

Predicted: 88% probability of wire to OFAC-listed BN05

Top contributing features

Wire amount to BN05

$45,000

38% attribution

Beneficiary sanctions_list

OFAC

28% attribution

Account risk_tier

high

17% attribution

Beneficiary country

Iran

11% attribution

Relationship years

5.2

6% attribution

Feature attributions are computed automatically for every prediction. No separate tooling required. Learn more about Kumo explainability

Bottom line: Predict sanctions violations before they occur. Pre-block or require enhanced verification on predicted high-risk wires. Avoid $500K–$10M OFAC penalty exposure per incident.

Topics covered

high-risk corridor detectionsanctions screening AIOFAC compliance automationgraph neural networkcross-border fraud detectionwire fraud preventionpredictive AI complianceKumoRFMAI explainabilityfraud loss reduction

One Platform. One Model. Predict Instantly.

KumoRFM

Relational Foundation Model

Turn structured relational data into predictions in seconds. KumoRFM delivers zero-shot predictions that rival months of traditional data science. No training, feature engineering, or infrastructure required. Just connect your data and start predicting.

For critical use cases, fine-tune KumoRFM on your data using the Kumo platform and Data Science Agent for 30%+ higher accuracy than traditional models.

Book a demo and get a free trial of the full platform: data science agent, fine-tune capabilities, and forward-deployed engineer support.