Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | List of all members
GermanyRegion Class Reference

Germany as geographical/economic region. More...

#include <qle/indexes/region.hpp>

+ Inheritance diagram for GermanyRegion:
+ Collaboration diagram for GermanyRegion:

Public Member Functions

 GermanyRegion ()
 

Detailed Description

Germany as geographical/economic region.

Definition at line 55 of file region.hpp.

Constructor & Destructor Documentation

◆ GermanyRegion()

Definition at line 43 of file region.cpp.

43 {
44 static QuantLib::ext::shared_ptr<Data> DEdata = QuantLib::ext::make_shared<Data>("Germany","DE");
45 data_ = DEdata;
46}