Technology

Federated Fraud Data Sharing Without Exposing Customer Data

|Posted by Hitul Mistry / 31 Aug 26

Sharing Fraud Signals Between Banks While Keeping Customer Data In House

Every fraud team knows the shape of the problem. A mule account receives funds from four institutions in one morning, and each of those institutions sees a single unremarkable payment. The pattern is obvious from above and invisible from inside any one bank, which is why detection built purely on internal data has a ceiling that no additional modelling will lift.

The obstacle to crossing that boundary has never really been technical. It is that sharing customer data between competing institutions raises privacy, liability, and competition questions that are slower to resolve than any engineering task. What has changed is that the technology now allows useful signals to move without the underlying customer data moving with them, which reframes the conversation from whether to share data to what exactly needs to cross the boundary.

Why does fraud intelligence need to cross institutional boundaries?

Because fraud networks operate across institutions while detection operates inside them.

The asymmetry is structural. A fraudster deliberately distributes activity across banks to stay below every individual threshold, and each institution's view is a fragment. The BIS Innovation Hub's Project Aurora, reported in May 2023, tested exactly this proposition and found that privacy-enhancing technologies combined with network analysis across institutions detected potentially up to three times more complex schemes, such as mule and layering activity, while reducing false positives by up to eighty percent compared with the current siloed and rules-based approach. That last figure matters as much as the first: collaboration improves precision, not just recall, because context resolves ambiguity.

What can a single institution never see on its own?

Onward movement, cross-institution clustering, and whether a counterparty is already known elsewhere.

You cannot see where funds went after leaving your customer's account, how many other banks sent value to the same beneficiary this morning, whether the device behind an application has appeared at three other institutions this week, or whether an account you are about to open belongs to a network already confirmed as fraudulent. Each of those is decisive information available somewhere in the system and nowhere in your data warehouse.

Why does precision improve rather than degrade?

Because most false positives come from missing context, and context is exactly what the other institution holds.

An unusual payment to a new payee looks risky in isolation. If the receiving account has a long, ordinary history at another bank, the risk falls sharply. Sharing therefore lets you release genuine payments with more confidence as well as stop fraudulent ones, which is the argument that wins over commercial stakeholders who otherwise see fraud investment as pure friction.

Is your detection ceiling set by the data you do not have rather than the models you run?

Talk to Digiqt about a fraud data sharing feasibility review

What are you actually trying to share?

Markers, patterns, relationship signals, and model improvements, almost never raw customer records.

What is sharedExamplePrivacy sensitivityUsual mechanism
Confirmed bad markersAccount or instrument confirmed as receiving fraud proceedsMedium, refers to identifiable accountsHashed identifier exchange
Typology patternsA described scam pattern with indicative featuresLowStructured bulletins or feeds
Graph relationship signalsDevice or contact attribute seen across institutionsHighPrivacy-preserving set intersection
Aggregate risk scoresA score or band for a counterparty on requestMediumQuery API with strict controls
Model improvementsUpdated parameters learned from local dataLow if properly constructedFederated learning
Raw customer recordsFull transaction and identity dataVery highRarely justified, usually avoidable

Working through that table is the first design task, because most institutions discover that eighty percent of the value they want comes from the first two rows, which are also the easiest to justify legally.

Which architectures are available?

Five practical patterns, from simple hashed exchange to federated learning, with increasing capability and complexity.

PatternWhat crosses the boundaryStrengthCost and complexity
Central utilityData submitted to a shared operatorRich analysis, single viewHigh legal and governance load
Hashed identifier exchangeSalted hashes of account or contact identifiersSimple, fast, well understoodLow
Private set intersectionCryptographically protected overlap onlyReveals only shared elementsMedium
Secure multiparty computationComputation results, never inputsStrong guarantees, flexible queriesHigh, and performance limited
Federated learningModel updates, never recordsLearns patterns across institutionsMedium to high, needs coordination
Trusted execution environmentsData processed in an attested enclavePractical for richer joint analysisMedium, depends on hardware trust

When is hashed identifier exchange sufficient?

Whenever the question is simply whether a counterparty is already known to be bad.

That question carries a large share of the practical value and needs nothing exotic: a shared salting scheme, a query interface, rate limits, and audit. It resolves the mule account problem in the case that matters most, where another institution has already confirmed fraud on an account you are about to pay. Start here rather than with the most sophisticated option, because it can be live in months while a multiparty computation programme is still in legal review.

When do you need federated learning?

When the value lies in patterns nobody has labelled yet rather than in confirmed lists.

Federated learning improves a shared model using each participant's local data without that data leaving its institution, which fits fraud well because the useful patterns are distributed and the labels are held privately. It requires coordination on features, model versioning, update validation, and defence against a participant contributing poisoned updates, so the operational overhead is real. Aurora's finding rests on this class of technique, and the practical lesson is that the privacy technology is no longer the hard part.

