Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Classes | Namespaces
loader.hpp File Reference

Market Datum Loader Interface. More...

#include <ored/marketdata/fixings.hpp>
#include <ored/marketdata/marketdatum.hpp>
#include <ored/utilities/log.hpp>
#include <ored/utilities/wildcard.hpp>
#include <qle/indexes/dividendmanager.hpp>
#include <ql/time/date.hpp>
#include <ql/shared_ptr.hpp>
#include <vector>

Go to the source code of this file.

Classes

class  Loader
 Market data loader base class. More...
 

Namespaces

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

Detailed Description

Market Datum Loader Interface.

Invariant
Concrete instantiations of this virtual base class guarantee that all of the MarketDatum objects that they store are unique, e.g. by discarding any duplicates during initialization.

Definition in file loader.hpp.