Closed waifod closed 1 year ago
This deals with issue https://github.com/Waifod/quant_finance_models/issues/32.
We need to provide a way to set the right interest rate in the MarketDataProvider, so that it can provide the correct value on demand.
Also, since it should always be available, we require it in the constructor of MarketDataProvider.
MarketDataProvider
We updated main.cpp to construct the MarketDataProvider correctly, then we executed it.
main.cpp
This deals with issue https://github.com/Waifod/quant_finance_models/issues/32.
We need to provide a way to set the right interest rate in the MarketDataProvider, so that it can provide the correct value on demand.
Also, since it should always be available, we require it in the constructor of
MarketDataProvider
.Testing
We updated
main.cpp
to construct theMarketDataProvider
correctly, then we executed it.