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

amortizing fixed-rate bond More...

#include <ql/instruments/bond.hpp>
#include <ql/time/daycounter.hpp>
#include <ql/time/schedule.hpp>
#include <ql/interestrate.hpp>

Go to the source code of this file.

Classes

class  AmortizingFixedRateBond
 amortizing fixed-rate bond More...
 

Namespaces

namespace  QuantLib
 

Functions

Schedule sinkingSchedule (const Date &startDate, const Period &bondLength, const Frequency &frequency, const Calendar &paymentCalendar)
 returns a schedule for French amortization More...
 
std::vector< Real > sinkingNotionals (const Period &bondLength, const Frequency &frequency, Rate couponRate, Real initialNotional)
 returns a sequence of notionals for French amortization More...
 

Detailed Description

amortizing fixed-rate bond

Definition in file amortizingfixedratebond.hpp.