Skip to content

Document Generation Commands

FundAdmin AI generates institutional-quality fund documents ready for review and distribution. Each command produces fully formatted output with proper calculations, regulatory language, and industry-standard structures.

All generated documents follow ILPA (Institutional Limited Partners Association) best practices and include appropriate disclaimers and legal language.


/fund draft-capital-call

Description: Generates an ILPA-compliant capital call notice with per-LP commitment calculations, pro-rata allocation, wire instructions, and funding deadlines. Handles multiple call types including drawdowns, recycled capital, and management fee calls.

Usage

bash
/fund draft-capital-call <data>

Inputs

ParameterTypeRequiredDescription
dataFile path or JSONYesLP commitment data, call amount, call type, and fund details

Data Fields

FieldTypeRequiredDescription
fund_nameStringYesName of the fund
call_amountNumberYesTotal capital call amount
call_typeStringYesType: drawdown, recycled, management_fee, expense
call_dateDateYesDate of the capital call notice
due_dateDateYesFunding deadline
lp_commitmentsArrayYesList of LPs with commitment amounts and prior contributions
wire_instructionsObjectYesBank name, account number, ABA/SWIFT, reference
purposeStringNoDescription of the investment or use of proceeds

Output

Generates CAPITAL-CALL-[fund-name]-[date].md containing:

  • Call Notice Header -- fund name, call number, date, due date
  • Call Summary -- total call amount, call type, purpose of call
  • Per-LP Schedule -- each LP's commitment, unfunded commitment, pro-rata share, call amount, cumulative contributions
  • Wire Instructions -- complete banking details with reference format
  • Default Provisions -- consequences of late payment per the LPA, default interest rate
  • ILPA Compliance Notes -- notice period verification, minimum call size, call frequency limits

Example

bash
/fund draft-capital-call fund-iv-commitments.json

/fund draft-distribution

Description: Generates a distribution notice with waterfall summary, per-LP distribution tables, and tax withholding calculations. Supports American and European waterfall structures, including return of capital, preferred return, GP catch-up, and carried interest tiers.

Usage

bash
/fund draft-distribution <data>

Inputs

ParameterTypeRequiredDescription
dataFile path or JSONYesDistribution data including amounts, waterfall type, and LP details

Data Fields

FieldTypeRequiredDescription
fund_nameStringYesName of the fund
distribution_amountNumberYesTotal distribution amount
distribution_typeStringYesType: return_of_capital, preferred_return, profit, interim, final
waterfall_typeStringYesamerican (deal-by-deal) or european (whole-fund)
lp_dataArrayYesLP contributions, prior distributions, ownership percentages
tax_withholdingObjectNoWithholding rates by LP jurisdiction and entity type

Output

Generates DISTRIBUTION-[fund-name]-[date].md containing:

  • Distribution Summary -- total amount, distribution type, record date
  • Waterfall Calculation -- step-by-step waterfall with amounts at each tier (return of capital, preferred return, GP catch-up, carried interest split)
  • Per-LP Distribution Table -- each LP's share, gross distribution, withholding, net distribution
  • Tax Withholding Schedule -- withholding by jurisdiction, entity type, treaty rates applied
  • Cumulative Position -- each LP's total contributions, total distributions, net position, DPI, TVPI
  • GP Carry Calculation -- carried interest earned, clawback reserve status, escrow balance

Example

bash
/fund draft-distribution q4-distribution-data.json

/fund draft-investor-letter

Description: Generates professional investor communications for various purposes. Each letter type follows industry-standard formats and includes appropriate content sections, performance data placeholders, and regulatory disclaimers.

Usage

bash
/fund draft-investor-letter <type>

Inputs

ParameterTypeRequiredDescription
typeStringYesLetter type: quarterly, annual, onboarding, ad-hoc, closing

Type-Specific Details

TypeContent Included
quarterlyFund performance, portfolio update, market commentary, capital account summary, upcoming events
annualYear-in-review, audited financials summary, tax timeline, strategy outlook, personnel updates
onboardingWelcome letter, key contacts, reporting schedule, portal access instructions, document checklist
ad-hocEvent notification, key person change, material event, regulatory update, LP vote solicitation
closingClosing confirmation, final LP schedule, commitment summary, next steps, important dates

Output

Generates INVESTOR-LETTER-[type]-[fund-name]-[date].md containing:

  • Header Block -- fund name, date, recipient placeholder, letter type
  • Body Content -- type-appropriate sections with content guidance and data placeholders
  • Performance Data -- tables for NAV, IRR, TVPI, DPI (quarterly/annual types)
  • Portfolio Summary -- investment activity, realizations, valuations (quarterly/annual types)
  • Regulatory Disclosures -- required disclaimers, forward-looking statement warnings
  • Contact Information -- investor relations contacts, portal links, support channels

Example

bash
/fund draft-investor-letter quarterly
bash
/fund draft-investor-letter onboarding

/fund draft-side-letter

Description: Drafts a side letter with specified provision types. Generates properly structured legal language for each provision, including definitions, conditions, and cross-references to the base LPA. Supports common and complex provision types.

Usage

bash
/fund draft-side-letter <terms>

Inputs

ParameterTypeRequiredDescription
termsFile path or JSONYesRequested provisions and their parameters

Supported Provision Types

ProvisionDescriptionKey Parameters
fee_discountManagement fee reductionDiscount percentage, applicable period, conditions
mfnMost Favored Nation clauseScope of MFN, carve-outs, election period, notification mechanism
co_investCo-investment rightsAllocation priority, minimum/maximum amounts, vehicle structure
reportingEnhanced reportingAdditional reports, frequency, format, delivery method
transferTransfer rightsPermitted transferees, GP consent requirements, conditions
key_personKey person modificationsNamed individuals, triggers, remedies, cure periods
excuse_exclusionExcuse/exclusion rightsEligible investment types, ESG restrictions, geographic limits

Output

Generates SIDE-LETTER-DRAFT-[investor-name]-[date].md containing:

  • Recitals -- parties, LPA reference, date, purpose
  • Provision Drafts -- each requested provision with full legal language
  • LPA Cross-References -- specific LPA sections modified or supplemented by each provision
  • Conditions & Limitations -- conditions precedent, sunset provisions, termination triggers
  • MFN Implications -- analysis of how each provision may trigger or be affected by MFN rights
  • Signature Block -- GP and LP signature placeholders with entity details

Example

bash
/fund draft-side-letter side-letter-terms.json

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