Where do trusted execution environments fit?

Where you need richer joint analysis than set intersection allows but cannot justify a central data pool.

An attested enclave lets participants compute over combined data with technical guarantees about what the operator can see, which suits graph construction across institutions. The trade is that you are trusting hardware and attestation rather than a legal agreement alone, and your risk function will want to understand that shift. It is a reasonable middle path, and it should be evaluated against a central utility on governance grounds rather than purely on technical ones. The consortium design questions this raises are covered in this guide to multi-party data sharing and consortium models.

What must be settled before any data moves?

Lawful basis, purpose limitation, liability, residency, retention, and correction rights.

This is the phase that determines whether the programme happens, and engineering cannot proceed past design without it. Establish the lawful basis for sharing in every jurisdiction involved, define purpose limitation narrowly enough to be defensible and broadly enough to be useful, agree liability where a shared marker turns out to be wrong, settle where data may be processed, set retention per signal type, and define how a customer wrongly marked gets corrected across every participant. Multi-jurisdiction operation multiplies each of these, as set out in this guide to privacy compliance across jurisdictions, and consent and provenance need to be tracked at the record level for exactly the reasons described in consent, provenance and sensitive data.

Who governs the consortium?

A defined body with membership criteria, contribution obligations, dispute resolution, and exit terms.

Governance failure kills more of these initiatives than technology does. Agree membership criteria and the standard each participant must meet, contribution obligations so the scheme does not become a few contributors subsidising many consumers, a process for challenging and removing incorrect markers with a service level attached, dispute resolution, and exit terms covering what happens to contributed signals when a member leaves. Write the exit terms early, because they are much harder to negotiate once the scheme is valuable.

Have you settled liability for a shared marker that turns out to be wrong?

Talk to Digiqt about consortium governance design

How do you prevent the system being abused?

Rate limits, purpose binding, reciprocity, per-participant audit, and monitoring of consumption patterns.

A fraud intelligence network is itself an information disclosure surface, and it must be designed defensively. Bind every query to a stated purpose and a real transaction or application, rate limit per participant and per subject, log every query with the requesting institution recorded, and monitor query-to-contribution ratios so a member consuming heavily without reporting anything becomes visible. Watch for enumeration patterns exactly as you would on any lookup service, and give the governance body the ability to throttle or suspend a participant. Treat abuse monitoring as a launch requirement rather than a later addition, because retrofitting it to a live scheme means explaining to members why you did not have it.

How do you keep shared signals useful?

By decaying them, requiring confirmation to refresh, and measuring precision by signal age and type.

Fraud markers age badly. An account confirmed as a mule three weeks ago may have been closed, remediated, or returned to a genuine customer, and treating that marker as permanent generates false positives that erode trust in the whole scheme. Apply time-based decay, require re-confirmation to refresh a marker, and measure precision separately by signal age and signal type so participants can weight what they receive. Then close the loop: when a participant acts on a shared signal and finds it wrong, that outcome must flow back and adjust the marker, which is the discipline that separates a living network from a stale blocklist.

What does a workable reference architecture look like?

Local detection, a contribution gateway, a shared exchange layer, and local consumption, with nothing raw leaving the institution.

Keep detection local and let each institution decide what qualifies as a confirmed signal. Put a contribution gateway between your systems and the exchange that enforces what may leave, applies hashing or protection, strips anything unnecessary, and logs every outbound item for audit. Run the exchange as the agreed mechanism, whether hashed lookup, set intersection, enclave, or federated learning coordinator. Then consume signals locally as features in your own models rather than as automatic decisions, so a shared marker informs your score instead of overriding your judgment. That last point matters for accountability: your decisions remain yours to explain, which connects directly to the graph-based internal detection described in using graph databases to uncover fraud networks and to the linkage work in synthetic identity fraud detection.

How should delivery be phased?

Legal first, then hashed exchange, then relationship signals, then federated learning.

PhaseDurationDeliverable
Legal and governance foundation3 to 6 monthsLawful basis, purpose limitation, liability, correction process, member agreement
Contribution gateway2 to 3 monthsOutbound control, protection, logging, audit
Hashed marker exchange2 to 3 monthsQuery and contribution APIs, rate limits, abuse monitoring, decay
Local consumption as features1 to 2 monthsShared signals feeding internal scores, not automatic decisions
Relationship signal sharing3 to 4 monthsPrivate set intersection or enclave-based attribute overlap
Federated learning4 to 6 monthsShared model, update validation, poisoning defences, version governance

The legal phase runs longest and cannot be parallelised away, so start it before the architecture is finalised and let its outcome shape the technical choice rather than the reverse. Institutions that build first and seek approval later usually discover the approval requires a different architecture.

