QuantLib_DepositRateHelper

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::DepositRateHelper -

Rate helper for bootstrapping over deposit rates.

SYNOPSIS


#include <ql/termstructures/yield/ratehelpers.hpp>

Inherits QuantLib::RelativeDateBootstrapHelper< YieldTermStructure >.

Public Member Functions


DepositRateHelper (const Handle< Quote > &rate, const Period &tenor, Natural fixingDays, const Calendar &calendar, BusinessDayConvention convention, bool endOfMonth, const DayCounter &dayCounter)

DepositRateHelper (Rate rate, const Period &tenor, Natural fixingDays, const Calendar &calendar, BusinessDayConvention convention, bool endOfMonth, const DayCounter &dayCounter)

DepositRateHelper (const Handle< Quote > &rate, const boost::shared_ptr< IborIndex > &iborIndex)

DepositRateHelper (Rate rate, const boost::shared_ptr< IborIndex > &iborIndex)

RateHelper interface

 


Real impliedQuote () const

void setTermStructure (YieldTermStructure *)

Visitability

 


void accept (AcyclicVisitor &)

Detailed Description

Rate helper for bootstrapping over deposit rates.

Examples:

Bonds.cpp, and swapvaluation.cpp.

Author

Generated automatically by Doxygen for QuantLib from the source code.