Struct for holding CRIF records. More...
#include <boost/range/adaptor/filtered.hpp>
#include <boost/range/adaptor/transformed.hpp>
#include <boost/range/algorithm_ext.hpp>
#include <boost/range/algorithm_ext/erase.hpp>
#include <orea/app/structuredanalyticswarning.hpp>
#include <orea/simm/crif.hpp>
#include <ored/portfolio/structuredtradeerror.hpp>
#include <ored/portfolio/structuredtradewarning.hpp>
#include <ored/utilities/log.hpp>
#include <ored/utilities/parsers.hpp>
#include <ored/utilities/to_string.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ore |
namespace | ore::analytics |
Variables | |
auto | isSimmParameter = [](const ore::analytics::CrifRecord& x) { return x.isSimmParameter(); } |
auto | isNotSimmParameter = std::not_fn(isSimmParameter) |
Struct for holding CRIF records.
Definition in file crif.cpp.