Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions ql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ set(QL_SOURCES
experimental/forward/analytichestonforwardeuropeanengine.cpp
experimental/fx/discountingmtmcrosscurrencybasisswapengine.cpp
experimental/fx/fxresetcashflows.cpp
experimental/fx/makemtmcrosscurrencybasisswap.cpp
experimental/fx/mtmcrosscurrencybasisswap.cpp
experimental/inflation/cpicapfloorengines.cpp
experimental/inflation/cpicapfloortermpricesurface.cpp
Expand Down Expand Up @@ -291,6 +292,9 @@ set(QL_SOURCES
instruments/makecapfloor.cpp
instruments/makecds.cpp
instruments/makecms.cpp
instruments/makeconstnotionalcrosscurrencybasisswap.cpp
instruments/makeconstnotionalcrosscurrencyfixedvsfloatingswap.cpp
instruments/makeconstnotionalcrosscurrencyswap.cpp
instruments/makemultipleresetsswap.cpp
instruments/makeois.cpp
instruments/makeswaption.cpp
Expand Down Expand Up @@ -1179,6 +1183,7 @@ set(QL_HEADERS
experimental/fx/deltavolquote.hpp
experimental/fx/discountingmtmcrosscurrencybasisswapengine.hpp
experimental/fx/fxresetcashflows.hpp
experimental/fx/makemtmcrosscurrencybasisswap.hpp
experimental/fx/mtmcrosscurrencybasisswap.hpp
experimental/inflation/cpicapfloorengines.hpp
experimental/inflation/cpicapfloortermpricesurface.hpp
Expand Down Expand Up @@ -1391,6 +1396,9 @@ set(QL_HEADERS
instruments/makecapfloor.hpp
instruments/makecds.hpp
instruments/makecms.hpp
instruments/makeconstnotionalcrosscurrencybasisswap.hpp
instruments/makeconstnotionalcrosscurrencyfixedvsfloatingswap.hpp
instruments/makeconstnotionalcrosscurrencyswap.hpp
instruments/makemultipleresetsswap.hpp
instruments/makeois.hpp
instruments/makeswaption.hpp
Expand Down
2 changes: 2 additions & 0 deletions ql/experimental/fx/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ this_include_HEADERS = \
deltavolquote.hpp \
discountingmtmcrosscurrencybasisswapengine.hpp \
fxresetcashflows.hpp \
makemtmcrosscurrencybasisswap.hpp \
mtmcrosscurrencybasisswap.hpp

cpp_files = \
discountingmtmcrosscurrencybasisswapengine.cpp \
fxresetcashflows.cpp \
makemtmcrosscurrencybasisswap.cpp \
mtmcrosscurrencybasisswap.cpp

if UNITY_BUILD
Expand Down
1 change: 1 addition & 0 deletions ql/experimental/fx/all.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

#include <ql/experimental/fx/discountingmtmcrosscurrencybasisswapengine.hpp>
#include <ql/experimental/fx/fxresetcashflows.hpp>
#include <ql/experimental/fx/makemtmcrosscurrencybasisswap.hpp>
#include <ql/experimental/fx/mtmcrosscurrencybasisswap.hpp>

Loading
Loading