Next Article in Journal
The Effects of Cognitive and Skill Learning on the Joint Vendor–Buyer Model with Imperfect Quality and Fuzzy Random Demand
Next Article in Special Issue
Pricing European and American Installment Options
Previous Article in Journal
Using Value-Based Potentials for Making Approximate Inference on Probabilistic Graphical Models
Previous Article in Special Issue
Dynamical Investigation, Electronic Circuit Realization and Emulation of a Fractional-Order Chaotic Three-Echelon Supply Chain System
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Reconstructing the Local Volatility Surface from Market Option Prices

1
Department of Mathematics, Korea University, Seoul 02841, Korea
2
Department of Computer & Information Engineering (Information Security), Daegu University, Gyeongsan-si 38453, Korea
3
School of Mathematics and Statistics, Nanjing University of Information Science and Technology, Nanjing 210044, China
*
Author to whom correspondence should be addressed.
Submission received: 20 June 2022 / Revised: 19 July 2022 / Accepted: 20 July 2022 / Published: 21 July 2022

Abstract

:
We present an efficient and accurate computational algorithm for reconstructing a local volatility surface from given market option prices. The local volatility surface is dependent on the values of both the time and underlying asset. We use the generalized Black–Scholes (BS) equation and finite difference method (FDM) to numerically solve the generalized BS equation. We reconstruct the local volatility function, which provides the best fit between the theoretical and market option prices by minimizing a cost function that is a quadratic representation of the difference between the two option prices. This is an inverse problem in which we want to calculate a local volatility function consistent with the observed market prices. To achieve robust computation, we place the sample points of the unknown volatility function in the middle of the expiration dates. We perform various numerical experiments to confirm the simplicity, robustness, and accuracy of the proposed method in reconstructing the local volatility function.

1. Introduction

In 1973, Fischer Black and Myron Scholes first introduced the Black–Scholes (BS) equation for option pricing [1]:
u ( S , t ) t + 1 2 ( σ S ) 2 2 u ( S , t ) S 2 + r S u ( S , t ) S r u ( S , t ) = 0 ,
where u ( S , t ) is the option value, S is the underlying price, t is the time variable, σ is the volatility of S, and r is the short interest rate. Equation (1) is solved using boundary conditions and a payoff condition at time t = T . The BS equation was derived under the assumption of constant volatility. However, it is widely known that the BS equation with constant volatility cannot accurately produce market option prices. In general, as volatility increases, the prices of options also tend to rise because of the increasing chances of options ending in the money. The volatility and option prices are positively correlated with each other. A generalized BS model was proposed to overcome the limitations of the BS equation with a constant volatility term:
u ( S , t ) t + 1 2 [ σ ( S , t ) S ] 2 2 u ( S , t ) S 2 + r S u ( S , t ) S r u ( S , t ) = 0 ,
where σ ( S , t ) is the space- and time-dependent volatility function [2]. Here, we call σ ( S , t ) by the local volatility function because it is a function of both the asset price S and time t, which is a generalization of the constant volatility. Implied volatility is the volatility calculated by inputting the market option price, strike, current underlying asset price, maturity time, and interest rate into the BS equation with a constant volatility, which makes both the theoretical and market option prices the same. Therefore, the implied volatility is the function of the market option price, strike, current underlying asset price, maturity time, and interest rate. We can construct an implied volatility surface by changing strike prices and maturity times while fixing the other parameter values. Note that we are interested in constructing a local volatility function, which is a function of the asset price S and time t not strike price and time.
Various studies have been conducted on reconstructing volatility surfaces using market option prices. Jin et al. [3] proposed a reconstruction method for a non-constant volatility model using the BS equation. Georgiev and Vulkov [4] developed a fast and efficient computational method for reconstructing the time-dependent local volatility surface and used a predictor-corrector scheme because of the non-uniqueness of the local volatility surface. Hofmann et al. [5] developed a simultaneous reconstruction of volatility and interest rate functions from call-and put-price functions and overcame the ill-posedness using a two-parameter Tikhonov regularization. Georgiev and Vulkov [6] also considered the simultaneous recovery of the temporally changing volatility and interest rate functions. Using the BS model, Park et al. [7] proposed a calibration technique of the time-dependent volatility and interest rate functions. Zhang et al. [8] reconstructed the local volatility function using Dupire’s equation with total variation regularization. In quantitative finance, the reconstruction of local volatility is an important inverse problem [9]. In [2], the authors studied the inverse problem of solving a time-dependent local volatility function using option prices. In [10,11], the authors proposed local volatility function reconstruction algorithms that use an effective region of volatility. In [12], the authors presented a simple and efficient algorithm using a jump-diffusion model to calculate time-dependent volatility. Recently, deep learning has been attracting attention from the financial field, and a large part of it has been used for financial time series prediction [13]. Pradeepkumar and Ravi [14] proposed a neural network method for predicting the volatility of financial time series and verified its superior performance compared to several other machine learning methods. Hellmuth and Klingenberg [15] presented a numerical variation based on Bi-Fidelity on a machine learning method. Option pricing studies [16,17,18] on various financial products have been conducted, as well as option pricing studies [19,20,21] on the BS equation.
The primary contribution of this paper is to propose a simple, efficient, and accurate computational method for reconstructing the local volatility function using only given market option prices, expiration times, strike prices, and the generalized BS equation. Some assumptions and additional requirements in the existing literature are Tikhonov regularization, Dupire’s equation, and effective region of volatility. Compared to the previous methods, which involve several assumptions and additional requirements for reconstructing the local volatility function, the proposed algorithm only uses the minimum requirements. Therefore, it is one of the simplest reconstruction methods for the local volatility function.
The layout of this paper is as follows. In Section 2, we present the proposed algorithm for optimizing the local volatility function. In Section 3, computational experiments are performed to demonstrate the efficiency and accuracy of the proposed algorithm. Finally, in Section 4, conclusions are presented.

