QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
cashflow.hpp File Reference

Base class for cash flows. More...

#include <ql/event.hpp>
#include <ql/math/comparison.hpp>
#include <ql/optional.hpp>
#include <ql/patterns/lazyobject.hpp>
#include <vector>

Go to the source code of this file.

Classes

class  CashFlow
 Base class for cash flows. More...
 
struct  earlier_than< CashFlow >
 

Namespaces

namespace  QuantLib
 

Typedefs

typedef std::vector< ext::shared_ptr< CashFlow > > Leg
 Sequence of cash-flows. More...
 

Detailed Description

Base class for cash flows.

Definition in file cashflow.hpp.