this class holds data associated to scenarios More...
#include <ql/errors.hpp>
#include <ql/types.hpp>
#include <ql/patterns/observable.hpp>
#include <fstream>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | AggregationScenarioData |
Container for storing simulated market data. More... | |
class | InMemoryAggregationScenarioData |
A concrete in memory implementation of AggregationScenarioData. More... | |
Namespaces | |
namespace | ore |
namespace | ore::analytics |
Enumerations | |
enum class | AggregationScenarioDataType : unsigned int { IndexFixing = 0 , FXSpot = 1 , Numeraire = 2 , CreditState = 3 , SurvivalWeight = 4 , RecoveryRate = 5 , Generic = 6 } |
Functions | |
std::ostream & | operator<< (std::ostream &out, const AggregationScenarioDataType &t) |
this class holds data associated to scenarios
Definition in file aggregationscenariodata.hpp.