QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
Loading...
Searching...
No Matches
Bond::Price Class Reference

Bond price information. More...

#include <ql/instruments/bond.hpp>

Public Types

enum  Type { Dirty , Clean }

Public Member Functions

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

Detailed Description

Bond price information.

Examples
CallableBonds.cpp, ConvertibleBonds.cpp, and Repo.cpp.