Generates batches of realistic quarterly capital account statement PDFs with configurable fund parameters, performance profiles, reporting styles, and investor pools. Designed to produce diverse test data that exercises parser edge cases: varying layouts, line-item naming conventions, detail levels, and formatting styles.
Application
-
Generator App Run LocallyFull-stack web application (FastAPI + vanilla JS). Configure fund name, performance profile, report style, detail level, number of investors/periods, and investor name pools. Generates ZIP bundles of PDFs matching 4 distinct fund admin visual styles.Setup
pip install -r backend/requirements.txt python backend/server.py # open http://localhost:8000