Write an NPV cube to a human readable text file. More...
#include <orea/cube/cubewriter.hpp>
Public Member Functions | |
CubeWriter (const std::string &filename) | |
ctor | |
const std::string & | filename () |
Return the filename this writer is writing too. | |
void | write (const QuantLib::ext::shared_ptr< NPVCube > &cube, const std::map< std::string, std::string > &nettingSetMap, bool append=false) |
Write a cube out to file. | |
Write an NPV cube to a human readable text file.