QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <ql/cashflows/equitycashflow.hpp>
#include <ql/cashflows/indexedcashflow.hpp>
#include <ql/indexes/equityindex.hpp>
#include <ql/termstructures/yield/quantotermstructure.hpp>
#include <ql/termstructures/yield/flatforward.hpp>
#include <ql/time/calendars/nullcalendar.hpp>
#include <ql/quotes/simplequote.hpp>
#include <ql/time/daycounters/actual365fixed.hpp>
Go to the source code of this file.
Namespaces | |
namespace | QuantLib |
Functions | |
void | setCouponPricer (const Leg &leg, const ext::shared_ptr< EquityCashFlowPricer > &p) |