#include <orea/engine/parsensitivitycubestream.hpp>
Public Member Functions | |
| ParSensitivityCubeStream (const QuantLib::ext::shared_ptr< ZeroToParCube > &cube, const std::string ¤cy, const QuantLib::ext::shared_ptr< Portfolio > &portfolio=nullptr) | |
| ore::analytics::SensitivityRecord | next () override |
| void | reset () override |
| Resets the stream so that SensitivityRecord objects can be streamed again. | |
| Public Member Functions inherited from SensitivityStream | |
| virtual | ~SensitivityStream () |
| Destructor. | |
Class for streaming SensitivityRecords from a par sensitivity cube
| ParSensitivityCubeStream | ( | const QuantLib::ext::shared_ptr< ZeroToParCube > & | cube, |
| const std::string & | currency, | ||
| const QuantLib::ext::shared_ptr< Portfolio > & | portfolio = nullptr ) |
Constructor providing the sensitivity cube and currency of the sensitivities
|
overridevirtual |
Returns the next SensitivityRecord in the stream
Implements SensitivityStream.
|
overridevirtual |
Resets the stream so that SensitivityRecord objects can be streamed again.
Implements SensitivityStream.