Login using Social Account
     Continue with GoogleLogin using your credentials
In the previous question (99), if you use a constant risk-adjusted discount rate, what is the value of the certainty equivalent cash flow in year 2?
We are going to use previous two questions (99, 100) to use values Cashflow_2(cf_2), and interest rate(r) in this question.
Since we have got values of cf_1, and r in previous two question, we are going to use these values find new cash flow of the year 1.
Please use the following steps:
def certainty_equivalent_cash_flow_in_year_2(cf_2, r, rf):
CECF= ((cf_2/(1+r))*(1+rf))
where,
CECF = certainty equivalent cash flow in year 1 cf_2 = cash flow given in question no 99 r = interest rate rf = risk free interest rate
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...