File tree Expand file tree Collapse file tree
ORE-SWIG/OREAnalytics-SWIG/SWIG Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ public:
127127 void setBuildFailedTrades (bool b);
128128 void setObservationModel (const std::string& s);
129129 void setImplyTodaysFixings (bool b);
130+ void setFixingCutOffDate (Date d);
130131 void setUseAtParCouponsCurves (bool b);
131132 void setUseAtParCouponsTrades (bool b);
132133 void setMarketConfig (const std::string& config, const std::string& context);
@@ -141,6 +142,9 @@ public:
141142 void setConventions (const std::string& xml);
142143 void setConventionsFromFile (const std::string& fileName);
143144 void setConventions (const ext::shared_ptr<Conventions>& convs);
145+ void setMporConventions (const std::string& xml);
146+ void setMporConventionsFromFile (const std::string& fileName);
147+ void setIborFallbackConfig (const std::string& xml);
144148 void setIborFallbackConfig (const std::string& xml);
145149 void setIborFallbackConfigFromFile (const std::string& fileName);
146150 void setCurveConfigs (const std::string& xml, std::string id = std::string());
You can’t perform that action at this time.
0 commit comments