Utility class for handling delta strings ATM, 10P, 25C, ... used e.g. for FX Surfaces. More...
#include <ored/utilities/strike.hpp>
Public Member Functions | |
DeltaString (const std::string &s) | |
bool | isAtm () const |
bool | isPut () const |
bool | isCall () const |
Real | delta () const |
Private Attributes | |
bool | isAtm_ |
bool | isPut_ |
bool | isCall_ |
Real | delta_ |
Utility class for handling delta strings ATM, 10P, 25C, ... used e.g. for FX Surfaces.
Definition at line 81 of file strike.hpp.
DeltaString | ( | const std::string & | s | ) |
Definition at line 188 of file strike.cpp.
bool isAtm | ( | ) | const |
bool isPut | ( | ) | const |
bool isCall | ( | ) | const |
Real delta | ( | ) | const |
|
private |
Definition at line 90 of file strike.hpp.
|
private |
Definition at line 90 of file strike.hpp.
|
private |
Definition at line 90 of file strike.hpp.
|
private |
Definition at line 91 of file strike.hpp.