Skip to content

Investor Onboarding

FundAdmin AI's Investor Compliance & Onboarding category provides six skills that implement the full subscription pipeline -- from initial investor classification through AML screening, KYC tracking, and final accept/reject decision. The pipeline ensures that every investor is properly qualified, screened, and documented before capital is accepted.

The Subscription Pipeline

Six skills execute in sequence for each new investor:

investor-classify → suitability-check → fatca-crs-classify → aml-screen → kyc-tracker → subscription-process
StepSkillWhat It Does
1investor-classifyIdentify investor type from 10 categories
2suitability-checkVerify qualification threshold (AI / QC / QP)
3fatca-crs-classifyDetermine tax forms required and CRS reporting obligations
4aml-screenScreen investor and beneficial owners against OFAC and PEP lists
5kyc-trackerRecord KYC documents collected, expiration dates, refresh schedule
6subscription-processOrchestrate all five steps and produce pass/fail decision

The entire pipeline can be run as a single command via subscription-process, or each step can be run individually for partial processing or re-screening.


Step 1: investor-classify

bash
/fund investor-classify path/to/subscription-docs.pdf

Classifies the investor into one of 10 investor types based on the subscription documents, entity formation documents, and any provided certifications.

10 Investor Types

TypeKey CharacteristicsSpecial Handling
U.S. IndividualNatural person, U.S. tax residentW-9, basic KYC
U.S. EntityLLC, LP, corporation, trustEIN verification, beneficial ownership
Tax-ExemptEndowment, foundation, DAFForm 990 verification, UBTI analysis
Benefit PlanERISA plan, 401(k), IRA, governmental planERISA 25% test contribution monitoring
GovernmentSovereign wealth fund, public pensionEnhanced PEP screening, pay-to-play review
Non-U.S. IndividualForeign natural personW-8BEN, CRS self-certification
Non-U.S. EntityForeign corporation, foreign LPW-8BEN-E, FATCA classification, CRS
Financial InstitutionBank, broker-dealer, insurance companyFATCA FFI verification, enhanced due diligence
Fund-of-FundsOther investment fundsLook-through analysis for beneficial ownership
SpecialFeeder fund, SPV, blocker entityStructure-specific analysis, upstream investor review

Classification output feeds directly into steps 2-5, setting the applicable qualification thresholds, form requirements, and screening depth for each subsequent step.


Step 2: suitability-check

bash
/fund suitability-check path/to/subscription-docs.pdf

Verifies that the investor meets the qualification threshold required by the fund's Reg D exemption structure.

Qualification Thresholds

LevelNatural PersonEntityWhen Required
Accredited Investor$1M net worth (excl. primary residence) or $200K/$300K income$5M in assetsSection 3(c)(1) funds; Rule 506(b)
Qualified Client$2.2M net worth or $1.1M AUM with adviser$2.2M net worthPerformance fee eligibility
Qualified Purchaser$5M in investments$25M in investmentsSection 3(c)(7) funds

The skill reads the fund's exemption structure from the LPA review (if available) and applies the correct threshold automatically. If no prior LPA review exists, it defaults to the most restrictive threshold (QP) and flags the assumption for confirmation.

Output: PASS / FAIL with the specific threshold applied and the investor's self-certified financial information extracted from the subscription document.


Step 3: fatca-crs-classify

bash
/fund fatca-crs-classify path/to/subscription-docs.pdf

Determines the investor's FATCA entity classification and CRS reporting obligations, then identifies which W-forms must be collected and validated.

FATCA Form Requirements by Investor Type

Investor TypeForm RequiredNotes
U.S. IndividualW-9TIN certification
U.S. EntityW-9EIN certification
Non-U.S. IndividualW-8BENForeign status, treaty claims
Non-U.S. Entity (NFFE)W-8BEN-EFATCA status, substantial U.S. owners
Non-U.S. Entity (FFI)W-8BEN-E or W-8IMYGIIN required for participating FFIs
Non-U.S. IntermediaryW-8IMYWithholding statement required

