May 12th, 2004, 10:41 pm
Hi,I am a happy owner of PWOQF.I am checking the spreadsheets and I see that when the brownian motion is explained (chapter 7), Paul uses the following formula (which I understand):P(t)=P(t-1)*(1+drift*time+vol*sqrt(time)*inv.random)But on the spreadsheet on montecarlo simulation, he uses:P(t)=P(t-1)*e^((riskfreerate - o.5*vol^2)+vol*sqrt(time)*inv.random)Well....I understand why the drift is changed by the risk free rate, I also see this is continuous interest rate and the first is compounding....but I dont see why o.5vol^2 is substracted from the riskfree interest rate. This is driving me crazy....!!! What would happen if I just use:P(t)=P(t-1)*e^((riskfreerate+vol*swrt(time)*invrandom)....THANKS A LOT!!!!!