Uses of Interface
com.opengamma.strata.report.Report
-
Packages that use Report Package Description com.opengamma.strata.report Reporting Frameworkcom.opengamma.strata.report.cashflow Types for reporting and formatting cashflows.com.opengamma.strata.report.framework.format Provide the ability to format calculated values.com.opengamma.strata.report.trade Types for reporting and formatting trades. -
-
Uses of Report in com.opengamma.strata.report
Methods in com.opengamma.strata.report that return Report Modifier and Type Method Description Report
ReportRunner. runReport(ReportCalculationResults calculationResults, T reportTemplate)
Runs a report from a set of calculation results. -
Uses of Report in com.opengamma.strata.report.cashflow
Classes in com.opengamma.strata.report.cashflow that implement Report Modifier and Type Class Description class
CashFlowReport
Represents a cash flow report.Methods in com.opengamma.strata.report.cashflow that return Report Modifier and Type Method Description Report
CashFlowReportRunner. runReport(ReportCalculationResults calculationResults, CashFlowReportTemplate reportTemplate)
-
Uses of Report in com.opengamma.strata.report.framework.format
Classes in com.opengamma.strata.report.framework.format with type parameters of type Report Modifier and Type Class Description class
ReportFormatter<R extends Report>
Common base class for formatting reports into ASCII tables or CSV format. -
Uses of Report in com.opengamma.strata.report.trade
Classes in com.opengamma.strata.report.trade that implement Report Modifier and Type Class Description class
TradeReport
Represents a trade report.
-