Comparative Analysis of Option Pricing Methods: FDM, Monte Carlo Simulation, and Variance Reduction

This section evaluates the effectiveness of the finite difference method (FDM) and Monte Carlo simulation for pricing options under the Black-Scholes model. FDM offers high precision for complex options but requires significant computational resources. In contrast, Monte Carlo simulation is flexible and adaptable, though it is slower and resource-intensive. Variance reduction techniques, such as importance sampling, antithetic variates, and control variates, are examined to enhance simulation efficiency and accuracy for both in-the-money (ITM) and out-of-the-money (OTM) options.


This content originally appeared on HackerNoon and was authored by Economic Hedging Technology

Abstract and 1. Introduction

1.1 Option Pricing

1.2 Asymptotic Notation (Big O)

1.3 Finite Difference

1.4 The Black-Schole Model

1.5 Monte Carlo Simulation and Variance Reduction Techniques

1.6 Our Contribution

  1. Literature Review
  2. Methodology

3.1 Model Assumption

3.2 Theorems and Model Discussion

  1. Result Analysis
  2. Conclusion and References

4. RESULT ANALYSIS

We use the parameters listed in (3) to generate data for options to verify our results from the European call option against the analytical solution given in (3) in order to confirm their accuracy. This comparative analysis provides a thorough assessment of the efficacy of the data we generate in comparison to the existing solution. When comparing the results of predicting call options by the finite difference method (FDM) and analytically, there are many things to take into account. Both these ways try to approximate the price of a call option but with different methods. So, let me consider these two methods in detail:

\ Finite Difference Method (FDM):

\ The partial differential equation that governs the pricing of options is discretized in a grid by FDM and solved numerically [31]. The sizing of the grid, as well as whether to use explicit, implicit, or Crank-Nicolson numerical schemes, are among the factors that affect its accuracy. Making sure that FDM solutions converge is very important. This may not happen if a grid is used too coarsely or when an unstable numerical scheme is adopted, thereby leading to wrong answers. FDM can consume a lot of computer resources particularly with difficult option structures or problems having many dimensions. Time complexity grows as grid size increases together with the number time steps required for convergence. This allows early exercise features to be included as well as dividends or changes in volatility over time. Nonetheless, complex functionality implementation within FDM needs carefulness while also increasing computational complexities [32].

\ Figure 5: Finite Difference Method and Analytical Method Analytical Method:

\ The Black-Scholes model is an example of an analytical method that can provide a closed-form solution for pricing options given certain assumptions (for instance, constant volatilities with no dividends). This type of solution tends to be simpler and faster computationally than numerical ones like FDM. It is important to note that all analytic methods make some assumptions which may not hold true in reality. One such assumption made by the Black-Scholes model is that the volatility remains constant and the risk-free rate is continuously compounded. If any of these conditions are violated, then there will be disparities between what the market price says should happen according to this formula versus how things actually turn out.

\ Comparative Analysis:

\ FDM gives greater precision and accuracy, particularly for involved option structures or payoffs that aren't linear. However, the added computational complexity and resource utilization required to achieve this level of precision make it expensive.

\ Figure 6: Difference between numerical and analytical

\ Computational efficiency is what analytical methods are all about; they prioritize simplicity over anything else. They may lose some of their precision when assumptions within models do not hold true which doesn’t always happen often except for in unique cases. FDM is a more robust method than its counterpart analytic because it can deal with different types of options under various market situations. This means that FDM can handle changes in parameters and boundary conditions as they occur when compared against dynamic treatment using an equation solver like the Runge-Kutta method. Analytical techniques lack this flexibility while being efficient at processing large amounts of data quickly but need calibration steps where deviations from model assumptions occur, thereby limiting them to only ideal scenarios during testing stages before real-life applications are used. The choice between FDM and analytic methods is often driven by problem specificity, computational capacity availability, or even trade-offs between accuracy & speed depending on user needs.

\ Monte Carlo Technique:

