Generating reports
Generating a compliance report from statement data is a three-step process:Fetching the data
Retrieve the portfolio snapshot and full transaction list for the period, paginating through all results.How to fetch the data
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
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