2. Methodology

We now briefly describe the proposed algorithm of optimizing the local volatility function. We use the generalized BS Equation (2) to reconstruct the local volatility function σ ( S , t ) from market option prices. Equation (2) can be rewritten as
u ( S , τ ) τ = 1 2 [ σ ( S , τ ) S ] 2 2 u ( S , τ ) S 2 + r S u ( S , τ ) S r u ( S , τ ) ,
for ( S , τ ) Ω × ( 0 , T ] with initial condition u ( S , 0 ) , where τ = T t . We numerically solve Equation (3) using the finite difference scheme. Let u i n u ( S i , n Δ τ ) be the numerical solution of Equation (3) for i = 1 , 2 , , N S and n = 0 , 1 , , N τ . In this study, unless otherwise specified, we use a uniform temporal size Δ τ = 1 / 360 . We use the non-uniform asset price discrete domain as shown in Figure 1. Here, h i = S i + 1 S i and S 1 = 0 .
Let σ i n σ ( S i , n Δ τ ) be discrete variable volatility. Using the implicit Euler method, we discretize Equation (3) as follows:
u i n + 1 u i n Δ τ = ( σ i n + 1 S i ) 2 2 2 u i 1 n + 1 h i 1 ( h i + h i 1 ) 2 u i n + 1 h i h i 1 + 2 u i + 1 n + 1 h i ( h i + h i 1 ) + r S i h i u i 1 n + 1 h i 1 ( h i + h i 1 ) + ( h i h i 1 ) u i n + 1 h i 1 h i + h i 1 u i + 1 n + 1 h i ( h i 1 + h i ) r u i n + 1 .
We can then rewrite Equation (4) as
α i u i 1 n + 1 + β i u i n + 1 + γ i u i + 1 n + 1 = b i , f o r i = 2 , , N S ,
where
α i = r S i h i ( σ i n + 1 S i ) 2 h i 1 ( h i + h i 1 ) , β i = 1 Δ τ r S i ( h i h i 1 ) ( σ i n + 1 S i ) 2 h i 1 h i + r , γ i = S i h i 1 h i ( h i 1 + h i ) ( σ i n + 1 S i ) 2 h i ( h i 1 + h i ) , b i = u i n Δ τ .
We use the zero Dirichlet boundary condition at S 1 , that is, u 1 n + 1 = 0 , and linearity condition at S N S , that is, u N S + 1 n + 1 = 2 u N S n + 1 u N S 1 n + 1 , for all n [22]. To numerically solve the discrete system (5), we use the Thomas algorithm [23]. Note that the generalized BS equation is a degenerate parabolic partial differential equation and has a zero coefficient in front of the partial derivatives at S 1 = 0 . However, we use the homogeneous Dirichlet boundary condition at S 1 ; therefore, we do not encounter a degenerate problem. In addition, we assume a positive local volatility function. Let us assume that we have market option prices { U β α } at T α for α = 1 , , M α and exercise prices K β for β = 1 , , M β . Here, T 1 < < T M α and K 1 < < K M β . Using the given option prices { U β α } , we compute the local volatility function σ ( S , t ) by minimizing the following mean-square error (MSE) [10]:
E ( σ ) = 1 M α M β α = 1 M α β = 1 M β ω β α [ u K β ( σ ; S 0 , T α ) U β α ] 2 ,
where u K β ( σ ; S 0 , T α ) is the computational solution at S = S 0 of Equation (3) with strike price K β at time T α and initial condition u i 0 = max ( S i K β , 0 ) for i = 1 , 2 , , N S . Here, ω β α is one if market data are used; zero otherwise. We apply the lsqcurvefit function in MATLAB R2021a [24] to compute the optimal volatility function σ that minimizes cost function E ( σ ) . To achieve robust computation, we place points of the unknown volatility function at the middle times of the expiration dates [3]. We use the following notation t 1 = 0 ; t q = ( T q 1 + T q ) / 2 for q = 2 , , M α 1 and t M α = T M α , as shown in Figure 2a.
Let us define the piecewise linearly interpolated volatility function σ ( S , t ) that satisfies
σ ( S , t ) = σ p q   if   S = X p   and   t = t q ,
where ( X p , t q ) are the sample points and σ p q are the sample volatility values at the sample points, as shown in Figure 2b. Figure 2c,d show the grid used in the finite difference method and the interpolated volatility values at the grid of query points, respectively.
The superior properties of the proposed method are its simplicity, efficiency, and accuracy in reconstructing the local volatility function using only the given market option prices, strike prices, expiration times, and generalized BS equation. For interested readers, MATLAB code with a uniform grid size is provided in the Appendix A.

