Financial modelling/monte carlo - predicting share price movement with dividend

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).
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
I have never seen that equation to estimate the daily movement of share price. If you want to keep your equation, to add 5% dividend yield

Dividend Yield = Annual dividends per share / Price per share

Price per Share = Annual Dividends per share/ Dividend yield - (Gives you an updated Share price incorporating Dividend Yield)
Average out the two share prices and you'll have an updated share price to use in your equation.

However I prefer to use the equation:


(Stock price) x (Annualized Implied Volatility) x (Square Root of [days to expiration / 365]) = 1 standard deviation.
Which will more accurately predict the price movement for a specific time period (Say a month) and will give you the implied price movement

Remember the value means it can go up as well as down
 
Upvote 0

Forum statistics

Threads
1,215,741
Messages
6,126,610
Members
449,321
Latest member
syzer

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top