• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Various model of stock price

Joined
8/31/11
Messages
29
Points
13
  1. I was wonderingwhat kinds of stock price can be modeled as a Geometric Brownian motion as in Black Schole model?
  2. Can the above model be used to model jump?
  3. I also very much appreciate some references that discuss various models of stock prices and in which cases to use which model.
Thanks in advance!
 
  1. I was wonderingwhat kinds of stock price can be modeled as a Geometric Brownian motion as in Black Schole model?
On a long horizon timescale with reasonable accuracy, none that come to mind.

You could try a broad market index or ETF, perhaps?

The stock market is significantly more irrational than options or fixed income markets whose instruments have a more deterministic price that they tend to trade towards.

  1. Can the above model be used to model jump?

Doubtful. Fundamental analysis may serve you better for this purpose

  1. I also very much appreciate some references that discuss various models of stock prices and in which cases to use which model.

There are a number of papers written about (and arguments posed regarding) using such techniques on stocks.
 
Back
Top