marketDataUtils.hpp
Go to the documentation of this file.
1 #ifndef JULIAN_MARKETDATAUTILS_HPP
2 #define JULIAN_MARKETDATAUTILS_HPP
3 
7 
8 namespace julian {
9 
10 
16  ir::InterpolatedCurve calculateYieldCurve(ir::InterpolatedCurve discounting_curve, ForwardCurve forward_curve, double asset_price);
17 
18 } // namespace julian
19 #endif
20 
21 
22 
23 
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.