The Economic Space#

Scenario economic rates for a single traditional life projection.

The Economic Space provides the per-scenario interest rates used to discount cashflows and to credit investment return, read from input.xlsx.

Parameters and References#

Economic is parameterized with scen_id:

>>> m.Economic.parameters
('scen_id',)

Each ItemSpace represents economic scenarios for a specific scen_id. For example, Economic[1] contains economic scenarios for scen_id 1.

scen_id#

Scenario ID.

Type:

int

References

input_data#

Alias for InputData. Scenario interest rates are read from the Scenarios range in input.xlsx through scenarios().

Example

An example of Economic in TradLife_A:

>>> m.Economic[1].disc_rate_mth(0)
0.015

Cells Summary#

The discount rate and the investment return rate for the selected scenario at time t.

disc_rate_mth(t)

Discount rate at time t.

invst_ret_rate(t)

Rate of investment return at time t.

Cells Descriptions#

disc_rate_mth(t)[source]#

Discount rate at time t.

Read from the Scenarios range in input.xlsx (column IntRate) through scenarios(), keyed by the current scen_id and t.

invst_ret_rate(t)[source]#

Rate of investment return at time t.

Set equal to disc_rate_mth().