#include <ored/marketdata/todaysmarket.hpp>
#include <ored/portfolio/trade.hpp>
#include <ored/utilities/to_string.hpp>
#include <orea/cube/cubewriter.hpp>
#include <orea/cube/inmemorycube.hpp>
#include <orea/cube/npvcube.hpp>
#include <orea/engine/marketriskreport.hpp>
#include <orea/engine/sensitivityaggregator.hpp>
#include <ql/math/matrixutilities/pseudosqrt.hpp>
#include <ql/math/matrixutilities/symmetricschurdecomposition.hpp>
#include <boost/regex.hpp>
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &out, const ext::shared_ptr< MarketRiskGroupBase > &riskGroup) |
|
std::ostream & | operator<< (std::ostream &out, const ext::shared_ptr< TradeGroupBase > &tradeGroup) |
|