Uses of Class
com.quantfinlib.report.Report.Builder
Packages that use Report.Builder
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.-
Uses of Report.Builder in com.quantfinlib.report
Methods in com.quantfinlib.report that return Report.BuilderModifier and TypeMethodDescriptionReport.Builder.addHtmlSection(String sectionTitle, String html) Raw HTML section (e.g. an inline SVG chart); HTML export only.Report.Builder.addKeyValueSection(String sectionTitle, Map<String, String> values) Two-column "Metric / Value" section.static Report.Builder