The current code works for every case except for the following:
Currently the code requires 2 values even when the real discount rate is provided.
if outputRealBool = true then
you need ONLY the real discount rate
OR both the nominal discount rate and inflation rates.
The current code works for every case except for the following: Currently the code requires 2 values even when the real discount rate is provided. if outputRealBool = true then you need ONLY the real discount rate OR both the nominal discount rate and inflation rates.