- QuantLib
- BondHelper
fixed-coupon bond helper More...
#include <ql/termstructures/yield/bondhelpers.hpp>
Public Member Functions | |
BondHelper (const Handle< Quote > &cleanPrice, const boost::shared_ptr< Bond > &bond) | |
RateHelper interface | |
Real | impliedQuote () const |
void | setTermStructure (YieldTermStructure *) |
additional inspectors | |
boost::shared_ptr< Bond > | bond () const |
Visitability | |
void | accept (AcyclicVisitor &) |
Protected Attributes | |
boost::shared_ptr< Bond > | bond_ |
RelinkableHandle < YieldTermStructure > | termStructureHandle_ |
fixed-coupon bond helper
BondHelper | ( | const Handle< Quote > & | cleanPrice, |
const boost::shared_ptr< Bond > & | bond | ||
) |