Commodity volatility description. More...
#include <ored/marketdata/curvespec.hpp>
Inheritance diagram for CommodityVolatilityCurveSpec:
Collaboration diagram for CommodityVolatilityCurveSpec:Public Member Functions | |
Constructors | |
| CommodityVolatilityCurveSpec () | |
| Default constructor. More... | |
| CommodityVolatilityCurveSpec (const std::string ¤cy, const std::string &curveConfigID) | |
| Detailed constructor. More... | |
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 |
Inspectors | |
| std::string | currency_ |
| std::string | curveConfigId_ |
| CurveType | baseType () const override |
| const std::string & | currency () const |
| std::string | subName () const override |
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... | |
Commodity volatility description.
Definition at line 440 of file curvespec.hpp.
| CommodityVolatilityCurveSpec | ( | const std::string & | currency, |
| const std::string & | curveConfigID | ||
| ) |
Detailed constructor.
Definition at line 448 of file curvespec.hpp.
|
overridevirtual |
| const std::string & currency | ( | ) | const |
Definition at line 455 of file curvespec.hpp.
|
overridevirtual |
Implements CurveSpec.
Definition at line 456 of file curvespec.hpp.
Here is the call graph for this function:
|
private |
Definition at line 460 of file curvespec.hpp.
|
private |
Definition at line 461 of file curvespec.hpp.