PSLmodels / Cost-of-Capital-Calculator

A cost of capital and effective tax rate calculator
https://ccc.pslmodels.org
Other
17 stars 33 forks source link

Fix option to have user set expected rate of return for pass-through investments #363

Open jdebacker opened 2 years ago

jdebacker commented 2 years ago

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.