Logo
Reference manual - version qle_version
CirppImpliedDefaultTermStructure Class Reference

#include <qle/models/cirppimplieddefaulttermstructure.hpp>

Inheritance diagram for CirppImpliedDefaultTermStructure:

Public Member Functions

 CirppImpliedDefaultTermStructure (const QuantLib::ext::shared_ptr< CrCirpp > &model, const Size index, const DayCounter &dc=DayCounter(), const bool purelyTimeBased=false)
Date maxDate () const override
Time maxTime () const override
const Date & referenceDate () const override
void referenceDate (const Date &d)
void referenceTime (const Time t)
void state (const Real y)
void move (const Date &d, const Real y)
void move (const Time t, const Real y)
void update () override

Protected Member Functions

Probability survivalProbabilityImpl (Time) const override

Protected Attributes

const QuantLib::ext::shared_ptr< CrCirppmodel_
const Size index_
const bool purelyTimeBased_
Date referenceDate_
Real relativeTime_
Real y_

Detailed Description

The termstructure has the reference date of the model's termstructure at construction, but you can vary this as well as the state. The purely time based variant is mainly there for performance reasons, note that it does not provide the full term structure interface and does not send notifications on reference time updates.