3. Computational Experiments

We present several numerical experiments to demonstrate the effectiveness of the proposed algorithm. We also provide the CPU times using an Intel(R) Core(TM) i9-12900K CPU 3.19 GHz processor for each experiment.

3.1. Effect of Initial Guess of σ ( S , t )

First, we examine the effect of the initial guess of σ ( S , t ) on reconstructing the local volatility function. As a test problem, we consider the following local volatility function on Ω = ( 0 , 3 S 0 ) × ( 0 , 1 ) ; see Figure 3a:
σ ( S , t ) = 0.00001 ( S S 0 ) 2 + 0.1 cos ( π t ) 0.2 t + 0.4 ,
where S 0 = 100 . The parameters used are Δ τ = 1 / 360 , N S = 301 , r = 0.01 , T α = 0.25 α for α = 1 , 2 , 3 , 4 , and strike prices K β = 92.5 + 2.5 β for β = 1 , 2 , , 5 . Using these parameter values, we generate market call option prices { U β α } for α = 1 , 2 , 3 , 4 and β = 1 , 2 , 3 , 4 , 5 . Figure 3b shows the option prices computed using the given volatility function (7) and two reconstructed local volatility functions with different initial guesses. Figure 3c,e are the reconstructed volatility surfaces using initial guesses σ ( S , t ) = 0.1 and σ ( S , t ) = 0.9 , respectively. Figure 3d,f are the overlapped surfaces of (c) and (e) with the given reference volatility function, respectively.
These results are in good agreement with each other in the effective volatility region, which is computed using the probability density function of a log-normal distribution to define the effective area. The existence of the effective domain is mainly due to the fact that the volatility term in the BS equation (2) is close to zero where the second derivatives of the option prices are small. In the case of call options, the option prices are close to linearly far away from the strike prices. As schematically shown in Figure 4, the boundary of the effective volatility region is a parabola-type shape; see [10] for more details.
Because the results are virtually independent of the initial guess, we will use σ ( S , t ) = 0.5 as an initial guess for reconstructing the local volatility function from now on. When σ = 0.1 and σ = 0.9 , the CPU times for computing the local volatility functions are 36.73 and 36.04 s, respectively.
In real-world practical applications, the local volatility function from the real-world market data may have oscillations. To confirm the proposed algorithm can recover the local volatility function that can generate such function, we consider a reference local volatility function similar to that in [25] (see Figure 5c):
σ ( S , t ) = 2 5 4 25 e t 2 cos 4 π S 3 S 0   on   Ω = ( 0 , 3 S 0 ) × ( 0 , 1 ) ,
where S 0 = 100 . The parameters used are Δ τ = 1 / 360 , N S = 301 , r = 0.01 , T α = 0.25 α for α = 1 , 2 , 3 , 4 , and strike prices K β = 75 + 5 β for β = 1 , 2 , , 9 . Figure 5a shows the option prices calculated using the given volatility function (8) and reconstructed local volatility function. Figure 5b,d are the reconstructed local volatility function and overlapped surfaces with (c), respectively. The two local volatility surfaces are in good agreement each other in the effective volatility region, which is schematically shown in Figure 4, and the computed option prices are almost identical. We can observe the proposed algorithm can recover the oscillatory local volatility function. The CPU time for computing the local volatility function is 101.27 s.
We consider another reference local volatility function, which was used in [26] (see Figure 6c):
σ ( S , t ) = 0.1 1 + S 0 S + ( S S 0 ) 2 100 S   on   Ω = ( 0 , 3 S 0 ) × ( 0 , 1 ) ,
where S 0 = 100 . The parameters used are Δ τ = 1 / 360 , N S = 301 , r = 0 , T α = 0.25 α for α = 1 , 2 , 3 , 4 , and strike prices K β = 87.5 + 2.5 β for β = 1 , 2 , , 11 . Figure 6a,b,d are the option prices computed using Equation (9) and reconstructed local volatility function, and the overlapped surfaces of the reference and reconstructed local volatility surfaces, respectively. The two local volatility surfaces are in good agreement each other in the effective volatility region, which is schematically shown in Figure 4 and the computed option prices are almost identical. The CPU time is 78.10 s.
Next, we consider a more complex local volatility function on Ω = ( 0 , 3 S 0 ) × ( 0 , 1 ) with respect to the time variable (see Figure 7c):
σ ( S , t ) = 0.00001 ( S S 0 ) 2 + 0.1 cos ( 6 π t ) 0.2 t + 0.4 ,
where S 0 = 100 . The parameters used are Δ τ = 1 / 360 , N S = 301 , r = 0.01 , T α = α / 12 for α = 1 , 2 , , 12 , and strike prices K β = 90 + 2.5 β for β = 1 , 2 , , 7 . Figure 7a,b,d are the option prices computed using Equation (10) and reconstructed local volatility function, and the overlapped surfaces of the reference and reconstructed local volatility surfaces, respectively. The two local volatility surfaces are in good agreement each other in the effective volatility region, which is schematically shown in Figure 4, and the computed option prices are almost identical. The CPU time is 369.66 s.

