Retail Banking Export De-Identification with anonym.plus

Strip identifiers from a retail-banking data dump before analytics or sharing.

In simple terms, PII redaction is the on-device process of finding and masking personally identifiable information in a document before it is shared.

A core-system export usually goes somewhere, and the destination is what the law reacts to. UK GDPR Art. 28(3) requires a written contract with any processor that handles it. Art. 30 requires the processing to appear in your records. Chapter V restricts sending it outside the UK unless a transfer mechanism covers it — in practice the ICO's International Data Transfer Agreement, or the UK Addendum to the EU standard clauses, both available since 21 March 2022. Art. 35 requires a DPIA where large-scale processing is likely to be high risk. A file that carries no personal data raises none of those questions. anonym.plus strips each column on your machine, so the structure stays usable while customer details are shielded.

When this applies

A vendor abroad will model attrition on a core dump. As personal data that is a Chapter V transfer with a contract, a records entry and possibly a DPIA behind it. De-identified first, it is a much shorter conversation.

How anonym.plus handles it

  1. Point anonym.plus at the dump on your machine.
  2. It scans every column for the identifier set.
  3. Local OCR reads any imaged rows in the mix.
  4. Decide whether to keep or drop the name map.
  5. Apply Replace or Mask across the columns.
  6. Save the clean file locally.

What you need to provide

PII & financial identifiers detected

Categoryanonym.plus entity typeExample
NamesPERSONcustomer column → [PERSON]
FinancialUK_BANK_NUMBERaccount column → ****0091
IdentifiersUK_NINONINO column → [NINO]
ContactPHONE_NUMBERphone column → [PHONE]
FinancialIBAN_CODEIBAN column → [IBAN]
LocationLOCATIONaddress column → [ADDRESS]

Compliance achieved

Anonymise retail-banking exports offline — see plans & start free →

Limitations & cautions

Stripping direct identifiers leaves quasi-identifiers — age, branch, tenure, amount — that can re-link a person when combined. If the set is still personal data, Chapter V and Art. 28 still apply. Keep the name map off when the file must be truly anonymous, and test the result against the ICO's motivated-intruder test.

Frequently asked questions

Can the tool de-identify a CSV file?

Yes. It flags every value in the customer, account and contact columns, so you can strip them together in one pass rather than column by column.

Does de-identifying remove the need for a transfer agreement?

Only if the result is genuinely anonymous. UK GDPR Chapter V applies to personal data, so a truly anonymous export falls outside it. A set a recipient could reasonably re-link is still personal data, and the International Data Transfer Agreement or the UK Addendum is still needed.

Should I keep the name map for a data dump?

Keep it on only where you must re-link results later, and guard it as carefully as the source. Turn it off for a one-way result — and remember DPA 2018 s.171 makes re-identifying a de-identified set without consent an offence.