Settings

Overview

global settings functions.

Function List

qlSettingsEnforceTodaysHistoricFixings ()
qlSettingsEvaluationDate ()
qlSettingsSetEnforceTodaysHistoricFixings ()
qlSettingsSetEvaluationDate ()

Function Documentation

qlSettingsEnforceTodaysHistoricFixings

bool returnValue
qlSettingsEnforceTodaysHistoricFixings(
any Trigger)
Description:

returns the current value of the boolean which enforce the usage of historic fixings for today's date.

Supported Platforms:

Excel, Calc

Parameters
Triggerdependency tracking trigger

qlSettingsEvaluationDate

long returnValue
qlSettingsEvaluationDate(
any Trigger)
Description:

returns the current value of the Evaluation Date.

Supported Platforms:

Excel, Calc, Guile, C, C++

Parameters
Triggerdependency tracking trigger

qlSettingsSetEnforceTodaysHistoricFixings

void returnValue
qlSettingsSetEnforceTodaysHistoricFixings(
bool Boolean
any Trigger)
Description:

sets the value of the boolean which enforce the usage of historic fixings for today's date.

Supported Platforms:

Excel, Calc

Parameters
Booleannew value for the boolean which enforce the usage of historic fixings for today's date. Default value = true.
Triggerdependency tracking trigger

qlSettingsSetEvaluationDate

void returnValue
qlSettingsSetEvaluationDate(
long EvalDate
any Trigger)
Description:

sets the value of the Evaluation Date.

Supported Platforms:

Excel, Calc, Guile, C, C++

Parameters
EvalDatenew value for the evaluation date. If a null date is provided the current date wiil be used and midnight date change will be detected. Default value = QuantLib::Date().
Triggerdependency tracking trigger