Uses of Package
com.quantfinlib.report
Packages that use com.quantfinlib.report
Package
Description
Professional report generation, all writers hand-rolled on the JDK:
ReportGenerator assembles portfolio,
performance, risk, allocation, trade, Monte Carlo and technical sections
into a Report, exported as HTML (with
inline SvgCharts equity/drawdown charts),
CSV, PDF, or XLSX.-
Classes in com.quantfinlib.report used by com.quantfinlib.reportClassDescriptionFormat-agnostic report model: an ordered list of titled table sections.A report section: either tabular (headers + rows) or raw HTML content such as an inline SVG chart (
html != null).Renders aReportto a file.Professional Report Generator: assembles portfolio summaries, performance analytics, risk analysis, allocations, strategy results, trade history, Monte Carlo results and technical summaries into aReport, and exports to PDF, Excel (.xlsx), HTML or CSV.