Python Exercises for Corporate Finance and Risk Management

10 / 26

Question: 58

 Q: A company is expected to pay 5 dividend by the end of the year, after which the stock price is expected to beat 110. If the market capitalisation rate is 8%, what is the appropriate value for the stock price.
INSTRUCTIONS
Stock price will depend on divided, market capitalisation, and expected value of the stock.

 - Define a function "stock_price", that will depend on dividend, market capitalisation, and expected value of stock.
 - Use the formula, stock price = (d+esp)/(1+r).

where:
d = dividend
esp = expected value of stock
r =  market capitalisation rate


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...