marketDataUtils.hpp
Go to the documentation of this file.
16 ir::InterpolatedCurve calculateYieldCurve(ir::InterpolatedCurve discounting_curve, ForwardCurve forward_curve, double asset_price);
Definition: cadHoliday.cpp:3
File contains definition of swap interpolated curve class.
ir::InterpolatedCurve calculateYieldCurve(ir::InterpolatedCurve discounting_curve, ForwardCurve forward_curve, double asset_price)
Function implies interest rate curve basing on discounting curve, forward curve and current asset pri...
Definition: marketDataUtils.cpp:19
File contains definition of forward curve class.
File contains definition of structure holding settings of ir::InterpolatedCurve.