📄 webstock.html
字号:
<!-- $Revision: 1.2 $ -->
<html>
<head>
<title>Simulation of Future Stock Prices</title>
</head>
<body bgcolor="#FFFFFF">
<div align="center"><font color="#000000" size="4" face="Arial">
<i>Simulation of Future Stock Prices</i></font></div>
<p>This is a Monte-Carlo simulation of the price of a stock over the next
year. Input today's price, the expected rate of return, and the volatility
of the stock. You can plot a number of possible price scenarios at once.
<p>The prices are generated by sampling a lognormal stock price process. See,
for example, N. Chriss "Black-Scholes and Beyond", Irwin, 1997. The
lognormal stock price model is used in finance to value stock options.
<form action="/cgi-bin/matweb.exe" method="POST" target="outputwindow">
<input type="hidden" name="mlmfile" value="webstockrnd">
<p>Stock symbol:
<input type="text" size = "5" value="IBM" name="symbol"><br>
Current Stock Price:
<input type="text" size = "3" value="100" name="spot"><br>
Annualized Expected Return (percent):
<input type="text" size = "2" value="10" name="r"><br>
Annualized Volatility (percent):
<input type="text" size = "2" value="30" name="sigma"><br>
Number of Simulated Paths:
<input type="text" size = "2" value="4" name="numsim">
<p><input type="submit" name="Submit" value="Submit">
</form>
<p><font color="#0000FF" size="2" face="Arial">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -