Skip to content

Commit 9c49ccf

Browse files
mgronckijenkins
authored andcommitted
bugfix
1 parent 8a36404 commit 9c49ccf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OREAnalytics/orea/engine/valuationengine.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ class ValuationEngine : public ore::data::ProgressReporter {
103103
void recalibrateModels();
104104
std::pair<double, double> populateCube(const QuantLib::Date& d, size_t cubeDateIndex, size_t sample,
105105
bool isValueDate, bool isStickyDate, bool scenarioUpdated,
106-
const std::map<std::string, boost::shared_ptr<Trade>>& trades,
106+
const std::map<std::string, boost::shared_ptr<ore::data::Trade>>& trades,
107107
std::vector<bool>& tradeHasError,
108108
const std::vector<boost::shared_ptr<ValuationCalculator>>& calculators,
109109
boost::shared_ptr<analytics::NPVCube>& outputCube,
110110
boost::shared_ptr<analytics::NPVCube>& outputCubeNettingSet,
111-
const std::map<string, Size>& counterparties,
111+
const std::map<std::string, Size>& counterparties,
112112
const vector<boost::shared_ptr<CounterpartyCalculator>>& cptyCalculators,
113113
boost::shared_ptr<analytics::NPVCube>& outputCptyCube);
114114
void runCalculators(bool isCloseOutDate, const std::map<std::string, boost::shared_ptr<ore::data::Trade>>& trades,

0 commit comments

Comments
 (0)