Logo
Reference manual - version ored_version
Public Member Functions | List of all members
BootstrapConfig Class Reference

#include <ored/configuration/bootstrapconfig.hpp>

+ Inheritance diagram for BootstrapConfig:

Public Member Functions

 BootstrapConfig (QuantLib::Real accuracy=1.0e-12, QuantLib::Real globalAccuracy=QuantLib::Null< QuantLib::Real >(), bool dontThrow=false, QuantLib::Size maxAttempts=5, QuantLib::Real maxFactor=2.0, QuantLib::Real minFactor=2.0, QuantLib::Size dontThrowSteps=10)
 Constructor.
 
XMLSerializable interface
void fromXML (ore::data::XMLNode *node) override
 
ore::data::XMLNodetoXML (ore::data::XMLDocument &doc) override
 
- Public Member Functions inherited from XMLSerializable
void fromFile (const std::string &filename)
 
void toFile (const std::string &filename)
 
void fromXMLString (const std::string &xml)
 Parse from XML string.
 
std::string toXMLString ()
 Parse from XML string.
 

Inspectors

QuantLib::Real accuracy () const
 
QuantLib::Real globalAccuracy () const
 
bool dontThrow () const
 
QuantLib::Size maxAttempts () const
 
QuantLib::Real maxFactor () const
 
QuantLib::Real minFactor () const
 
QuantLib::Size dontThrowSteps () const
 

Detailed Description

Serializable Bootstrap configuration