Skip to content

Commit 11fe826

Browse files
committed
QPR-12421 add additional setters to input parameters
1 parent c543cb7 commit 11fe826

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

OREAnalytics-SWIG/SWIG/orea_app.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,14 @@ public:
236236
// Set list of analytics that shall be run
237237
void setAnalytics(const std::string& s);
238238
void insertAnalytic(const std::string& s);
239+
void setCubeFromFile(const std::string& file);
240+
void setNettingSetCubeFromFile(const std::string& file);
241+
void setCptyCubeFromFile(const std::string& file);
242+
void setMarketCubeFromFile(const std::string& file);
243+
void setNettingSetManagerFromFile(const std::string& fileName);
244+
void setCollateralBalancesFromFile(const std::string& fileName);
245+
void setCube(const ext::shared_ptr<NPVCube>& file);
246+
void setMarketCube(const ext::shared_ptr<AggregationScenarioData>& file);
239247
};
240248

241249
%shared_ptr(OREApp)

0 commit comments

Comments
 (0)