load / save cubes and agg scen data from / to disk More...
#include <orea/cube/npvcube.hpp>
#include <orea/scenario/aggregationscenariodata.hpp>
#include <orea/scenario/scenariogeneratordata.hpp>
Go to the source code of this file.
Classes | |
struct | NPVCubeWithMetaData |
Namespaces | |
namespace | ore |
namespace | ore::analytics |
Functions | |
NPVCubeWithMetaData | loadCube (const std::string &filename, const bool doublePrecision) |
void | saveCube (const std::string &filename, const NPVCubeWithMetaData &cube, const bool doublePrecision) |
QuantLib::ext::shared_ptr< AggregationScenarioData > | loadAggregationScenarioData (const std::string &filename) |
void | saveAggregationScenarioData (const std::string &filename, const AggregationScenarioData &cube) |
load / save cubes and agg scen data from / to disk
Definition in file cube_io.hpp.