QuantLib_FixedDividend

Langue: en

Autres versions - même langue

Version: 373796 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::FixedDividend -

Predetermined cash flow.

SYNOPSIS


#include <ql/cashflows/dividend.hpp>

Inherits QuantLib::Dividend.

Public Member Functions


FixedDividend (Real amount, const Date &date)

Dividend interface

 


virtual Real amount () const
returns the amount of the cash flow
virtual Real amount (Real) const

Protected Attributes


Real amount_

Detailed Description

Predetermined cash flow.

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

Examples:

ConvertibleBonds.cpp.

Member Function Documentation

virtual 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 Dividend.

Author

Generated automatically by Doxygen for QuantLib from the source code.