|
QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
|
Custom geographical/economic region. More...
#include <ql/indexes/region.hpp>
Public Member Functions | |
| CustomRegion (const std::string &name, const std::string &code) | |
| const std::string & | name () const |
| const std::string & | code () const |
Additional Inherited Members | |
| ext::shared_ptr< Data > | data_ |
| Related Symbols inherited from Region | |
| bool | operator== (const Region &, const Region &) |
| bool | operator!= (const Region &, const Region &) |
Custom geographical/economic region.
This class allows one to create an instance of a particular region without having to define and compile a corresponding class.