Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
cashflowresults.hpp File Reference

class holding cashflow-related results More...

#include <ql/cashflow.hpp>
#include <ql/currency.hpp>
#include <ql/termstructures/yieldtermstructure.hpp>
#include <ql/time/date.hpp>
#include <ql/types.hpp>
#include <ql/utilities/null.hpp>

Go to the source code of this file.

Classes

struct  CashFlowResults
 

Namespaces

namespace  QuantExt
 

Functions

std::ostream & operator<< (std::ostream &out, const CashFlowResults &t)
 
CashFlowResults standardCashFlowResults (const QuantLib::ext::shared_ptr< QuantLib::CashFlow > &c, const QuantLib::Real multiplier=1.0, const std::string &type="Unspecified", const QuantLib::Size legNo=0, const QuantLib::Currency &currency=QuantLib::Currency(), const QuantLib::Handle< QuantLib::YieldTermStructure > &discountCurve=QuantLib::Handle< QuantLib::YieldTermStructure >())
 
CashFlowResults populateCashFlowResultsFromCashflow (const QuantLib::ext::shared_ptr< QuantLib::CashFlow > &c, const QuantLib::Real multiplier, const QuantLib::Size legNo, const QuantLib::Currency &currency)
 

Detailed Description

class holding cashflow-related results

Definition in file cashflowresults.hpp.