Which metrics prove the sharing is worth it?

Detection lift attributable to shared signals, precision by signal type, contribution balance, and query response time.

Measure lift specifically: cases detected or prevented that internal signals alone would have missed, which requires holding out shared features in evaluation. Report precision per signal type and age so members can calibrate trust. Track contribution balance across members, because a scheme where a few institutions contribute everything will collapse. Watch query response time, since a lookup too slow for a payment path will be bypassed. And record correction turnaround, meaning how long a wrong marker takes to be removed everywhere, as that number is what protects genuine customers and it is the one participants will be asked about publicly.

Fraud is one of the few areas in banking where competitors have entirely aligned interests, and the technology to act on that alignment is now well proven. What remains is unglamorous: agreeing what may cross the boundary, building a gateway that enforces it, and running the scheme so that signals stay fresh and members stay honest.

Frequently Asked Questions

Why does fraud intelligence have to cross institutional boundaries?

Because fraud networks do. Money moves between banks, so any single institution sees fragments of a pattern that is only coherent when the fragments are combined.

Is there evidence that collaborative detection actually works better?

Yes. The BIS Innovation Hub's Project Aurora found privacy-enhancing technologies with network analysis detected potentially up to three times more complex schemes and cut false positives by up to eighty percent versus siloed rules.

What should actually be shared between institutions?

Confirmed account and instrument markers, typology patterns, graph relationship signals, and model improvements. Raw customer records almost never need to move.

When is hashed identifier exchange enough?

When you only need to ask whether a counterparty is already known as fraudulent. It is simple, fast, and adequate for a large share of practical value.

When do you need federated learning instead?

When the value is in patterns rather than in known-bad lists, since federated learning improves a shared model from local data without that data leaving each institution.

How do you stop a participant fishing for information?

Rate limits, query purpose binding, reciprocity requirements, per-participant audit, and monitoring of query-to-report ratios that reveal a member consuming without contributing.

What must be settled before any data moves?

Lawful basis, purpose limitation, participant liability, data residency, retention, and the process for correcting a wrong marker. These are slower than the engineering and gate it.

How do you keep shared signals useful over time?

Decay them. Fraud markers age quickly, so apply time-based weighting, require confirmation to refresh, and measure precision by signal age rather than treating all markers equally.

Sources

Read our latest blogs and research

Featured Resources

Technology

Privacy-Enhancing Technologies for Cross-Institution Finance Data

Choosing among privacy enhancing technologies finance collaborations actually need: matching technique to use case, what the evidence shows is achievable, output leakage, governance that is harder than the cryptography, and cost realities.

Read more
Technology

Financial Document Intelligence Pipeline Design for Banks

How to architect a financial document intelligence pipeline for statements and contracts, covering classification, layout-aware extraction, provenance, deterministic validation, human review placement, and quality metrics.

Read more
Technology

Synthetic Identity Fraud Detection With ML and Data Linkage

How to build synthetic identity fraud detection using entity resolution, graph features, and machine learning, covering label scarcity, bust-out indicators, explainability, and lifecycle detection points.

Read more

About Us

We are a technology services company focused on enabling businesses to scale through AI-driven transformation. At the intersection of innovation, automation, and design, we help our clients rethink how technology can create real business value.

From AI-powered product development to intelligent automation and custom GenAI solutions, we bring deep technical expertise and a problem-solving mindset to every project. Whether you're a startup or an enterprise, we act as your technology partner, building scalable, future-ready solutions tailored to your industry.

Driven by curiosity and built on trust, we believe in turning complexity into clarity and ideas into impact.

Our key clients

Companies we are associated with

Life99
Edelweiss
Aura
Kotak Securities
Coverfox
Phyllo
Quantify Capital
ArtistOnGo
Unimon Energy

Our Offices

Ahmedabad

B-714, K P Epitome, near Dav International School, Makarba, Ahmedabad, Gujarat 380051

+91 99747 29554

Mumbai

C-20, G Block, WeWork, Enam Sambhav, Bandra-Kurla Complex, Mumbai, Maharashtra 400051

+91 99747 29554

Stockholm

Bäverbäcksgränd 10 12462 Bandhagen, Stockholm, Sweden.

+46 72789 9039

Malaysia

Level 23-1, Premier Suite One Mont Kiara, No 1, Jalan Kiara, Mont Kiara, 50480 Kuala Lumpur

Lewes

16192 Coastal Highway, Lewes, Delaware 19958, USA

software developers ahmedabad
ISO 9001:2015 Certified

Call us

Career: +91 90165 81674

Sales: +91 99747 29554

Email us

Career: hr@digiqt.com

Sales: hitul@digiqt.com

© Digiqt 2026, All Rights Reserved