We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c543cb7 commit 11fe826Copy full SHA for 11fe826
1 file changed
OREAnalytics-SWIG/SWIG/orea_app.i
@@ -236,6 +236,14 @@ public:
236
// Set list of analytics that shall be run
237
void setAnalytics(const std::string& s);
238
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);
247
};
248
249
%shared_ptr(OREApp)
0 commit comments