QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <ql/instruments/simplifynotificationgraph.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... | |