FIELD NOTE · 2026-04-18 · KYC · AML · ONBOARDING

Why KYC Drop-Off Spikes at EDD

The baseline KYC funnel works. Enhanced Due Diligence is where it falls apart — and the design fix is not "make it shorter".

Every onboarding analytics dashboard I have seen in regulated financial services tells the same story. The early KYC steps — name, address, ID upload — have conversion above 80%. Then the flow hits Enhanced Due Diligence and drops off a cliff. In the wealth and CFD work I did at ACY and adjacent projects, EDD conversion routinely sat at 35–45%. Sixty percent of the funnel failure in the whole onboarding journey happens inside the EDD step.

EDD is triggered by FinCEN's Customer Due Diligence rule (31 CFR 1010.230), FATF Recommendation 10, MAS Notice 626 §8, FCA SYSC 6.3, and essentially every other AML regime. It kicks in for high-risk clients: high net worth, politically exposed persons (PEPs), sanctioned-adjacent jurisdictions, cash-intensive source of funds. The questions are unavoidably intrusive — source of funds, source of wealth (different thing), UBO structure, PEP status for client and associated persons, tax residency across multiple regimes.

The instinct from consumer onboarding is to make it shorter. That instinct is wrong. You cannot shorten a regulatory requirement. What you can do is change how the questions are presented so the drop-off moves from "the user quit" to "the user finished." Three design interventions do most of the work.

Intervention 1 — Progressive disclosure, not progressive progress bars

The standard approach shows a progress bar: "Step 4 of 7". When step 4 asks for source of funds with a long explanation of why, and the user sees three more steps ahead that look similarly heavy, they leave.

The better approach shows the user one question at a time with the reason for the question inline, and only reveals the next question after the current one is answered. The user never sees the full weight of what is ahead. A PM I worked with on a private banking concept called this "the dentist model" — you do not show the patient all the instruments on the tray at once.

Concretely: replace the multi-field EDD form with a conversational step sequence. One question, one answer, one soft confirmation, next question. Save state on every answer. This sounds trivial; in production it moves EDD completion from ~40% to ~60% without changing a single question.

Intervention 2 — Save-and-resume infrastructure, treated as a first-class path

The second-biggest cause of EDD abandonment is not philosophical objection to the questions. It is that the user genuinely does not know the answer. "What is the source of the USD 850,000 you are depositing?" is a reasonable question the user cannot answer in the 30 seconds they have between Slack messages. They need to find the 2019 inheritance paperwork, the exercise-and-sell statement from their ex-employer, the property sale deed.

If the UX's response to "I don't know right now" is "please restart when you have the information," the user never returns. If the UX's response is "save where you are, we emailed you a resume link, come back within 30 days," completion climbs materially.

Design requirements for a resume path that actually works:

  • Every field saves on blur, not only on submit. A browser crash must not cost the user a question they already answered.
  • Resume link is magic-link authenticated, not password-protected. The user already proved identity in step 1. Do not make them prove it again to come back and finish.
  • Resume link expiry is generous — 30 days minimum, aligned with the firm's retention policy. Private banking prospects routinely take 2–3 weeks to assemble source-of-wealth paperwork.
  • The email is a direct deep link to the exact question the user abandoned, with the already-completed context carried forward. "Resume your application" that dumps them at step 1 again is the same as no resume path at all.

Intervention 3 — In-context regulation citations

The third intervention looks like compliance garnish and is actually the lever with the biggest retention impact at the UHNW end. Beside every intrusive question, render a short citation of why the firm is asking, linked to the actual regulatory text.

Example, next to the PEP screening question: "We are required to identify politically exposed persons under FATF Recommendation 12 and FinCEN 31 CFR 1010.230(a)(5). A PEP classification does not disqualify your account — it adjusts monitoring obligations."

Why it works: sophisticated clients — and EDD clients are almost definitionally sophisticated, because that is what makes them high-risk — respond to regulatory framing much better than they respond to brand-friendly framing. A "we value your privacy, these questions help us serve you better" caption reads as marketing dishonesty to a general counsel filling out his own onboarding. A "FinCEN 31 CFR 1010.230(a)(5)" caption reads as a firm that knows what it is doing and is telling the truth about why it needs the data.

Secondary effect: it cuts the support-ticket volume to the compliance team by roughly half, because clients stop sending "why do you need this" emails to the relationship manager.

What I explicitly do not do

I do not add encouragement copy. "You're almost there!" on EDD reads as manipulative because it is. The client is not almost there in any meaningful sense; they are in the hard part of a regulatory process. Gamified nudging erodes the trust the firm is trying to build.

I do not hide the questions behind fake auto-filled defaults. Some CFD platforms do this with source-of-funds: pre-select "salary" because it is the most common answer. It is a regulatory failure dressed as a UX optimisation. If the user lies by inattention, the firm is the one on the hook.

I do not shortcut UBO for complex structures. Corporate, trust, and foundation clients have genuinely complex ultimate beneficial owner structures. The temptation is to offer a "simple" path. There is no simple path; there is a well-designed complex path. I build the complex path properly and never regret it.

The general principle

EDD drop-off is a signal that the firm has imported a consumer onboarding mental model into a regulated context where it does not fit. The fix is not to soften the questions or hide their weight. The fix is to respect the client's time by showing questions one at a time, respect the client's situation by letting them pause and come back, and respect the client's sophistication by telling them honestly which regulator is asking and why.

Do those three things and EDD completion lifts from 40% toward 70% in most of the onboarding flows I have seen rebuilt. The questions do not change. The failure mode does.