Technology

Privacy-Enhancing Technologies for Cross-Institution Finance Data

|Posted by Hitul Mistry / 31 Aug 26

Learning From Data You Are Not Allowed to See

Two banks each hold half the picture of a fraud network. A dozen lenders each see a fragment of a customer's borrowing. Every institution in a market wants to know whether its loss rate is unusual, and none will disclose its numbers. In each case there is a question that can only be answered across institutions, and a set of legal, competitive, and ethical reasons why the data cannot simply be pooled.

Privacy enhancing technologies finance collaborations use exist to answer that class of question. The engineering is genuinely impressive and it is also the easier half of the problem, because most of these initiatives fail on governance rather than on mathematics.

What are institutions actually trying to do together?

Six recurring questions, each with a different shape.

Collaboration goalThe question being askedData that must not be disclosed
Financial crime network detectionDo these entities connect across our institutions?Customer identities and transaction detail
Shared fraud signalsHas this device, account, or identity been seen elsewhere?Which institution saw it and in what context
Credit and affordabilityWhat is this customer's total exposure?Individual lender positions
Peer benchmarkingWhere do we sit against the market?Each participant's actual figures
Model training on wider populationsCan we train on more data than we hold?The training records themselves
Shared verificationHave others already verified this fact?The underlying evidence

The shapes matter because they call for different techniques. A yes or no on overlap is a different computation from a model trained across parties, and treating them as one problem is the most common early mistake.

Which technologies are in the toolkit?

Seven, with very different capabilities, costs, and maturity.

TechniqueWhat it givesPractical costBest fit
Private set intersectionFinds common elements without revealing non-membersLowOverlap questions, shared identifiers
Secure multiparty computationJoint computation with no party seeing others' inputsHigh, network-boundAggregates and joint scoring among few parties
Homomorphic encryptionComputation directly on encrypted dataVery high for general computationNarrow, high-value computations
Federated learningModel training where data stays localModerate, communication-heavyModel training across many participants
Differential privacyBounded disclosure from released outputsLow to moderate, costs accuracyProtecting outputs and statistics
Trusted execution environmentsComputation isolated in hardwareLow overhead, hardware trust requiredPooled processing with a hardware trust anchor
Synthetic dataShareable data that belonged to nobodyModerate, validation-heavyDevelopment, testing, some analysis

Two of these have enough depth to warrant separate treatment. Hardware-based isolation is covered in confidential computing for financial workloads, and generation and validation of artificial datasets in synthetic data for financial services.

Why does the use case determine the technique rather than the reverse?

Because each technique answers a different question, and the interesting technologies attract selection on their own merits.

The failure pattern is recognisable: an institution decides to do something with homomorphic encryption, spends a year building it, and discovers the question it needed to answer was an overlap check that private set intersection solves in a fraction of the effort. Start from the question, establish the minimum disclosure that answers it, and choose the cheapest technique that meets that bound. Where a simpler method suffices, the added complexity buys nothing except difficulty in explaining the system to a regulator.

Have you defined the question before choosing the privacy technology?

Talk to Digiqt about matching technique to use case

What does the evidence show is achievable?

Meaningful uplift on detection problems, demonstrated rather than theorised.

The BIS Innovation Hub's Project Aurora, published 31 May 2023, applied privacy-enhancing technologies and network analysis across institutions and reported up to three times more complex schemes detected and up to eighty per cent fewer false positives compared with siloed rules-based approaches. A second phase open call ran to 18 August 2025. Those two figures are worth holding onto because they point at different benefits: the detection improvement is what gets a programme funded, and the false positive reduction is usually what makes it economically worthwhile, since alert investigation is the dominant operational cost in most financial crime functions.

The fraud-specific version of this, including consortium design and participation incentives, is developed in federated fraud data sharing, and the identity fabrication patterns that most need cross-institution visibility are covered in synthetic identity fraud detection.

What does none of this solve?

Output disclosure, collusion, and the legal question of whether you may do it at all.

