#include <orea/cube/cube_io.hpp>
#include <orea/cube/inmemorycube.hpp>
#include <ored/utilities/to_string.hpp>
#include <boost/filesystem.hpp>
#include <boost/iostreams/device/file_descriptor.hpp>
#include <boost/iostreams/filtering_stream.hpp>
#include <iomanip>
#include <regex>
Go to the source code of this file.
|
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) |
|