SimpleCashFlow Class Reference

Predetermined cash flow. More...

#include <ql/cashflows/simplecashflow.hpp>

Inheritance diagram for SimpleCashFlow:

Public Member Functions

 SimpleCashFlow (Real amount, const Date &date)
 
Event interface
Date date () const
 
CashFlow interface
Real amount () const
 returns the amount of the cash flow More...
 
Visitability
virtual void accept (AcyclicVisitor &)
 
- Public Member Functions inherited from CashFlow
bool hasOccurred (const Date &refDate=Date(), boost::optional< bool > includeRefDate=boost::none) const
 returns true if an event has already occurred before a date More...
 
Event interface
Visitability
- Public Member Functions inherited from Observable
 Observable (const Observable &)
 
Observableoperator= (const Observable &)
 
void notifyObservers ()
 

Detailed Description

Predetermined cash flow.

This cash flow pays a predetermined amount at a given date.

Member Function Documentation

Date date ( ) const
virtual
Note
This is inherited from the event class

Implements CashFlow.

Real amount ( ) const
virtual

returns the amount of the cash flow

Note
The amount is not discounted, i.e., it is the actual amount paid at the cash flow date.

Implements CashFlow.