The skill validates that the collected W-form is consistent with the investor's stated classification. A non-U.S. entity claiming deemed-compliant FFI status must provide a GIIN; if none is provided, the skill flags the inconsistency.

Output: Form requirements list, CRS reporting jurisdictions, consistency check result (PASS / WARNING / FAIL).


Step 4: aml-screen

bash
/fund aml-screen path/to/subscription-docs.pdf

Screens the investor and all beneficial owners (individuals owning 25%+ of the investing entity) against:

  • OFAC SDN list (Specially Designated Nationals and Blocked Persons)
  • OFAC consolidated sanctions lists (sector, country, and program-based)
  • FinCEN advisories (geographic targeting orders, 314(a) requests)
  • PEP databases (Politically Exposed Persons and their immediate family members)
  • Adverse media (negative news screening for AML red flags)

Screening Output

Each screened party receives one of four statuses:

StatusMeaningRequired Action
ClearNo matches foundProceed to KYC
Possible MatchPartial name or identifier overlapManual review required
MatchHigh-confidence match against sanctions listDo not accept; file SAR if required
PEPPolitically exposed person identifiedEnhanced due diligence required

A Match result on any party (investor or beneficial owner) is an automatic FAIL for the subscription. The subscription is placed in the "Fraud Review" column of the Investor Onboarding Kanban board and flagged for escalation.


Step 5: kyc-tracker

bash
/fund kyc-tracker --investor "Investor Name"

Creates and maintains a KYC record for the investor in the Obsidian vault. The record tracks:

  • Documents collected (government ID, certificate of formation, operating agreement, etc.)
  • Collection date for each document
  • Document expiration dates
  • KYC review date and reviewer
  • Risk classification (Low / Medium / High)
  • Next scheduled refresh date

KYC Refresh Cycles

KYC is not a one-time event. Investor circumstances change, and regulations require periodic re-verification. Standard refresh cycles by risk level:

Risk LevelTriggersRefresh Frequency
LowStandard investors, no adverse flagsEvery 3 years
MediumComplex structures, non-U.S. entitiesEvery 2 years
HighPEPs, high-risk jurisdictions, prior flagsAnnually

The KYC Tracker writes expiration dates to the investor's vault note. The vault's KYC Status dashboard queries these dates and surfaces investors with KYC expiring within 90 days in the Action Items board, ensuring no investor's KYC lapses unnoticed.


Step 6: subscription-process

bash
/fund subscription-process path/to/subscription-docs.pdf

The subscription-process skill orchestrates all five upstream steps in a single command. It:

  1. Runs all five skills in sequence on the provided subscription document
  2. Aggregates results into a consolidated subscriber report
  3. Issues a pass/fail decision with a list of any outstanding items
  4. Writes the investor record to the Obsidian vault
  5. Adds a card to the Investor Onboarding Kanban board reflecting the current status

Consolidated Subscriber Report

The report includes:

SectionContents
Investor SummaryName, type classification, qualification level
SuitabilityThreshold applied, investor's self-certified financials, PASS/FAIL
FATCA/CRSForms required, forms collected, consistency check
AML ScreeningParties screened, results, any flags
KYC StatusDocuments required, documents collected, outstanding items
DecisionACCEPT / CONDITIONAL ACCEPT / REJECT with specific items to resolve

A CONDITIONAL ACCEPT means the investor has passed suitability and AML screening but has outstanding KYC documents. The investor can be provisionally accepted with a document collection deadline.

A REJECT means the investor failed suitability, has a sanctions match, or has unresolvable compliance gaps.


Investor Onboarding Kanban Board

The Investor Onboarding board in the Obsidian vault tracks every active subscription through the pipeline:

ColumnCards in This Column
ReceivedSubscription documents received, classification pending
In ReviewPipeline running, awaiting results
Action RequiredOutstanding items: documents needed, PEP review, manual checks
Conditional AcceptPassed screening, outstanding KYC documents
AcceptedFully cleared, GP acceptance complete
RejectedFailed screening or LP withdrew

Cards move through columns automatically as subscription-process updates the vault. Each card links back to the investor's vault note, the full subscriber report, and any open action items.

This tool does not provide financial, legal, or tax advice.