QuantLib
A free/open-source library for quantitative finance
Reference manual - version 1.6
Public Types | Public Member Functions | List of all members
Callability::Price Class Reference

amount to be paid upon callability More...

#include <ql/instruments/callabilityschedule.hpp>

Public Types

enum  Type { Dirty, Clean }
 

Public Member Functions

 Price (Real amount, Type type)
 
Real amount () const
 
Type type () const
 

Detailed Description

amount to be paid upon callability

Examples:
CallableBonds.cpp, and ConvertibleBonds.cpp.