3.2. Local Volatility Surface from KOSPI 200 Index

We perform a real market test using the proposed algorithm to obtain a local volatility function with KOSPI 200 index call option datasets on 14 January 2020. Table 1 lists real market data with the various strikes and maturities. The strikes used in the table are K β = 310 + 2.5 ( β 1 ) for β = 1 , 2 , , 5 and the maturity times are T 1 = 30 Δ τ , T 2 = 58 Δ τ , and T 3 = 86 Δ τ , where Δ τ = 1 / 365 . The current value of the KOSPI 200 index is S 0 = 301.53 and the interest rate is r = 0.0149 .
Figure 8 shows the results of the proposed method by applying the real market call option prices, as listed in Table 1. We can confirm that the computational prices obtained from the proposed method are very similar to the real market values at each maturity and strike price. It can be inferred from Figure 8a,b that the proposed algorithm works well in the real market KOSPI 200 call option data. The CPU time is 9.90 s.
Let us consider another real-world financial test. Table 2 lists the real market data with respect to the strikes and maturities. Strikes used in the table are K β = 355 + 2.5 ( β 1 ) for β = 1 , 2 , , 5 and the maturity times are T 1 = 6 Δ τ , T 2 = 34 Δ τ , and T 3 = 62 Δ τ , where Δ τ = 1 / 365 . The current value of the KOSPI 200 index is S 0 = 356.01 and interest rate is r = 0.0151 .
Figure 9 shows the result of the proposed method by applying the real market call option prices as listed in Table 2. We can find that numerical values from the proposed method are quite similar with the real market values at each maturity and strike price. It can be inferred from Figure 9a,b that the proposed algorithm works well in the real market KOSPI 200 call option data. The CPU time is 9.58 s.

