Customer Due Diligence (CDD)¶
Definition¶
CDD (Customer Due Diligence) is the core process within KYC where a financial institution verifies customer identity, assesses risk, and understands the purpose and intended nature of the business relationship. CDD is the standard level of due diligence — applied to most customers by default.
The Three CDD Levels¶
graph LR
A[Risk Assessment] --> B{Risk Level}
B -->|Low| C["SDD<br/>Simplified Due Diligence"]
B -->|Normal| D["Standard CDD<br/>Default level"]
B -->|High| E["EDD<br/>Enhanced Due Diligence"]
style C fill:#2E7D32,color:#fff
style D fill:#1565C0,color:#fff
style E fill:#e53935,color:#fff
Standard CDD — What's Required¶
The Five Pillars of CDD¶
| Pillar | What It Involves | eKYC Implementation |
|---|---|---|
| 1. Identity verification | Verify customer's name, DOB, address using reliable documents | Document capture + OCR + database check |
| 2. Beneficial ownership | Identify who owns/controls the entity (for companies) | UBO declaration + ownership chain tracing |
| 3. Purpose of relationship | Understand why the customer wants the account | Onboarding questionnaire |
| 4. Risk assessment | Categorize customer as low/medium/high risk | Risk scoring engine |
| 5. Ongoing monitoring | Monitor transactions and update information | KYT + periodic re-KYC |
CDD Timing¶
| When CDD Must Be Performed | Details |
|---|---|
| Before establishing relationship | Standard — verify before opening account |
| During establishment | Allowed if needed for business flow, but complete ASAP |
| Existing customers | At trigger events or periodic re-KYC dates |
| Occasional transactions | Above threshold (€15,000 in EU) even without ongoing relationship |
| Suspicion of ML/TF | Regardless of thresholds or exemptions |
CDD in Practice — The eKYC Implementation¶
graph TD
A[Customer Onboarding] --> B[Step 1: Collect Information]
B --> B1[Identity document capture]
B --> B2[Selfie + liveness]
B --> B3[Contact details]
B --> B4[Purpose of account]
B --> B5[Expected transaction volume]
B1 & B2 & B3 & B4 & B5 --> C[Step 2: Verify]
C --> C1[Document authenticity check]
C --> C2[Face matching]
C --> C3[Database verification]
C --> C4[Sanctions/PEP screening]
C1 & C2 & C3 & C4 --> D[Step 3: Assess Risk]
D --> D1[Customer risk factors]
D --> D2[Geographic risk]
D --> D3[Product risk]
D --> D4[Channel risk]
D1 & D2 & D3 & D4 --> E[Step 4: Decision]
E --> F{Risk Category}
F -->|Low → SDD| G[Simplified monitoring]
F -->|Medium → Standard| H[Normal monitoring]
F -->|High → EDD| I[Enhanced investigation]
style A fill:#4051B5,color:#fff
When CDD is Not Required (Exemptions)¶
Limited exemptions exist in some jurisdictions:
| Exemption | Jurisdiction | Condition |
|---|---|---|
| Low-value e-money | EU | < €150, non-reloadable, limited use |
| Government entities | Various | Government accounts (low risk by nature) |
| Listed companies | EU | Subject to public disclosure requirements |
| Pooled accounts | Some | Managed by regulated entity with its own CDD |
Exemptions Are Limited
Even when exemptions apply, CDD must be performed if there is any suspicion of money laundering or terrorist financing, regardless of the exemption.
Key Takeaways¶
Summary
- CDD is the default, standard level of due diligence applied to most customers
- Five pillars: identity verification, beneficial ownership, purpose, risk assessment, ongoing monitoring
- CDD must be performed before establishing a business relationship (with limited exceptions)
- Risk assessment during CDD determines whether SDD or EDD is appropriate
- eKYC automates most CDD steps — document verification, face matching, database checks, screening