June 3rd, 2005, 9:52 pm
The number of shares depends on the average 30-day stock price. Once a hurdle is reached, the corresponding number of shares vest immediately. This is tested daily, based on then 30-day average closing price. So if in 100 trading days, the 30-day average stock price (i.e., average of closing prices for days 71-100) hits $100, the person gets 250 shares vested (assuming the average did not reach $100 before then) and can't lose them. Assume that it takes another 100 trading days before the 30-day average (in this case, average for days 171-200) reaches $110, person then gets another 250 shares vested, and so on. The person may never vest into all of the shares.As I'm not adept at Monte Carlo or other simulations, I was going to do this via a binomial model. I'd build the stock price tree starting with the current 30-day average stock price, and then build out the nodes based on volatility, time, and number of nodes. Then I can look at each node and determine how many shares vest at each node. Then work backward through the tree to get to a expected number of vested shares. This expected number is multiplied by today's stock price to get to a value.I'm just trying to determine whether the volatility used in building the stock price tree should be the annual vol of 30% (which is the daily vol multiplied by sqrt of 252) or something close to a monthly vol. I thought about using up and in barriers, but there's a feature that I didn't describe (wasn't germaine to my question on volatility) that I thought would not enable the use of barriers (but there may be types of barriers that handle this feature that I don't know about). Namely, none of the vesting begins until after two years, so even if the average stock price exceeded $130 in the first two years, nothing would vest at year 2 due to prior stock price average unless the 30-day average at 2 years was "in-the-money".If I read prior responses correctly, judo and chiron seem to be suggesting use of the annual vol (30%) and aaron suggests a monthly vol (my apologies if I'm wrong about what each is saying). I don't believe the vol est should be different whether I'm using a binomial model or monte carlo.