Logo
Reference manual - version ored_version
portfolio.hpp File Reference

Portfolio class. More...

#include <boost/make_shared.hpp>
#include <ql/shared_ptr.hpp>
#include <ored/portfolio/enginefactory.hpp>
#include <ored/portfolio/tradefactory.hpp>
#include <ql/time/date.hpp>
#include <ql/types.hpp>
#include <vector>

Classes

class  Portfolio
 Serializable portfolio. More...

Namespaces

namespace  ore
 Serializable Credit Default Swap.
namespace  ore::data

Functions

std::pair< QuantLib::ext::shared_ptr< Trade >, bool > buildTrade (QuantLib::ext::shared_ptr< Trade > &trade, const QuantLib::ext::shared_ptr< EngineFactory > &engineFactory, const std::string &context, const bool ignoreTradeBuildFail, const bool buildFailedTrades, const bool emitStructuredError)

Detailed Description

Portfolio class.