Reporter
Regulatory, accounting and operational reports from templates.
What it is
Reporter is Lerian's report generation engine. It turns data from your financial systems into repeatable reports based on plain-text templates (.tpl). You define the document structure once and generate fresh output whenever you need it — in HTML, CSV, XML, PDF and TXT.
Report generation usually bundles extraction, formatting and delivery into one manual, fragile process. Reporter separates those responsibilities: the sources supply the values, the templates describe the output and the rendering flow produces the file — so you change a layout without redoing the data integration.
Capabilities
- Reports driven by reusable .tpl templates.
- Several data sources, internal and external: PostgreSQL and MongoDB.
- Flexible document logic: conditional sections, repetition, calculations and aggregations.
- Several output formats: HTML, CSV, XML, PDF or TXT.
- Asynchronous processing for loads that need to run in the background.
- Artifacts persisted in S3-compatible object storage.
When to use it
- Replacing the manual assembly of recurring reports with a repeatable process.
- Reusing the same template across different periods and data sets.
- Producing several output formats in a single reporting flow.
On the platform
Reads the Midaz ledger to generate regulatory and business reports, takes reconciliation summaries from Matcher, and also reads from whichever internal and external data sources you point it at.
Build with Reporter.
Talk to the people who build it — or go straight to the documentation.