Uses of Class
com.quantfinlib.report.ReportGenerator
Packages that use ReportGenerator
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 ReportGenerator in com.quantfinlib.report
Methods in com.quantfinlib.report that return ReportGeneratorModifier and TypeMethodDescriptionReportGenerator.addAllocation(Map<String, Double> weights) ReportGenerator.addDrawdownChart(String title, double[] equity) Inline SVG drawdown chart (rendered in HTML export only).ReportGenerator.addEquityCurveChart(String title, double[] equity) Inline SVG equity-curve chart (rendered in HTML export only).ReportGenerator.addMonteCarlo(SimulationResult sim) ReportGenerator.addPerformance(String title, PerformanceMetrics m) ReportGenerator.addPortfolioSummary(Portfolio portfolio) ReportGenerator.addRiskAnalysis(PortfolioRiskAnalyzer.RiskReport risk) ReportGenerator.addSection(String title, Map<String, String> keyValues) ReportGenerator.addStrategyPerformance(BacktestResult result) ReportGenerator.addTechnicalSummary(BarSeries s) Snapshot of key technical indicators on the last bar of the series.ReportGenerator.addTradeHistory(List<Trade> trades)