Skip to content

Commit addedd5

Browse files
pcaspersjenkins
authored andcommitted
QPR-11655 update default parameter
1 parent f32e8df commit addedd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREAnalytics/orea/aggregation/postprocess.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class PostProcess {
167167
//! If set to true, cash flows in the margin period of risk are ignored in the collateral modelling
168168
bool withMporStickyDate = false,
169169
//! Treatment of cash flows over the margin period of risk
170-
const MporCashFlowMode mporCashFlowMode = MporCashFlowMode::NonePay);
170+
const MporCashFlowMode mporCashFlowMode = MporCashFlowMode::Unspecified);
171171

172172
void setDimCalculator(boost::shared_ptr<DynamicInitialMarginCalculator> dimCalculator) {
173173
dimCalculator_ = dimCalculator;

0 commit comments

Comments
 (0)