\ Now, we describe some experimental results based on the Monte Carlo method. The fundamental Monte Carlo technique will be covered first, then move on to more advanced methods. In the plot below, take note of the Saw tooth pattern. This is as a result of our raising the option's strike price from 100 to 200. This implies that many fewer simulations result in a profit, leading to extended periods during which the Monte Carlo price falls; conversely, when the option is profitable, the Monte Carlo price rises significantly [33].

\ Figure 7: Basic Monte Carlo and true price

\ The fundamental concept is to compute the payoff of the derivative after simulating the price of the underlying asset at the derivative's maturity. The average of the payoffs discounted to the present is the derivative's price [34]. Comparing simulated option prices with those derived from traditional pricing models assesses the efficacy of Monte Carlo simulation in capturing the complexities of market dynamics and volatility. Results highlight the flexibility and adaptability of Monte Carlo simulation in modeling various scenarios, shedding light on its potential as a robust tool for options pricing. The analysis underscores the importance of considering Monte Carlo simulation as a complementary approach to traditional models, offering insights into risk management and investment strategies in dynamic financial markets [35].

\ Figure 8: Call option price with different sigma

\ A large variety of derivatives can be priced using the highly general Monte Carlo approach. However, it is also an extremely slow method that uses a lot of processing resources. Thus, in the next section, we will also examine variance reduction strategies that can be applied to accelerate the Monte Carlo approach.

\ Finding a different measure where the estimator's variance is lower is the goal of importance sampling. Reducing variance is the same as reducing the second moment.

\ Figure 9: Convergence of Importance Sampling

\ Figure 10: Comparison of confidence interval sizes

\ Result analysis in Monte Carlo simulation involves assessing the importance of sampling techniques and understanding the significance of confidence intervals. Now, I will increase the strike price value from 100 to 200 and then simulate it again.

\ \ Figure 11: Convergence of Importance Sampling

\ Figure 12: Comparison of confidence interval sizes

\ We can see the changes between Figures (10) and Figure (12), basically in the optimal drift curve. In the second figure, the curve becomes an almost flat line after changing the strike price from 100 to 200.

\ We will proceed with importance sampling, but we will now need to sample over several timesteps. As a result, we must deal with a vector of 𝜏 that is made up of random variables. Let's first try a constant 𝜏 for all timesteps.

\ Figure 13: Basic MC vs constant drift vector

\ Now let's try to find a better 𝜏 for each timestep. We will start by finding the optimal constant 𝜏.

\ Figure 14: Basic MC vs optimal constant drift vector

\ Figure 15: Optimal drift vector of degree 1 & 2

\ After fitting a quadratic function as optimal drift, we can see that there is no difference between degrees 1 and 2. So, it performs well. Let's examine those drift vectors' appearance.

\ Figure 16: Optimal drift vectors' appearance

\ Looking closely at how well the optimal drift vector is used in Monte Carlo simulations within the Black-Scholes model can give us some really useful info about how accurate and effective this simulation method is. Assess the convergence properties of Monte Carlo simulations with the optimal drift vector. Evaluate how quickly the simulations converge to stable estimates of option prices or other output metrics.

\ Let's compare in/out of the money and put/call using linear interpolation.

\ Figure 17: comparison in/out of the money and put/call

\ We can observe that drift vectors are often decreasing for calls and increasing for puts. This makes basic sense since a reduced variance requires increasing the MC estimator. This indicates that we should add more for out-of-the-money options than for in-the-money options, as well as a negative number for calls and a positive number for puts. By using the Laplace Method, which provides a recursive formula for the ideal 𝜏, this may also be mathematically demonstrated.

\ Antithetic variates exploit negative correlations between pairs of random variables to reduce variance in estimates. In the context of option pricing with the Black-Scholes model, this involves generating two correlated sets of random numbers. The effectiveness of antithetic variates in reducing variance and improving the efficiency of Monte Carlo simulations within the Black-Scholes model can be evaluated through convergence analysis, and comparison with standard Monte Carlo results.

\ Figure 18: Basic MC vs Antithetic MC

\ This seems very effective for OTM options and is very easy to implement. Note that it is also about twice as expensive computationally as the original method, so for ITM options [36], it is not worth it in this example.

