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 theScenariosrange in input.xlsx throughscenarios().
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.
Discount rate at time |
|
Rate of investment return at time |
Cells Descriptions#
- disc_rate_mth(t)[source]#
Discount rate at time
t.Read from the
Scenariosrange in input.xlsx (columnIntRate) throughscenarios(), keyed by the currentscen_idandt.
- invst_ret_rate(t)[source]#
Rate of investment return at time
t.Set equal to
disc_rate_mth().