Generating reports
Generating a compliance report from statement data is a three-step process:1
Fetching the data
Retrieve the portfolio snapshot and full transaction list for the period, paginating through all results.How to fetch the data
2
Preparing data
Interpret the exchange rates, compute denominated values for each holding and transaction, and shape the data for the renderer.How to prepare data
3
Generating the report
Build an HTML template from the processed data and render it to a PDF using a headless browser.How to generate the report