Generates realistic private equity fund data across three output tiers, starting from synthetic portfolio companies and building up through individual transactions to period summaries and formatted statements. Designed to produce test data for ingestion pipelines that handle transaction ledgers, periodic spreadsheets, and PDF statements.
- Transaction ledger — individual fund events (capital calls, distributions, fees, valuations, investments, exits)
- Period spreadsheets — 3 format flavors: Institutional (minimal), Detailed Admin (verbose), Delio Portfolio Import (18-sheet template)
- PDF statements — 4 visual styles mimicking different fund admin platforms
- Portfolio companies — 5-25 synthetic companies with archetype-driven outcomes (write-off through outlier)
- Restatement support — generates corrected period data for as-reported testing
Application
-
Generator App Run LocallyFull-stack web application (FastAPI + vanilla JS). Configure fund parameters, select output tiers, preview transactions, spreadsheets, portfolio companies, and PDF statements in-browser. Download individual outputs or a complete ZIP bundle.Setup
cd public/app pip install -r backend/requirements.txt python backend/server.py # open http://localhost:8000