#include <ored/portfolio/formulabasedindexbuilder.hpp>
#include <ored/utilities/formulaparser.hpp>
#include <ored/utilities/indexparser.hpp>
#include <ql/time/calendars/jointcalendar.hpp>
#include <ql/time/calendars/nullcalendar.hpp>
#include <boost/make_shared.hpp>
Go to the source code of this file.
|
QuantLib::ext::shared_ptr< QuantExt::FormulaBasedIndex > | makeFormulaBasedIndex (const std::string &formula, const QuantLib::ext::shared_ptr< ore::data::Market > market, const std::string &configuration, std::map< std::string, QuantLib::ext::shared_ptr< QuantLib::InterestRateIndex > > &indexMaps, const Calendar &fixingCalendar) |
|