---
name: Client Onboarding
slug: client-onboarding
category: Automation
description: Client Onboarding designs end-to-end digital account opening flows from prospect intake through funding. It covers KYC/CIP checks, document collection, e-signature, custodian submission, and suitability data for complex account types.
github: "https://github.com/JoelLewis/finance_skills/tree/main/plugins/advisory-practice/skills/client-onboarding"
language: Python
stars: 184
forks: 35
install: "npx degit https://github.com/JoelLewis/finance_skills/tree/main/plugins/advisory-practice/skills/client-onboarding ~/.claude/skills/client-onboarding"
installs_to: ~/.claude/skills/client-onboarding
source_path: plugins/advisory-practice/skills/client-onboarding/SKILL.md
collection_size: 25
category_size: 2109
collection_url: "https://dirskills.com/collections/JoelLewis/finance_skills"
added: 2026-09-07T05:19:55.001Z
last_synced: 2026-09-07T05:19:55.001Z
canonical_url: "https://dirskills.com/skills/client-onboarding"
---

# Client Onboarding

Client Onboarding designs end-to-end digital account opening flows from prospect intake through funding. It covers KYC/CIP checks, document collection, e-signature, custodian submission, and suitability data for complex account types.

**Install:**

```bash
npx degit https://github.com/JoelLewis/finance_skills/tree/main/plugins/advisory-practice/skills/client-onboarding ~/.claude/skills/client-onboarding
```

## README

# Client Onboarding

## Core Concepts

### Onboarding Workflow Architecture
Client onboarding is an orchestrated, multi-stage process that transforms a prospect into a funded, investable account. The canonical stages are:

1. **Prospect intake** — capture contact information, establish CRM record, assign advisor
2. **Identity verification** — CIP/KYC checks (name, DOB, address, SSN/TIN, government ID)
3. **Suitability data collection** — investment objectives, risk tolerance, time horizon, financial situation
4. **Account type selection** — individual, joint, trust, IRA, entity, or other structure
5. **Document generation** — assemble the required document package based on account type and features
6. **E-signature** — execute new account forms, agreements, and disclosures electronically
7. **Custodian submission** — transmit the completed application to the custodian for account creation
8. **Funding** — ACH, wire, ACAT transfer, or check deposit to fund the new account
9. **Initial investment** — assign the funded account to a model portfolio or execute the initial trade

The two primary flow models are **advisor-assisted** and **self-service (digital-direct)**. In advisor-assisted onboarding, the advisor guides the client through each step, often in a meeting or screen-share, with the onboarding platform pre-populating data from the CRM. In self-service onboarding, the client completes a guided digital workflow independently, with the advisor reviewing and approving the completed application. Most firms support a hybrid model where self-service handles simple account types and advisor-assisted handles complex ones.

The onboarding platform acts as an orchestrator across multiple downstream systems: CRM (client master), KYC/AML vendor (identity verification), custodian (account opening API), document management (storage and retrieval), and portfolio management system (model assignment). The platform must manage state transitions, handle errors at each stage, and provide visibility to both the advisor and compliance.

### Digital Identity Verification
Identity verification during onboarding must satisfy CIP requirements under USA PATRIOT Act Section 326 and, for legal entities, the FinCEN CDD Rule (31 CFR 1010.230). The onboarding workflow collects the following minimum identifying information:

- **Individuals:** Full legal name, date of birth, residential address, Social Security Number (or TIN for non-citizens)
- **Entities:** Legal name, formation date, principal place of business, EIN/TIN, formation documents

**Verification methods integrated into digital onboarding:**

