1 / 19

Applications of Stochastic Processes in Asset Price Modeling

Preetam D’Souza. Applications of Stochastic Processes in Asset Price Modeling. Introduction. Stock market forecasting Investment management Financial Derivatives Options Mathematical modeling. Purpose. Examine different stochastic (random) models Test models against empirical data

dhernandez
Download Presentation

Applications of Stochastic Processes in Asset Price Modeling

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Preetam D’Souza Applications of Stochastic Processes in Asset Price Modeling

  2. Introduction • Stock market forecasting • Investment management • Financial Derivatives • Options • Mathematical modeling

  3. Purpose Examine different stochastic (random) models Test models against empirical data Ascertain accuracy and validity Suggest potential improvements

  4. Hypothesis Stochastic methods will be close to accurate Average several runs Calibrate models

  5. Background Mathematically-oriented articles Theoretical nature Few examples of numerical evidence

  6. Stochastic Processes? Random or pseudorandom in nature Future based on probability distributions Sequence of random variables

  7. Brownian Motion • Follows Markov chain • Based on random walk • Wiener Process (Wt) • Continuous time • Draws values from normal distribution

  8. Brownian Motion SDE dSt = µdt + σdWt St : stock price µ : drift (mean) σ : volatility (variance) Assumes stock price follows stochastic process Notice any problems? Stock price may go negative

  9. Geometric Brownian Motion (GBM) dSt = µStdt + σStdWt No more negative values Assumes that stock price returns follow stochastic process

  10. Procedure Implement Brownian motion models in Java 3 Inputs to Model Drift Volatility Time steps Run models for 1 year Compare with empirical data

  11. Testing Blue chip: IBM Historical data freely available Yahoo ! Finance Compare simulated run with historical data Accuracy tests Root Mean Squared Deviation

  12. Simulated Run • IBM simulated run given initial price in January 2000 • One year • 255 trading days • Drift = 5% (risk-free rate) • Volatility = 0.2

  13. Simulated Run (contd.) • IBM simulation with 3 simultaneous runs • Compare with empirical data (red, solid line) • Ending prices are very close • Note that this run is for January 1990-1991

  14. What about predicting the future? • IBM simulation for bear session for January 1991-1992 • Note how the drift rate is still positive • All runs deviate from mean line and follow empirical price • Ending prices are within $10 of closing price

  15. Accuracy? • RMSD test • Larger values indicate an inaccurate run • Smaller values indicate a simulation that is generally close to the empirical price at all time steps • RMSD = 22.735 vs. 9.457 for the run on the previous page

  16. Analysis & Conclusions Stochastic models generate price fluctuations very similar to actual data Uncertainty increases as time steps progress Further calibrations must be made to fine tune models

  17. Pros of Stochastic Models Inputs for stochastic models can readily be gathered from empirical data GBM model seems to fit stock price data well The model incorporates increased risk as time increases The GBM model is capable of producing results that are within $10 of a stock’s ending price after one year

  18. Cons of Stochastic Models There is NO guarantee that each individual run will converge to the empirical ending price The GBM model seems to perform badly during bear markets because it is centered around the drift line and thus overestimates growth There is no incorporation of current events data that may heavily impact a stock’s price, such as earnings reports, executive changes, etc.

  19. Further development • Correlation statistics • Comprehensive simulation runs • Model calibration • Assume lognormal distribution • Different stochastic models • Jump Diffusion

More Related