4. Conclusions

In this article, we presented a simple and accurate numerical method for reconstructing the local volatility function, which is dependent on both the values of the underlying asset and time, from given market option prices. The generalized BS equation and finite difference method were used. We reconstructed the local volatility function, which provides the best fit between the theoretical and market option prices. We performed several computational experiments and the results demonstrated the efficiency and accuracy of the proposed algorithm in reconstructing the local volatility function. Traders and risk managers use portfolios to hedge risks posed by volatility. Our proposed computational method accurately reflects real market volatility. Therefore, it is expected that portfolios constructed using the proposed method will be helpful to them. In future work, we plan to apply the proposed method to the calibration of the local volatility jump-diffusion models [27,28]. The proposed scheme will be extended using the generalized fractional BS equation [29] for better interpretation of the real financial market. Furthermore, it would be interesting to use put option market prices in reconstructing the local volatility function and consider the total cost functional consisting call and put option prices. In this study, we focused on real financial data from South Korea. Therefore, it will be useful to investigate the performance of the propose algorithm in other nations’ financial indexes, such as the Hang Seng, S&P 500, and Euro Stoxx 50 indices.

Author Contributions

Conceptualization, Conceptualization, S.K. (Soobin Kwak) and J.K.; methodology, S.K. (Soobin Kwak) and J.K.; software, S.K. (Soobin Kwak) and Y.C.; validation, S.K. (Soobin Kwak), Y.C., J.W., S.K. (Sangkwon Kim), and J.K.; investigation, S.K. (Soobin Kwak), Y.C. and J.W.; writing—original draft preparation, S.K. (Soobin Kwak), Y.C., J.W., S.K. (Sangkwon Kim), and J.K.; writing—review and editing, S.K. (Soobin Kwak), Y.H., S.K. (Sangkwon Kim), and J.K.; visualization, S.K. (Soobin Kwak), Y.H., and Y.C.; supervision, J.K.; project administration, J.K. All authors have read and agreed to the published version of the manuscript.

Funding

The corresponding author (J.S. Kim) was supported by the Brain Korea 21 FOUR through the National Research Foundation of Korea funded by the Ministry of Education of Korea.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

The authors appreciate the reviewers for the constructive and helpful comments in the revision of this paper.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

The following code is the main program with a uniform grid size, which is also available from the corresponding author’s webpage: https://mathematicians.korea.ac.kr/cfdkim/open-source-codes/, accessed on 19 June 2022.
Mathematics 10 02537 i001a
Mathematics 10 02537 i001b