- **Database verification** — real-time API calls to identity verification vendors (LexisNexis Risk Solutions, Equifax, TransUnion, Alloy) that cross-reference provided data against credit bureau, public records, and government databases. This is the most common method for digital onboarding because it requires no document handling and provides a pass/fail result in seconds.
- **Document verification** — the client uploads a photo of a government-issued ID (driver's license, passport), and optionally a selfie for facial comparison. OCR extracts data fields; liveness detection prevents spoofing. Used as a fallback when database verification is inconclusive or as a primary method for non-US persons.
- **Knowledge-based authentication (KBA)** — the client answers challenge questions generated from their credit file (e.g., "Which of the following addresses have you lived at?"). KBA is declining in use due to data breach exposure but remains a supplementary method.
- **Biometric verification** — fingerprint or facial recognition, typically used in mobile onboarding flows.

**OFAC and sanctions screening** is a mandatory gate before account opening. The onboarding platform must screen all individuals associated with the account (account holders, authorized signers, beneficial owners, trustees) against the OFAC SDN list, FinCEN 314(a) lists, and any firm-specific restricted lists. A match or potential match must halt the onboarding flow and route to compliance for manual review.

**Beneficial ownership collection for entity accounts** requires identification of every individual who directly or indirectly owns 25% or more of the equity interests in the legal entity, plus at least one individual with significant managerial control (the control person). The onboarding workflow must dynamically present beneficial ownership forms when the account type is an entity (LLC, corporation, partnership, certain trusts).

**Enhanced due diligence triggers** that the onboarding system should detect and flag: politically exposed persons (PEPs), connections to high-risk jurisdictions (per FinCEN advisories and FATF guidance), complex multi-layered ownership structures, and negative news screening results. When EDD is triggered, the onboarding flow should pause and escalate to the compliance team before proceeding.

### Suitability and Risk Profiling
Onboarding is the primary data collection event for investment suitability. Before any investment recommendation can be made, the firm must gather sufficient information to satisfy FINRA Rule 2111 (suitability) for broker-dealers and Regulation Best Interest for BD recommendations, or the fiduciary duty of care for registered investment advisers.

**Required data elements:**
- Investment objectives (capital preservation, income, growth, aggressive growth, speculation)
- Time horizon (short-term under 3 years, intermediate 3-10 years, long-term over 10 years)
- Risk tolerance (conservative, moderate, aggressive — and the behavioral willingness to endure volatility)
- Liquidity needs (anticipated withdrawals, major expenses, emergency reserves)
- Annual income and net worth (including liquid net worth)
- Investment experience (years of experience, asset classes traded, knowledge level)
- Tax status (marginal tax bracket, tax-sensitive vs tax-exempt accounts)
- Special circumstances (concentrated stock positions, employer restrictions, ESG preferences)

**Risk questionnaire design** follows two approaches:

- **Psychometric questionnaires** measure the client's emotional and behavioral relationship with risk — willingness to accept losses, reaction to market downturns, comfort with uncertainty. These are better at capturing true risk tolerance but can be subjective.
- **Knowledge-based questionnaires** assess the client's understanding of investment concepts and their objective financial capacity to bear risk. These are more defensible from a compliance standpoint but may not capture behavioral tendencies.

Best practice is a combined approach: psychometric questions to assess willingness, financial data to assess capacity, and a mapping algorithm that produces a risk score or category. The risk score then maps to a model portfolio or investment strategy range.

**Regulatory requirements at onboarding:** The suitability profile must be documented before the first investment recommendation. For discretionary accounts, the investment policy statement (IPS) should be established during onboarding. For Reg BI accounts, the Care Obligation requires that any recommendation — including account type — have a reasonable basis given the client's profile.

### Account Type Selection and Configuration
The onboarding workflow must guide account type selection based on the client's needs. Account types and their key characteristics:

**Individual and joint accounts:**
- Individual taxable — single owner, simplest structure
- Joint Tenants with Right of Survivorship (JTWROS) — co-owners; on death, surviving owner inherits automatically
- Tenants in Common (TIC) — co-owners; each owns a specified share that passes to their estate
- Community Property — available in community property states; assets acquired during marriage are jointly owned

**Retirement accounts:**
- Traditional IRA — tax-deductible contributions (subject to income limits), tax-deferred growth, RMDs at age 73
- Roth IRA — after-tax contributions, tax-free growth and qualified withdrawals, no RMDs during owner's lifetime
- SEP IRA — employer-funded; contribution limits up to 25% of compensation or the annual dollar limit
- SIMPLE IRA — employee salary deferral plus employer match or non-elective contribution
- Inherited IRA — beneficiary account; subject to 10-year distribution rule (SECURE Act) for most non-spouse beneficiaries

**Trust accounts:**
- Revocable (living) trust — grantor maintains control; assets avoid probate; grantor's SSN typically used as TIN
- Irrevocable trust — grantor gives up control; separate tax entity with its own EIN; beneficial ownership rules apply
- Testamentary trust — created by will; requires court documentation

**Entity accounts:**
- LLC — requires articles of organization, operating agreement, EIN, beneficial ownership certification
- Corporation (C-Corp, S-Corp) — requires articles of incorporation, bylaws, corporate resolution, EIN
- Partnership (LP, LLP, GP) — requires partnership agreement, EIN, identification of general partner(s)

**Custodial accounts:**
- UTMA/UGMA — custodian manages assets for a minor until the age of majority (18 or 21 depending on state)

**Estate accounts:**
- Require letters testamentary or letters of administration, death certificate, EIN for the estate

**Account features configured during onboarding:**
- Margin eligibility (requires separate margin agreement and additional disclosures)
- Options approval level (levels 0-4 depending on custodian; requires options agreement and risk disclosure)
- Check writing and debit card access
- Tax lot accounting method selection (specific identification, FIFO, average cost)
- Beneficiary designation (primary and contingent for retirement and TOD accounts)
- Dividend and capital gains reinvestment preferences
- Trusted contact person (FINRA Rule 4512)

### Document Collection and Generation
Each account type requires a specific document package. The onboarding system should dynamically assemble the required documents based on the account type and features selected.

**Universal documents (all account types):**
- New account application form (custodian-specific)
- W-9 (US persons) or W-8BEN/W-8BEN-E (non-US persons)
- Advisory agreement or brokerage agreement
- Form CRS (Client Relationship Summary)
- Privacy notice (Reg S-P)
- Trusted contact person designation

**Account-type-specific documents:**
- Joint accounts: joint account agreement specifying ownership type
- Trust accounts: trust certification (or full trust agreement), trustee identification, trust TIN documentation
- Entity accounts: formation documents (articles of incorporation/organization, partnership agreement), corporate resolution or operating agreement authorizing the account, beneficial ownership certification form (FinCEN)
- IRA accounts: IRA adoption agreement, beneficiary designation form, IRA disclosure statement, rollover/transfer forms (if funding from another retirement account)
- Estate accounts: letters testamentary/administration, death certificate, EIN assignment letter
- Custodial accounts (UTMA/UGMA): custodial account agreement, minor's SSN

**Feature-specific documents:**
- Margin: margin agreement, margin risk disclosure
- Options: options agreement, OCC Characteristics and Risks of Standardized Options document

**Document assembly** in modern onboarding platforms involves pre-populating forms with data already collected during earlier onboarding stages (identity, suitability, account type). The system generates a personalized document package with client data filled in, leaving only signature blocks and any fields that require manual completion. This dramatically reduces errors and accelerates the process.

**Document management considerations:**
- Version control: track which version of each form was used (custodians update forms periodically)
- Expiration tracking: certain documents (e.g., trust certifications, corporate resolutions) may need periodic recertification
- Retention: SEC Rule 17a-4 (broker-dealers) and Rule 204-2 (investment advisers) govern document retention periods — typically 5-6 years, with some records retained for the life of the account
- Storage: documents should be stored in a searchable, indexed repository linked to the client and account records

### E-Signature and Consent
Electronic signatures are legally binding for account opening documents under the E-SIGN Act (15 USC 7001) and the Uniform Electronic Transactions Act (UETA), adopted in some form by 49 states and DC.

**E-SIGN Act requirements for valid electronic signatures:**
- The signer must consent to use electronic records and signatures
- The consent must be informed — the signer must be told what types of records will be provided electronically and how to withdraw consent
- The signer must demonstrate the ability to access electronic records in the format used
- The firm must retain the electronic record in a form that accurately reproduces the original

**E-signature platform integration:** Most advisory firms use DocuSign, Adobe Sign, or custodian-embedded signing tools (e.g., Schwab's e-signature within their account opening API). Integration patterns include:

- **Embedded signing** — the e-signature ceremony is embedded within the onboarding platform's user interface, providing a seamless experience
- **Redirect signing** — the client is redirected to the e-signature vendor's portal to complete signing, then returned to the onboarding platform
- **Email-based signing** — the client receives an email with a link to review and sign documents, completing the process asynchronously

**Consent to electronic delivery** is a prerequisite. Before delivering documents electronically, the firm must obtain the client's affirmative consent, inform them of their right to receive paper copies, and verify their ability to access electronic documents. This consent is typically captured as one of the first steps in a digital onboarding flow.

**Wet signature exceptions:** Some custodians and certain form types still require original (wet ink) signatures. Common exceptions include: certain international account forms, some trust documentation, specific alternative investment subscription agreements, and medallion signature guarantees for account transfers. The onboarding system should identify these exceptions and route them to a wet-signature workflow.

**Signature ceremony design for multi-party accounts:**
- Joint accounts: both owners must sign; the system should define a signing order or allow parallel signing
- Trust accounts: all trustees authorized to act on the account must sign
- Entity accounts: authorized signers per the corporate resolution or operating agreement must sign
- The system must track completion status for each signer and send reminders for incomplete ceremonies

**Audit trail requirements:** The e-signature record must include: signer identity (name, email), timestamp of each signature, IP address, authentication method used, document hash (to prove the signed document was not altered post-signature), and a certificate of completion. This audit trail must be retained as part of the account records.

### Custodian Submission and Account Funding
After documents are signed, the completed application package is submitted to the custodian for account creation. Submission methods vary by custodian and account complexity:

**API-based submission (straight-through processing):**
- Major custodians (Charles Schwab, Fidelity, Pershing, TD Ameritrade/Schwab) offer account opening APIs that accept structured data and documents
- The onboarding platform submits client data, account configuration, and signed documents programmatically
- The custodian validates the submission and returns an account number (typically within minutes to hours for standard accounts)
- This is the target state for high-volume firms seeking straight-through processing (STP)

**Semi-automated submission:**
- Some custodians accept submissions through their advisor portal with pre-populated data
- The onboarding platform generates a data file or pre-fills the custodian's web forms
- An operations team member reviews and clicks "submit" — human-in-the-loop

**Manual submission:**
- Complex account types (certain trusts, estates, entities, international accounts) often require manual submission
- Signed documents are uploaded to the custodian's document portal or sent via secure file transfer
- Processing time ranges from days to weeks depending on account complexity

**NIGO (Not In Good Order) handling:**
A NIGO rejection means the custodian has found errors or missing information in the application. Common NIGO causes:
- Missing or illegible signatures
- Inconsistent data between forms (e.g., name on W-9 does not match account application)
- Missing required documents (e.g., trust certification not included)
- Invalid or expired identity documents
- Missing beneficial ownership certification for entity accounts
- Incorrect account type coding
- Missing beneficiary designation for retirement accounts

NIGO remediation workflow: the onboarding system should receive NIGO notifications from the custodian (via API callback, email, or status polling), parse the rejection reason, notify the advisor and/or client, collect the corrected information or documents, and resubmit. Reducing NIGO rates is one of the highest-impact onboarding optimizations.

**Account funding methods:**
- **ACH transfer** — electronic transfer from a linked bank account; typically 2-4 business days; requires bank account verification (micro-deposits, Plaid, or manual voided check)
- **Wire transfer** — same-day or next-day funding for large amounts; requires wire instructions from the custodian
- **ACAT transfer** — Automated Customer Account Transfer system (DTCC) for transferring assets from another brokerage; typically 4-6 business days for full transfers; partial ACAT for specific positions
- **Check deposit** — physical check or mobile check deposit; subject to hold periods
- **In-kind transfer** — transferring existing securities without liquidating; important for tax-sensitive clients
- **Rollover** — direct rollover from employer plan or another IRA; requires rollover paperwork from the distributing institution

**Initial investment:** Once the account is funded, the onboarding system should trigger model portfolio assignment. For discretionary accounts, this means linking the account to the appropriate model in the portfolio management system (PMS) and generating the initial trade orders. For non-discretionary accounts, the advisor submits the first investment recommendation.

### Compliance Checkpoints
Effective onboarding embeds compliance gates at specific stages, preventing the workflow from advancing until requirements are met:

**Gate 1 — Identity verification (before account opening):**
- CIP verification must return a pass result
- OFAC/sanctions screening must clear all associated individuals
- If either fails, the flow halts and routes to compliance
- No account can be opened until identity is verified (USA PATRIOT Act Section 326)

**Gate 2 — Suitability documentation (before investment):**
- Investment profile (objectives, risk tolerance, time horizon, financial situation) must be completed
- Risk questionnaire must be scored and documented
- For Reg BI: the initial recommendation (including account type recommendation) must have a documented reasonable basis
- For fiduciary advisers: the suitability profile must support the proposed investment strategy

**Gate 3 — Beneficial ownership (before entity account opening):**
- FinCEN beneficial ownership certification must be completed for all legal entity accounts
- 25% owners and at least one control person must be identified and verified
- Exempt entity types (publicly traded companies, regulated financial institutions, government entities) must be documented

**Gate 4 — Disclosur
