QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Namespaces | Functions
simplifynotificationgraph.hpp File Reference

utility functions to reduce number of notifications sent by observables More...

#include <ql/cashflow.hpp>
#include <ql/instrument.hpp>
#include <ql/instruments/bond.hpp>
#include <ql/instruments/swap.hpp>

Go to the source code of this file.

Namespaces

namespace  QuantLib
 

Functions

void simplifyNotificationGraph (Instrument &instrument, const Leg &leg, bool unregisterCoupons=false)
 Utility function to optimize the observability graph of an instrument. More...
 
void simplifyNotificationGraph (Swap &swap, bool unregisterCoupons=false)
 Utility function to opimize the observability graph of a swap. More...
 
void simplifyNotificationGraph (Bond &bond, bool unregisterCoupons=false)
 Utility function to opimize the observability graph of a bond. More...
 

Detailed Description

utility functions to reduce number of notifications sent by observables

Definition in file simplifynotificationgraph.hpp.