QuantLib_Claim (3) Linux Manual Page
QuantLib::Claim – Claim associated to a default event.
Synopsis
#include <ql/instruments/claim.hpp>Inherits QuantLib::Observable, and QuantLib::Observer.
Inherited by FaceValueAccrualClaim, and FaceValueClaim.
Public Member Functions
virtual Real amount (const Date &defaultDate, Real notional, Real recoveryRate) const =0void update ()
Detailed Description
Claim associated to a default event.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.Implements Observer.