References

  1. Black, F.; Scholes, M. The pricing of options and corporate liabilities. J. Political Econ. 1973, 81, 637–654. [Google Scholar] [CrossRef] [Green Version]
  2. Deng, Z.C.; Hon, Y.C.; Isakov, V. Recovery of time-dependent volatility in option pricing model. Inverse Probl. 2016, 32, 115010. [Google Scholar] [CrossRef] [Green Version]
  3. Jin, Y.; Wang, J.; Kim, S.; Heo, Y.; Yoo, C.; Kim, Y.; Kim, J.; Jeong, D. Reconstruction of the time-dependent volatility function using the Black–Scholes model. Discret. Dyn. Nat. Soc. 2018, 2018, 3093708. [Google Scholar] [CrossRef] [Green Version]
  4. Georgiev, S.G.; Vulkov, L.G. Fast reconstruction of time-dependent market volatility for European options. Comput. Appl. Math. 2021, 40, 30. [Google Scholar] [CrossRef]
  5. Hofmann, C.; Hofmann, B.; Pichler, A. Simultaneous identification of volatility and interest rate functions-a two-parameter regularization approach. Electron. Trans. Numer. 2019, 51, 99–117. [Google Scholar] [CrossRef]
  6. Georgiev, S.G.; Vulkov, L.G. Simultaneous identification of time-dependent volatility and interest rate for European options. AIP Conf. Proc. 2021, 2333, 090006. [Google Scholar]
  7. Park, E.; Lyu, J.; Kim, S.; Lee, C.; Lee, W.; Choi, Y.; Kwak, S.; Yoo, C.; Hwang, H.; Kim, J. Calibration of the temporally varying volatility and interest rate functions. Int. J. Comput. Math. 2022, 99, 1066–1079. [Google Scholar] [CrossRef]
  8. Zhang, R.Y.; Xu, F.F.; Huang, J.C. Reconstructing local volatility using total variation. Acta Math. Sin. Engl. Ser. 2017, 33, 263–277. [Google Scholar] [CrossRef]
  9. Saporito, Y.F.; Yang, X.; Zubelli, J.P. The calibration of stochastic local-volatility models: An inverse problem perspective. Comput. Math. Appl. 2019, 77, 3054–3067. [Google Scholar] [CrossRef] [Green Version]
  10. Kim, S.; Kim, J. Robust and accurate construction of the local volatility surface using the Black–Scholes equation. Chaos Solitons Fractals 2021, 150, 111116. [Google Scholar] [CrossRef]
  11. Kim, S.; Han, H.; Jang, H.; Jeong, D.; Lee, C.; Lee, W.; Kim, J. Reconstruction of the local volatility function using the Black–Scholes model. J. Comput. Sci. 2021, 51, 101341. [Google Scholar] [CrossRef]
  12. Georgiev, S.G.; Vulkov, L.G. Computation of the unknown volatility from integral option price observations in jump–diffusion models. Math. Comput. Simul. 2021, 188, 591–608. [Google Scholar] [CrossRef]
  13. Ozbayoglu, A.M.; Gudelek, M.U.; Sezer, O.B. Deep learning for financial applications: A survey. Appl. Soft Comput. 2020, 93, 106384. [Google Scholar] [CrossRef]
  14. Pradeepkumar, D.; Ravi, V. Forecasting financial time series volatility using particle swarm optimization trained quantile regression neural network. Appl. Soft Comput. 2017, 58, 35–52. [Google Scholar] [CrossRef]
  15. Hellmuth, K.; Klingenberg, C. Computing Black Scholes with Uncertain Volatility—A Machine Learning Approach. Mathematics 2022, 10, 489. [Google Scholar] [CrossRef]
  16. Wang, J.; Yan, Y.; Chen, W.; Shao, W.; Tang, W. Equity-linked securities option pricing by fractional Brownian motion. Chaos Solitons Fractals 2021, 144, 110716. [Google Scholar] [CrossRef]
  17. Kim, S.T.; Kim, H.G.; Kim, J.H. ELS pricing and hedging in a fractional Brownian motion environment. Chaos Solitons Fractals 2021, 142, 110453. [Google Scholar] [CrossRef]
  18. Mao, C.; Liu, G.; Wang, Y. A Closed-Form Pricing Formula for Log-Return Variance Swaps under Stochastic Volatility and Stochastic Interest Rate. Mathematics 2021, 10, 5. [Google Scholar] [CrossRef]
  19. Krzyżanowski, G.; Magdziarz, M. A computational weighted finite difference method for American and barrier options in subdiffusive Black–Scholes model. Commun. Nonlinear Sci. Numer. Simul. 2021, 96, 105676. [Google Scholar] [CrossRef]
  20. Rujivan, S.; Rakwongwan, U. Analytically pricing volatility swaps and volatility options with discrete sampling: Nonlinear payoff volatility derivatives. Commun. Nonlinear Sci. Numer. Simul. 2021, 100, 105849. [Google Scholar] [CrossRef]
  21. Fedorov, V.E.; Dyshaev, M.M. Group classification for a class of non-linear models of the RAPM type. Commun. Nonlinear Sci. Numer. Simul. 2021, 92, 105471. [Google Scholar] [CrossRef]
  22. Windcliff, H.; Forsyth, P.A.; Vetzal, K.R. Analysis of the stability of the linear boundary condition for the Black–Scholes equation. J. Comput. Financ. 2004, 8, 65–92. [Google Scholar] [CrossRef] [Green Version]
  23. Thomas, L. Elliptic Problems in Linear Differential Equations Over a Network: Watson Scientific Computing Laboratory; Columbia University: New York, NY, USA, 1949. [Google Scholar]
  24. MATLAB. 9.10. 0.1602886 (R2021a). 2021. [Google Scholar]
  25. Albani, V.; De Cezaro, A.; Zubelli, J.P. Convex regularization of local volatility estimation. Int. J. Theor. Appl. Financ. 2017, 20, 1750006. [Google Scholar] [CrossRef]
  26. Geng, J.; Navon, I.M.; Chen, X. Non-parametric calibration of the local volatility surface for European options using a second-order Tikhonov regularization. Quant Financ. 2014, 14, 73–85. [Google Scholar] [CrossRef]
  27. Kim, N.; Lee, Y. Estimation and prediction under local volatility jump–diffusion model. Phys. A Stat. Mech. Appl. 2018, 491, 729–740. [Google Scholar] [CrossRef]
  28. Xu, Z.; Jia, X. The calibration of volatility for option pricing models with jump diffusion processes. Appl. Anal. 2019, 98, 810–827. [Google Scholar] [CrossRef]
  29. Rezaei, M.; Yazdanian, A.R.; Ashrafi, A.; Mahmoudi, S.M. Numerical pricing based on fractional Black–Scholes equation with time-dependent parameters under the CEV model: Double barrier options. Comput. Math. Appl. 2021, 90, 104–111. [Google Scholar] [CrossRef]
