Section E · Reference

Domain Context — Vocabulary You Need Cold

The terms a Platform PM for onboarding / KYC at a crypto exchange should be fluent in. Use this as a glossary; drill the quick-recall section the morning of.

KYC / AML core vocabulary

TermMeaning
KYC — Know Your CustomerIdentity verification for an individual customer
KYB — Know Your BusinessVerification for a business customer + its beneficial owners
AML — Anti-Money LaunderingThe umbrella program of which KYC is part
CDD — Customer Due DiligenceBaseline diligence at onboarding
EDD — Enhanced Due DiligenceExtra scrutiny for high-risk customers
SDD — Simplified Due DiligenceReduced diligence for low-risk customers (where law allows)
CTR — Currency Transaction ReportUS filing for cash transactions above $10k
SAR — Suspicious Activity ReportFiling when a transaction looks suspicious; jurisdiction-specific name (SAR US, SOR EU, STR FATF)
BSA — Bank Secrecy ActUS AML statutory backbone
UBO — Ultimate Beneficial OwnerThe natural person(s) who ultimately own or control a business
Source of Funds (SoF)Where the money for a specific transaction came from
Source of Wealth (SoW)How the customer accumulated their total wealth

Screening & risk vocabulary

TermMeaning
OFACUS Treasury's Office of Foreign Assets Control — administers sanctions
SDN listSpecially Designated Nationals — OFAC's primary sanctions list
EU Consolidated ListEU sanctions list
UN sanctionsGlobal sanctions enforced via member-state adoption
HMTUK HM Treasury sanctions list
PEP — Politically Exposed PersonGovernment officials, their family, close associates — heightened risk
Adverse mediaNegative news mentions tied to financial crime / reputational risk
WatchlistGeneric term covering sanctions + PEP + adverse media + internal lists
Match scoreConfidence that a name/data match is real, not coincidence
DispositionOps decision on a flagged hit — true match / false positive / refer
Re-screeningPeriodic re-check of existing customers against current lists

Regulatory bodies & regimes

Body / regimeRegionRelevance
FinCENUSFinancial Crimes Enforcement Network; BSA enforcement, MSB registration
OFACUSSanctions
FCAUKFinancial Conduct Authority; crypto AML registration
MASSingaporeMonetary Authority of Singapore; PSA / DPT licensing
BaFinGermanyFederal Financial Supervisory Authority; crypto custody licensing
AMFFranceAutorité des marchés financiers
FINMASwitzerlandSwiss financial market supervision
FATFGlobal standard-setterRecommendations adopted nationally; Recommendation 16 is the Travel Rule
MiCAEUMarkets in Crypto-Assets — pan-EU crypto framework
GDPREUPrivacy regulation; consent, minimization, erasure
CCPA / CPRACaliforniaState-level US privacy
BIPAIllinoisBiometric privacy — relevant to liveness/face data

IDV technical vocabulary

TermMeaning
eIDVElectronic identity verification
Document of recordThe primary identity document the verification is anchored on
MRZ — Machine-Readable ZoneEncoded strip on passports and some IDs containing checksummed data
NFC chip readReading the encrypted data from a passport's NFC chip — highest-trust signal
LivenessProves a selfie is from a live person, not a photo or deepfake
PAD — Presentation Attack DetectionTechnical term for liveness
Active vs passive livenessActive: user follows instructions. Passive: no user effort.
Biometric templateStored representation of a face/voice/fingerprint; regulated separately in some jurisdictions
Face match / 1:1 matchCompare selfie to doc photo, return similarity score
1:N matchCompare a selfie against a gallery — used in fraud / duplicate detection
Decision engineThe component that combines signals into approve/refer/reject
Vendor waterfallTry vendor A, fall back to vendor B on failure or low confidence
Application abandonmentCustomer started but didn't complete

Orchestration & platform vocabulary

TermMeaning
Onboarding orchestratorThe platform component that runs an applicant through steps in a jurisdictionally-correct order
FlowA configured sequence of onboarding steps for a (segment × market × tier)
Policy versionA versioned compliance policy document the platform interprets
TierA KYC level that unlocks specific product capabilities
GrandfatheringExisting customers retain their tier under their original policy version
Step-upIncremental verification to move to a higher tier without redoing prior work
ResumeCustomer returns mid-flow; platform restores their state
Sandbox / test modeNon-production environment for downstream teams to integrate
Idempotency keyClient-supplied identifier so retries don't duplicate effects
Event firehoseThe unified stream of platform events for downstream consumers
Data contractExplicit agreement between platform and consumer team on schema + cadence + use

Crypto-specific vocabulary

TermMeaning
Travel RuleFATF Recommendation 16 — VASPs must transmit originator + beneficiary info on transfers above threshold
VASPVirtual Asset Service Provider — regulated crypto entity
TRP / OpenVASP / NotabeneProtocols / services that solve Travel Rule data exchange
Wallet attestationProof a customer controls a destination wallet (signed message, Satoshi test)
Self-hosted walletCustomer-controlled wallet, not at a regulated exchange
On-chain analyticsRisk-scoring addresses based on chain history
Chainalysis / TRM / EllipticMajor on-chain analytics vendors
Mixer / tumblerService that obscures transaction provenance — high-risk signal
Sanctioned addressA wallet address listed by OFAC or another regime
Stablecoin compliance overlayIssuer-level controls (USDC can be frozen by Circle)

Operations vocabulary

TermMeaning
Manual reviewHuman ops decision on a case the platform couldn't auto-resolve
Refer queueQueue of cases awaiting manual review
DispositionThe ops decision on a queued case
Four-eyes / dual controlTwo-reviewer requirement for higher-risk decisions
Three lines of defenseFirst line: business / ops. Second: Compliance / risk. Third: internal audit.
Change controlFormal process for approving platform changes
WORM storageWrite-Once-Read-Many — immutable audit storage
Legal holdRetention extended beyond standard window pending litigation

License types worth recognizing

LicenseWhereWhat it permits
MSB — Money Services BusinessUS federalFederal-level financial services registration
MTL — Money Transmitter LicenseUS stateState-by-state authorization to transmit money
EMI — Electronic Money InstitutionEU / UKIssue e-money
PI — Payment InstitutionEUPayment services
CASPEU (MiCA)Crypto-Asset Service Provider — pan-EU authorization
DPTSingaporeDigital Payment Token license under PSA
BitLicenseNew YorkCrypto-specific NY state license

Quick-recall flashcards — drill the morning of

  • KYC vs KYB → individual vs business identity verification.
  • CDD vs EDD → baseline vs enhanced diligence.
  • SDN list → OFAC's sanctions list.
  • PEP → Politically Exposed Person; triggers EDD.
  • Travel Rule → FATF Rec 16; transmit originator/beneficiary info on VASP transfers.
  • VASP → Virtual Asset Service Provider.
  • Liveness / PAD → proves a selfie is live.
  • 1:1 match → selfie ↔ doc; 1:N → selfie against a gallery.
  • UBO → ultimate beneficial owner.
  • Source of funds vs source of wealth → this transaction vs total assets.
  • WORM storage → immutable audit log.
  • Three lines of defense → ops / compliance / audit.
  • FinCEN, FCA, MAS, BaFin, MiCA, FATF → memorize the geographies.
  • Vendor waterfall → fall through providers on failure.
  • Grandfathering → existing customers stay on prior policy version.
  • Step-up → incremental verification, not full redo.
  • Re-KYC → periodic refresh per risk tier.