Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Namespaces | Variables
crif.cpp File Reference

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)
 

Detailed Description

Struct for holding CRIF records.

Definition in file crif.cpp.