abender777
New Member
- Joined
- Jul 12, 2014
- Messages
- 7
I am trying to model a future share price, based on:
- Dividend per year
- yearly volatility (standard deviation)
- price
-exercise price
-risk free rate
-Time period
I currently have the following equation to predict the daily movement of the share:
=J8*(1+NORMINV(RAND(),0,$J$10))
Where J8 = Share Price of last day
J10 = daily volatility
I simply have it 1008 in a row, then am using a data table to get the final price 1000 times (and taking average).
The issue is, I need to incorporate a yearly 5% dividend yield into this equation.
Anyone have any ideas on what is the best way to do this?
This is to model an option price where the option pays 0 if the share does not go up on average 10% per year (including dividends).
- Dividend per year
- yearly volatility (standard deviation)
- price
-exercise price
-risk free rate
-Time period
I currently have the following equation to predict the daily movement of the share:
=J8*(1+NORMINV(RAND(),0,$J$10))
Where J8 = Share Price of last day
J10 = daily volatility
I simply have it 1008 in a row, then am using a data table to get the final price 1000 times (and taking average).
The issue is, I need to incorporate a yearly 5% dividend yield into this equation.
Anyone have any ideas on what is the best way to do this?
This is to model an option price where the option pays 0 if the share does not go up on average 10% per year (including dividends).