Residual riskWhy the technique does not remove it
Information in the outputThe answer itself carries information about the inputs
Repeated queryingA sequence of permitted queries can isolate an individual
Membership inferenceA trained model can reveal whether a record was in its training set
Collusion between participantsProtocols assume a threshold of honest parties
Input poisoningNothing verifies that a participant's contributed data is truthful
Lawful basisCryptography does not create a legal ground for processing

The last row is the one that stops programmes. A privacy-preserving design strengthens a legal position considerably and does not by itself establish one, and the analysis differs by jurisdiction, which is the terrain of privacy compliance across jurisdictions.

Why does a privacy-preserving computation still disclose something?

Because the point of the computation is to produce an answer, and answers carry information.

If a query returns the average exposure of customers matching a narrow set of criteria, and the analyst can narrow the criteria repeatedly, the average eventually describes one person. No property of the underlying protocol prevents that, because each individual query was legitimate. Protecting against it requires controls on the outputs rather than on the computation: minimum aggregation thresholds, limits on query volume and specificity, noise calibrated to a privacy budget, and logging of every query with the identity behind it. Institutions that treat the cryptography as the whole answer typically have no controls at this layer at all.

The FCA's work on synthetic data validation, published 12 June 2023 and updated 3 June 2026 following a roundtable with the FCA, the ICO, and the Alan Turing Institute, makes a related point that generalises across these techniques: the use case is central, utility can be measured broadly through statistical similarity or narrowly through model performance, and privacy is best approached as a risk-based question that accepts some inherent residual risk rather than claiming its elimination.

How do you handle the governance?

As a formal arrangement with a named body, not as a technical integration.

Participants must agree the lawful basis for each processing activity, the purposes for which results may be used and the purposes for which they may not, who may pose queries and how many, what happens to derived models and insights, how disputes are resolved, who bears liability if the arrangement causes harm, and what happens when a participant leaves or a new one joins. Then someone has to operate that agreement, which means a governing body with real authority rather than a working group. The consortium structures and their pitfalls are examined in multi-party data sharing consortium design.

Why is governance harder than the cryptography?

Because the maths is settled and the incentives are not.

The technical questions have known answers with known trade-offs. The questions that stall collaborations are different: whether a large participant will contribute data that benefits smaller competitors, how to prevent free riding by parties that query more than they contribute, whether commercially sensitive patterns leak through aggregate results, and who is accountable when a shared model produces a bad outcome for a customer. Those are negotiations, they take longer than the build, and starting them after the technology is chosen is why so many pilots never reach production.

Who governs the arrangement once the technology works?

Talk to Digiqt about collaboration governance design

What are the cost realities?

They differ by orders of magnitude, which makes technique selection a budget decision.

Private set intersection over identifiers is inexpensive and can run at real scale. Federated learning is workable but communication-heavy, and its practical constraints are coordination and participant availability rather than computation. Secure multiparty computation is sensitive to the number of parties and to network round trips, which makes it well suited to a handful of participants computing an aggregate and poorly suited to many parties running complex logic. General-purpose homomorphic encryption remains expensive enough that it should be reserved for narrow, high-value computations rather than adopted as a platform. Trusted execution environments impose modest overhead and shift the question to whether all participants accept the hardware vendor as a trust anchor, which is a governance question wearing a technical costume.

The practical sequence that works: answer as much as possible with private set intersection and protected aggregates, add federated approaches when models rather than statistics are needed, and reserve the heavier cryptography for the specific computations where nothing else meets the disclosure bound.

How should a collaboration start?

Two participants, one narrow question, a measured baseline, and a decision point.

Pick the question with the clearest value and the least sensitivity. Involve two willing participants rather than an industry consortium, because bilateral agreements are achievable and multilateral ones take years. Establish what each party can already achieve alone, so the uplift is measurable rather than assumed, and measure the collaborative result against that baseline honestly, including the false positive effect. Then set a decision point at which the arrangement either expands or stops. Pilots without a defined decision point tend to continue indefinitely, consuming attention and producing neither production capability nor a clear negative conclusion.

