traits_type (3) - Linux Manuals
traits_type: Piecewise default-probability term structure.
NAME
QuantLib::PiecewiseDefaultCurve - Piecewise default-probability term structure.
SYNOPSIS
#include <ql/termstructures/credit/piecewisedefaultcurve.hpp>
Inherits Traits::template curve::type<Interpolator>, and QuantLib::LazyObject.
Public Types
typedef Traits traits_type
typedef Interpolator interpolator_type
Public Member Functions
Constructors
PiecewiseDefaultCurve (const Date &referenceDate, const std::vector< boost::shared_ptr< typename Traits::helper > > &instruments, const DayCounter &dayCounter, Real accuracy=1.0e-12, const Interpolator &i=Interpolator())
PiecewiseDefaultCurve (Natural settlementDays, const Calendar &calendar, const std::vector< boost::shared_ptr< typename Traits::helper > > &instruments, const DayCounter &dayCounter, Real accuracy=1.0e-12, const Interpolator &i=Interpolator())
DefaultTermStructure interface
Date maxDate () const
Inspectors
const std::vector< Time > & times () const
const std::vector< Date > & dates () const
const std::vector< Real > & data () const
std::vector< std::pair< Date, Real > > nodes () const
Observer interface
Friends
class Bootstrap< this_curve >
class BootstrapError< this_curve >
Detailed Description
template<class Traits, class Interpolator, template< class > class Bootstrap = IterativeBootstrap> class QuantLib::PiecewiseDefaultCurve< Traits, Interpolator, Bootstrap >
Piecewise default-probability term structure.This term structure is bootstrapped on a number of credit instruments which are passed as a vector of handles to DefaultProbabilityHelper instances. Their maturities mark the boundaries of the interpolated segments.
Each segment is determined sequentially starting from the earliest period to the latest and is chosen so that the instrument whose maturity marks the end of such segment is correctly repriced on the curve.
Warning
- The bootstrapping algorithm will raise an exception if any two instruments have the same maturity date.
Examples:
Member Function Documentation
void update () [virtual]
This method must be implemented in derived classes. An instance of Observer does not call this method directly: instead, it will be called by the observables the instance registered with when they need to notify any changes.
Reimplemented from LazyObject.
Author
Generated automatically by Doxygen for QuantLib from the source code.