\ Applying control variates in Monte Carlo simulations within the Black-Scholes model can be a powerful technique for reducing the variance of option price estimates, particularly for options that are consistently over or undervalued by the model. Here's how you can apply control variates and analyze the results for in-the-money (ITM) and out-of-the-money (OTM) options:

\ Figure 19: Basic MC vs Control Variate MC (ITM)

\ Figure 20: Basic MC vs Control Variate MC (OTM)

\ For in the money (ITM) we have considered spot price as 1 and the strike price as 0.7, and for the out of the money (OTM) we have considered the strike price as 1.4 with the same spot price and started our experiment after getting the results in terms of the effectiveness of using control variates to improve the accuracy and efficiency of option pricing in the Black-Scholes model.

\

:::info Authors:

(1) Agni Rakshit, Department of Mathematics, National Institute of Technology, Durgapur, Durgapur, India (spiritualagnimath.statml@gmail.com);

(2) Gautam Bandyopadhyay, Department of Management Studies, National Institute of Technology, Durgapur, Durgapur, India (gbandyopadhyay.dms@nitdgp.ac.in);

(3) Tanujit Chakraborty, Department of Science and Engineering & Sorbonne Center for AI, Sorbonne University, Abu Dhabi, United Arab Emirates (tanujit.chakraborty@sorbonne.ae).

:::


:::info This paper is available on arxiv under CC by 4.0 Deed (Attribution 4.0 International) license.

:::

\


This content originally appeared on HackerNoon and was authored by Economic Hedging Technology


Print Share Comment Cite Upload Translate Updates
APA

Economic Hedging Technology | Sciencx (2024-10-23T06:23:16+00:00) Comparative Analysis of Option Pricing Methods: FDM, Monte Carlo Simulation, and Variance Reduction. Retrieved from https://www.scien.cx/2024/10/23/comparative-analysis-of-option-pricing-methods-fdm-monte-carlo-simulation-and-variance-reduction/

MLA
" » Comparative Analysis of Option Pricing Methods: FDM, Monte Carlo Simulation, and Variance Reduction." Economic Hedging Technology | Sciencx - Wednesday October 23, 2024, https://www.scien.cx/2024/10/23/comparative-analysis-of-option-pricing-methods-fdm-monte-carlo-simulation-and-variance-reduction/
HARVARD
Economic Hedging Technology | Sciencx Wednesday October 23, 2024 » Comparative Analysis of Option Pricing Methods: FDM, Monte Carlo Simulation, and Variance Reduction., viewed ,<https://www.scien.cx/2024/10/23/comparative-analysis-of-option-pricing-methods-fdm-monte-carlo-simulation-and-variance-reduction/>
VANCOUVER
Economic Hedging Technology | Sciencx - » Comparative Analysis of Option Pricing Methods: FDM, Monte Carlo Simulation, and Variance Reduction. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/10/23/comparative-analysis-of-option-pricing-methods-fdm-monte-carlo-simulation-and-variance-reduction/
CHICAGO
" » Comparative Analysis of Option Pricing Methods: FDM, Monte Carlo Simulation, and Variance Reduction." Economic Hedging Technology | Sciencx - Accessed . https://www.scien.cx/2024/10/23/comparative-analysis-of-option-pricing-methods-fdm-monte-carlo-simulation-and-variance-reduction/
IEEE
" » Comparative Analysis of Option Pricing Methods: FDM, Monte Carlo Simulation, and Variance Reduction." Economic Hedging Technology | Sciencx [Online]. Available: https://www.scien.cx/2024/10/23/comparative-analysis-of-option-pricing-methods-fdm-monte-carlo-simulation-and-variance-reduction/. [Accessed: ]
rf:citation
» Comparative Analysis of Option Pricing Methods: FDM, Monte Carlo Simulation, and Variance Reduction | Economic Hedging Technology | Sciencx | https://www.scien.cx/2024/10/23/comparative-analysis-of-option-pricing-methods-fdm-monte-carlo-simulation-and-variance-reduction/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.