Struct for holding an NPV record. More...
#include <ql/types.hpp>
#include <ql/time/date.hpp>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/identity.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/composite_key.hpp>
#include <string>
Go to the source code of this file.
Classes | |
struct | NpvRecord |
Namespaces | |
namespace | ore |
namespace | ore::analytics |
Functions | |
ostream & | operator<< (std::ostream &out, const NpvRecord &nr) |
Enable writing of a NpvRecord. More... | |
Struct for holding an NPV record.
Definition in file npvrecord.hpp.