The basic idea of Black-Scholes option pricing is no-arbitrage pricing, assuming that option prices and stock prices are both affected by uncertain factors, and individual investment returns are uncertain. By managing a certain number of basic options and behavioral combinations, risks can be covered and uncertainties eliminated. Therefore, the differential equation of the Black-Scholes option pricing model is:
Where,
The pricing formulas for call options and put options are shown in equations 2.2 and 2.3 respectively:
Where,
As mentioned above, the Monte Carlo simulation method needs to simulate the price path of the underlying asset, and the change of the price path is random, which can be modeled by mathematical random processes. Therefore, this section will introduce the mainstream random processes.
Roughly speaking, a random process is a sequence of random variables. However, the selection of random numbers is generally not independent, but depends on the results of the previous selections. However, the random processes used in finance usually exhibit Markov characteristics - the main meaning is that tomorrow's process value depends only on today's process state, not on any other "historical" state, or even on the entire path history. This process is also called a "memoryless process"
The core idea of the binomial model is to divide the option within the duration into many small time intervals, and assume that in each time interval the price of the underlying asset has only two possibilities: rising or falling. The probability of rising is
Monte Carlo simulation is a flexible and powerful numerical method, but it is not suitable for solving the pricing problem of American options or Bermuda options. Scholars Longstaff and Schwarta proposed the Least-Squares Monte Carlo Simulation Method (LSM), which has become a classic method for pricing American options.