usnistgov / E3

API that provides standards based economic calculations.
Other
6 stars 3 forks source link

Fix Discount Rate #35

Closed jkneifel closed 2 years ago

jkneifel commented 3 years ago

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.

tashakim commented 3 years ago

Looking into this