Skip to content

Commit 2d5c702

Browse files
author
Damien Barker
committed
QPR-13711 add new methods to SWIG
1 parent 5341fe4 commit 2d5c702

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ORE-SWIG/OREAnalytics-SWIG/SWIG/orea_app.i

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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());

0 commit comments

Comments
 (0)