How should the programme be sequenced?

Question, legal basis, bilateral pilot, output controls, then expansion.

PhaseDurationDeliverable
Use case definition1 monthThe question, the minimum disclosure that answers it, the value if answered
Legal and regulatory assessment2 to 3 monthsLawful basis per jurisdiction, purpose limits, engagement with supervisors
Technique selection1 monthCheapest technique meeting the disclosure bound, with the rejected options recorded
Bilateral pilot3 to 4 monthsTwo participants, measured against a single-institution baseline
Output privacy controls2 monthsAggregation thresholds, query limits, privacy budget, full query logging
Governance formalisation3 to 6 monthsAgreement, governing body, joining and leaving terms, liability
Production hardening3 monthsAvailability, key management, monitoring, lineage of derived results
ExpansionOngoingAdditional participants under the existing agreement

Legal assessment runs early and in parallel because it can invalidate the whole design, and finding that out after the build is the most expensive possible ordering.

Which metrics matter?

Detection or accuracy uplift against baseline, false positive change, query privacy budget consumption, participant contribution balance, and time from question to answer.

Report uplift against what each participant achieves alone, since that is the only number that justifies the arrangement. Report the false positive effect separately, because that is where the operational saving sits. Track privacy budget consumption and aggregation threshold breaches as the disclosure control measures. Report contribution against consumption per participant, which is the metric that surfaces free riding before it becomes a dispute. And measure the elapsed time from a participant posing a question to receiving an answer, because a collaboration that takes six weeks to answer anything will not be used regardless of how well it protects privacy. Traceability of what was computed and released matters throughout, which is the discipline covered in data lineage and audit trail design.

These techniques genuinely allow institutions to learn things they cannot learn alone. The constraint on adoption has never really been the mathematics, and programmes that spend their first year on the cryptography and their second on the agreements have the order backwards.

Frequently Asked Questions

What are institutions actually trying to do together?

Detect networks that cross institutional boundaries, benchmark against peers, train models on wider populations, and confirm shared facts, all without disclosing customer data to each other.

Why does the use case determine the technology rather than the reverse?

Because each technique answers a different shape of question, and selecting a technology first produces expensive engineering that does not answer the question anyone asked.

What does the evidence show is achievable?

BIS Innovation Hub work applying privacy-enhancing technologies and network analysis across institutions reported up to three times more complex schemes detected and up to eighty per cent fewer false positives than siloed rules-based approaches.

Why does a privacy-preserving computation still disclose something?

Because the output itself carries information, and a sequence of legitimate queries can reveal individual records even when the computation never exposed the underlying data.

Why is governance harder than the cryptography?

Because the technology decides what is computable while participants must still agree lawful basis, purpose limits, liability, query rights, and what happens when someone leaves.

Is output from these techniques automatically anonymous?

No. Privacy protection has to be assessed on the outputs as released, and a risk-based approach accepts that some residual risk remains rather than claiming its absence.

What are the realistic performance costs?

They vary by orders of magnitude across techniques, so start with the cheapest method that answers the question and escalate only where the simpler approach genuinely fails.

How should a collaboration start?

With two participants, one narrow question, a classical baseline to measure against, and a defined decision point on whether the uplift justifies expanding.

Sources

Read our latest blogs and research

Featured Resources

Technology

Federated Fraud Data Sharing Without Exposing Customer Data

How to build federated fraud data sharing between institutions, covering what to share, hashed exchange versus federated learning, privacy-enhancing technologies, governance, abuse prevention, and signal freshness.

Read more
Technology

Audit-Ready CI/CD Evidence Trails Financial Regulators Accept

Designing audit ready CI CD financial evidence: what examiners ask for, the minimum evidence set per change, build provenance and SLSA levels, immutability, retrieval time, and proving what did not happen.

Read more
Technology

Confidential Computing for Sensitive Financial Workloads

How to design confidential computing financial workloads can rely on, covering trusted execution environments, attestation, enclave design constraints, key release policy, threat model limits, and adoption sequencing.

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