CCC has a parameter, E_pt that allows one to set the expected rate of return to savers from pass-through investments. The default is to set this equal to the corporate rate of return.
However, changing E_pt can only happen after the Specification object is created and does not update r.
A new input parameter for E_pt should be created in default_parameters.json. If the value is none, E_pt=E_c, otherwise, E_pt equals the values the user sets.
CCC has a parameter,
E_pt
that allows one to set the expected rate of return to savers from pass-through investments. The default is to set this equal to the corporate rate of return.However, changing
E_pt
can only happen after theSpecification
object is created and does not updater
.A new input parameter for
E_pt
should be created indefault_parameters.json
. If the value is none,E_pt=E_c
, otherwise,E_pt
equals the values the user sets.