Figure 1. Non-uniform grid with spatial step size h i .
Figure 1. Non-uniform grid with spatial step size h i .
Mathematics 10 02537 g001
Figure 2. Schematics of the local volatility function in the proposed scheme: (a) sample point coordinates, (b) sample volatility values at the sample points, (c) grid used in the finite difference method, and (d) interpolated volatility values at the grid of query points.
Figure 2. Schematics of the local volatility function in the proposed scheme: (a) sample point coordinates, (b) sample volatility values at the sample points, (c) grid used in the finite difference method, and (d) interpolated volatility values at the grid of query points.
Mathematics 10 02537 g002
Figure 3. (a) Given local volatility function σ ( S , t ) = 0.00001 ( S S 0 ) 2 + 0.1 cos ( π t ) 0.2 t + 0.4 . (b) Option prices computed using the given and reconstructed volatility functions. (c,e) are reconstructed volatility functions with initial guesses σ ( S , t ) = 0.1 and σ ( S , t ) = 0.9 , respectively. (d,f) are the overlapped surfaces of (c) and (e) with (a), respectively.
Figure 3. (a) Given local volatility function σ ( S , t ) = 0.00001 ( S S 0 ) 2 + 0.1 cos ( π t ) 0.2 t + 0.4 . (b) Option prices computed using the given and reconstructed volatility functions. (c,e) are reconstructed volatility functions with initial guesses σ ( S , t ) = 0.1 and σ ( S , t ) = 0.9 , respectively. (d,f) are the overlapped surfaces of (c) and (e) with (a), respectively.
Mathematics 10 02537 g003
Figure 4. Schematic diagram of the effective volatility region.
Figure 4. Schematic diagram of the effective volatility region.
Mathematics 10 02537 g004
Figure 5. (a) Option prices computed using the given and reconstructed local volatility functions. (b) Reconstructed local volatility function. (c) Given local volatility function σ ( S , t ) = 2 5 4 25 e t / 2 cos 4 π S 3 S 0 . (d) Overlapped surfaces of (b,c).
Figure 5. (a) Option prices computed using the given and reconstructed local volatility functions. (b) Reconstructed local volatility function. (c) Given local volatility function σ ( S , t ) = 2 5 4 25 e t / 2 cos 4 π S 3 S 0 . (d) Overlapped surfaces of (b,c).
Mathematics 10 02537 g005
Figure 6. (a) Option prices computed using the given and reconstructed local volatility functions. (b) Reconstructed local volatility function. (c) Given local volatility function σ ( S , t ) = 0.1 1 + S 0 S + ( S S 0 ) 2 100 S . (d) Overlapped surfaces of (b,c).
Figure 6. (a) Option prices computed using the given and reconstructed local volatility functions. (b) Reconstructed local volatility function. (c) Given local volatility function σ ( S , t ) = 0.1 1 + S 0 S + ( S S 0 ) 2 100 S . (d) Overlapped surfaces of (b,c).
Mathematics 10 02537 g006
Figure 7. (a) Option prices computed using the given and reconstructed local volatility functions. (b) Reconstructed local volatility function. (c) Given local volatility function σ ( S , t ) = 0.00001 ( S S 0 ) 2 + 0.1 cos ( 6 π t ) 0.2 t + 0.4 . (d) Overlapped surfaces of (b,c).
Figure 7. (a) Option prices computed using the given and reconstructed local volatility functions. (b) Reconstructed local volatility function. (c) Given local volatility function σ ( S , t ) = 0.00001 ( S S 0 ) 2 + 0.1 cos ( 6 π t ) 0.2 t + 0.4 . (d) Overlapped surfaces of (b,c).
Mathematics 10 02537 g007
Figure 8. (a) Call option market and computed prices. (b) Reconstructed local volatility function.
Figure 8. (a) Call option market and computed prices. (b) Reconstructed local volatility function.
Mathematics 10 02537 g008
Figure 9. (a) Call option market and computed prices. (b) Reconstructed local volatility function.
Figure 9. (a) Call option market and computed prices. (b) Reconstructed local volatility function.
Mathematics 10 02537 g009
Table 1. KOSPI 200 index call option prices on 14 January 2020 with respect to the strike and maturity. Our data source is the market data system of the Korea Exchange (KRX Market Data System: https://data.krx.co.kr/, accessed on 19 June 2022).
Table 1. KOSPI 200 index call option prices on 14 January 2020 with respect to the strike and maturity. Our data source is the market data system of the Korea Exchange (KRX Market Data System: https://data.krx.co.kr/, accessed on 19 June 2022).
K β 310.0312.5315.0317.5320.0
T 1 = 30 Δ τ 1.43 0.93 0.59 0.35 0.20
T 2 = 58 Δ τ 2.99 2.29 1.66 1.22 0.89
T 3 = 86 Δ τ 4.28 3.51 2.79 2.13 1.84
Table 2. KOSPI 200 index call option price on 8 April 2022 with respect to the strike and maturity. Our data source is the market data system of the Korea exchange (KRX Market Data System: https://data.krx.co.kr/, accessed on 19 June 2022).
Table 2. KOSPI 200 index call option price on 8 April 2022 with respect to the strike and maturity. Our data source is the market data system of the Korea exchange (KRX Market Data System: https://data.krx.co.kr/, accessed on 19 June 2022).
K β 355.0357.5360.0362.5365.0367.5370.0372.5375.0377.5380.0382.5385.0387.5390.0
T 1 = 6 Δ τ 3.61 2.20 1.22 0.62 0.25 0.11 0.05 0.02 0.01 0.01 0.01 0.01 0.01 0.01 0.01
T 2 = 34 Δ τ 7.52 6.09 4.85 3.82 2.95 2.18 1.60 1.14 0.79 0.54 0.39 0.27 0.21 0.15 0.12
T 3 = 62 Δ τ 10.00 8.55 7.04 6.35 5.29 4.37 3.32 2.68 2.30 1.74 1.47 1.16 0.91 0.72 0.55
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Kwak, S.; Hwang, Y.; Choi, Y.; Wang, J.; Kim, S.; Kim, J. Reconstructing the Local Volatility Surface from Market Option Prices. Mathematics 2022, 10, 2537. https://0-doi-org.brum.beds.ac.uk/10.3390/math10142537

AMA Style

Kwak S, Hwang Y, Choi Y, Wang J, Kim S, Kim J. Reconstructing the Local Volatility Surface from Market Option Prices. Mathematics. 2022; 10(14):2537. https://0-doi-org.brum.beds.ac.uk/10.3390/math10142537

Chicago/Turabian Style

Kwak, Soobin, Youngjin Hwang, Yongho Choi, Jian Wang, Sangkwon Kim, and Junseok Kim. 2022. "Reconstructing the Local Volatility Surface from Market Option Prices" Mathematics 10, no. 14: 2537. https://0-doi-org.brum.beds.ac.uk/10.3390/math10142537

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop