Skip to content

Commit a047343

Browse files
pcaspersjenkins
authored andcommitted
QPR-12014 fixes
1 parent 98a35af commit a047343

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OREAnalytics/orea/engine/zerotoparcube.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ map<RiskFactorKey, Real> ZeroToParCube::parDeltas(const string& tradeId) const {
128128
for (cubeIdx = 0; cubeIdx < zeroCubes_.size() && tradeIdx == Null<Size>(); ++cubeIdx) {
129129
try {
130130
tradeIdx = zeroCubes_[cubeIdx]->npvCube()->getTradeIndex(tradeId);
131+
break;
131132
} catch (...) {
132133
}
133134
}

0 commit comments

Comments
 (0)