Logo
Reference manual - version ored_version
nettingsetdetails.hpp File Reference

netting set details data model and serialization More...

#include <map>
#include <ored/utilities/xmlutils.hpp>
#include <set>

Classes

class  NettingSetDetails
 Serializable object holding netting set identification data. More...

Namespaces

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

Typedefs

typedef rapidxml::xml_node< char > XMLNode

Functions

bool operator< (const NettingSetDetails &lhs, const NettingSetDetails &rhs)
 Comparison operators.
bool operator== (const NettingSetDetails &lhs, const NettingSetDetails &rhs)
bool operator!= (const NettingSetDetails &lhs, const NettingSetDetails &rhs)
std::ostream & operator<< (std::ostream &out, const NettingSetDetails &nettingSetDetails)
 Enable writing of netting set details.

Detailed Description

netting set details data model and serialization