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

Learn more
4Classification · Fraud Detection

Transaction Fraud Detection

Is this transaction fraudulent?

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

Is this transaction fraudulent?

US card fraud losses exceeded $12B in 2024 (Nilson Report). Legacy rule-based systems generate 95%+ false-positive rates, blocking legitimate purchases and driving $118B in annual false declines (Aite-Novarica). Every false decline costs the issuer $118 in lost revenue and customer goodwill. Meanwhile, sophisticated fraud rings exploit the blind spots between siloed detection systems, running small test transactions across merchant categories before executing high-value fraud. The data needed to detect these patterns spans cards, merchants, devices, and time-series transaction flows.

How KumoRFM solves this

Relational intelligence built for banking and financial data

Kumo connects cardholder profiles, transaction histories, merchant data, device fingerprints, and geographic signals into a single relational graph. The model detects that Transaction T-900412 involves a card whose recent velocity spiked 4x, at a merchant category the cardholder has never used, from a device IP in a different state than the cardholder's home region, and the transaction amount matches a known test-then-hit pattern. These multi-hop relational signals catch fraud that single-table models miss while reducing false positives by 40%.

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

CARDHOLDERS

cardholder_idnamehome_stateavg_monthly_spendcard_type
CH-4001Susan ChenCA$3,200Platinum
CH-4002Robert JamesTX$1,800Gold
CH-4003Ana RiveraNY$5,100Signature

TRANSACTIONS

txn_idcardholder_idmerchant_idamountchanneltimestamp
T-900410CH-4001M-220$12.50card_present2025-09-15 14:22
T-900411CH-4001M-891$47.00online2025-09-15 14:38
T-900412CH-4001M-3042$2,899online2025-09-15 14:41

MERCHANTS

merchant_idnamecategoryrisk_tiercountry
M-220Corner CoffeeFood & BeverageLowUS
M-891StreamFlixDigital ServicesLowUS
M-3042ElectroMartElectronicsMediumUS

DEVICE_SIGNALS

txn_iddevice_haship_statebrowseris_vpn
T-900410D-8812CASafariFalse
T-900411D-8812CASafariFalse
T-900412D-1199FLChromeTrue
2

Write your PQL query

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

PQL
PREDICT BOOL(TRANSACTIONS.IS_FRAUD = 'True', 0, 0, days)
FOR EACH TRANSACTIONS.TXN_ID
WHERE TRANSACTIONS.AMOUNT > 100
3

Prediction output

Every entity gets a score, updated continuously

TXN_IDCARDHOLDERAMOUNTFRAUD_SCOREDECISION
T-900410Susan Chen$12.500.02Approve
T-900411Susan Chen$47.000.05Approve
T-900412Susan Chen$2,8990.94Block
4

Understand why

Every prediction includes feature attributions — no black boxes

Transaction T-900412 ($2,899 at ElectroMart)

Predicted: 94% fraud probability

Top contributing features

Device mismatch (new device, different state)

FL vs CA

31% attribution

Velocity spike (3 txns in 19 minutes)

4x normal

25% attribution

Merchant category never used before

Electronics

19% attribution

VPN detected on transaction device

True

14% attribution

Amount anomaly vs cardholder pattern

3.6x avg

11% attribution

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

Bottom line: Reduce false positives by 40% and catch 25% more fraud, saving $150-250M annually for a top-10 issuer while recovering $118 in revenue per avoided false decline.

Topics covered

transaction fraud detection AIreal-time fraud detection bankingpayment fraud machine learningcard fraud predictiongraph neural network fraudKumoRFMfraud analytics financial servicesrelational deep learning fraudfalse positive reduction fraudfraud scoring model

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.