From 13ae7c26c835f05e77348eefbb3a407d1edefb72 Mon Sep 17 00:00:00 2001 From: Xiaofeng Hao Date: Tue, 13 Jan 2026 15:06:59 +0800 Subject: [PATCH] Update SwaptionVol configuration reference --- OREData/ored/marketdata/marketimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OREData/ored/marketdata/marketimpl.cpp b/OREData/ored/marketdata/marketimpl.cpp index aff87688d..d64fd2484 100644 --- a/OREData/ored/marketdata/marketimpl.cpp +++ b/OREData/ored/marketdata/marketimpl.cpp @@ -140,7 +140,7 @@ Handle MarketImpl::swaptionVol(const stri } // check if we have a curve for the ccy in the default config if (configuration != Market::defaultConfiguration) { - require(MarketObject::SwaptionVol, ccy, configuration); + require(MarketObject::SwaptionVol, ccy, Market::defaultConfiguration); auto it4 = swaptionCurves_.find(make_pair(Market::defaultConfiguration, ccy)); if (it4 != swaptionCurves_.end()) return it4->second;