configuration class for building correlation matrices More...
#include <map>
#include <qle/models/crossassetmodel.hpp>
#include <ql/math/matrix.hpp>
#include <ql/quote.hpp>
Go to the source code of this file.
Classes | |
struct | CorrelationFactor |
class | CorrelationMatrixBuilder |
Namespaces | |
namespace | ore |
Serializable Credit Default Swap. | |
namespace | ore::data |
Compare <code>CorrelationFactor</code>s. | |
typedef std::pair< CorrelationFactor, CorrelationFactor > | CorrelationKey |
bool | operator< (const CorrelationFactor &lhs, const CorrelationFactor &rhs) |
bool | operator== (const CorrelationFactor &lhs, const CorrelationFactor &rhs) |
bool | operator!= (const CorrelationFactor &lhs, const CorrelationFactor &rhs) |
ostream & | operator<< (std::ostream &out, const CorrelationFactor &f) |
Allow CorrelationFactor s to be written. More... | |
CorrelationFactor | parseCorrelationFactor (const string &name, const char separator) |
configuration class for building correlation matrices
Definition in file correlationmatrix.hpp.