#include <ored/marketdata/curvespec.hpp>
Inheritance diagram for SecuritySpec:
Collaboration diagram for SecuritySpec:Public Member Functions | |
| SecuritySpec (const string &securityID) | |
| SecuritySpec () | |
| Default constructor. More... | |
| CurveType | baseType () const override |
| string | subName () const override |
| const string & | securityID () const |
Public Member Functions inherited from CurveSpec | |
| CurveSpec () | |
| Default constructor. More... | |
| CurveSpec (const std::string &curveConfigID) | |
| Constructor that takes an underlying CurveConfig id. More... | |
| virtual | ~CurveSpec () |
| Default destructor. More... | |
| string | name () const |
| returns the unique curve name More... | |
| const std::string & | curveConfigID () const |
| string | baseName () const |
Protected Attributes | |
| string | securityID_ |
Additional Inherited Members | |
Public Types inherited from CurveSpec | |
| enum class | CurveType { FX , Yield , CapFloorVolatility , SwaptionVolatility , YieldVolatility , FXVolatility , Default , CDSVolatility , Inflation , InflationCapFloorVolatility , Equity , EquityVolatility , Security , BaseCorrelation , Commodity , CommodityVolatility , Correlation } |
| Supported curve types. More... | |
Security description.
Definition at line 396 of file curvespec.hpp.
| SecuritySpec | ( | const string & | securityID | ) |
Definition at line 398 of file curvespec.hpp.
| SecuritySpec | ( | ) |
|
overridevirtual |
|
overridevirtual |
| const string & securityID | ( | ) | const |
|
protected |
Definition at line 407 of file curvespec.hpp.