|
| | CreditLinkedSwapEngineBuilder () |
| |
| | CachingEngineBuilder (const string &model, const string &engine, const set< string > &tradeTypes) |
| |
| QuantLib::ext::shared_ptr< U > | engine (Args... params) |
| | Return a PricingEngine or a FloatingRateCouponPricer. More...
|
| |
| void | reset () override |
| | reset the builder (e.g. clear cache) More...
|
| |
| | EngineBuilder (const string &model, const string &engine, const set< string > &tradeTypes) |
| |
| virtual | ~EngineBuilder () |
| | Virtual destructor. More...
|
| |
| const string & | model () const |
| | Return the model name. More...
|
| |
| const string & | engine () const |
| | Return the engine name. More...
|
| |
| const set< string > & | tradeTypes () const |
| | Return the possible trade types. More...
|
| |
| const string & | configuration (const MarketContext &key) |
| | Return a configuration (or the default one if key not found) More...
|
| |
| virtual void | reset () |
| | reset the builder (e.g. clear cache) More...
|
| |
| void | init (const QuantLib::ext::shared_ptr< Market > market, const map< MarketContext, string > &configurations, const map< string, string > &modelParameters, const map< string, string > &engineParameters, const std::map< std::string, std::string > &globalParameters={}) |
| | Initialise this Builder with the market and parameters to use. More...
|
| |
| const set< std::pair< string, QuantLib::ext::shared_ptr< QuantExt::ModelBuilder > > > & | modelBuilders () const |
| | return model builders More...
|
| |
| std::string | engineParameter (const std::string &p, const std::vector< std::string > &qualifiers={}, const bool mandatory=true, const std::string &defaultValue="") const |
| |
| std::string | modelParameter (const std::string &p, const std::vector< std::string > &qualifiers={}, const bool mandatory=true, const std::string &defaultValue="") const |
| |
Definition at line 28 of file creditlinkedswap.hpp.