Logo
Reference manual - version ored_version
utilities.hpp File Reference

Utilities functions for reports. More...

Namespaces

namespace  ore
 Serializable Credit Default Swap.
namespace  ore::data

Functions

QuantLib::ext::shared_ptr< InMemoryReportaddColumnToExisitingReport (const std::string &columnName, const std::string &value, const QuantLib::ext::shared_ptr< InMemoryReport > &report)
QuantLib::ext::shared_ptr< InMemoryReportaddColumnsToExisitingReport (const QuantLib::ext::shared_ptr< InMemoryReport > &newColsReport, const QuantLib::ext::shared_ptr< InMemoryReport > &report)
QuantLib::ext::shared_ptr< InMemoryReportconcatenateReports (const std::vector< QuantLib::ext::shared_ptr< InMemoryReport > > &reports)
QuantLib::ext::shared_ptr< InMemoryReportflipReport (const QuantLib::ext::shared_ptr< InMemoryReport > &report, const std::string &indexColumn=std::string(), const Report::ReportType &rt=string(), Size precision=0)

Detailed Description

Utilities functions for reports.