quantlib.settings.Settings

class Settings

Bases: object

__init__()

Methods

__init__()

anchor_evaluation_date(self)

instance(cls)

Returns an instance of the global Settings object.

reset_evaluation_date(self)

Attributes

enforces_todays_historic_fixings

evaluation_date

Property to set/get the evaluation date.

include_reference_date_events

include_todays_cashflows

observable_evaluation_date

version

Returns the QuantLib C++ version (QL_VERSION) used by this wrapper.

anchor_evaluation_date(self)
evaluation_date

Property to set/get the evaluation date.

classmethod instance(cls)

Returns an instance of the global Settings object.

Utility method to mimic the behaviour of the C++ singleton.

reset_evaluation_date(self)
version

Returns the QuantLib C++ version (QL_VERSION) used by this wrapper.