You are on page 1of 2

Enhancing the Black-Scholes Model: A Multi-Factor Approach

Introduction Analytical Solution


In [1], Black and Scholes solve the B-S equation which is

The Black-Scholes model, since its inception in the w(x, t) = xN (d1 ) − ce(t−t ) N (dw )
early 1970s [1], has been pivotal in financial mathemat- ln x/c + (r + 12 v 2 )(t∗ − t)
ics, offering a fundamental framework for pricing op- d1 = √
v t∗ − t
tions and understanding derivative markets. Despite its
widespread adoption and substantial impact on modern ln x/c + (r − 21 v 2 )(t∗ − t)
d2 = √
finance, the model encounters challenges in accurately v t∗ − t
solving its partial differential equation, particularly in
complex real-world financial scenarios. While analytical where , In this expression, N (b) is the cumulative normal
solutions suffice for simplified cases, numerical methods density function.
are essential for efficiently managing diverse market con-
ditions and derivative products.
Research on the Black-Scholes model and equation (BS- Numerical Solution
equation and BS-model) is vibrant, with numerous schol-
1. Finite Difference method FDM applies finite
ars making significant contributions.
differential representation (Taylor series) within a
Alonso and Haida [2] recently utilized AI algorithms to
local domain to solve system equations of strong-
reformulate the Black-Scholes equation, while in [3], au-
form for an approximate solution [8].In [9] solved
thors proposed a solution to a modified version of the
BS equation by finite difference method.
equation using a combination of finite difference and frac-
tional differential transformation methods. Additionally, 2. Meshfree method An MFree method is a method
researchers worldwide are actively developing new formu- used to establish system algebraic equations for the
lations and methods for solving the Black-Scholes equa- whole problem domain without the use of a prede-
tion. For instance, Sah et al. [4] in India recently intro- fined mesh for the domain discretization.[8]
duced a numerical method, and Dr. Alpesh Kumar et al. Work of Dr Alpesh kumar in [5] is meshless solution
[5] presented a meshless solution. of BS -equation.
Now going back to BS equation let w(x, t) denotes the
option value relative to the stock price and w1 represents
its partial derivative with respect to x, w2 and w11 are Objectives
similarly defined. Assuming constant variance rate of re-
turn v 2 , the linear Black-Scholes equation[1] is: 1. Explore advanced numerical solutions for the
Black-Scholes equation.
2. Apply innovative methods to improve its solution.
1
w2 = rw − rxw1 − v 2 x2 w11 (1) 3. Solve broader cases to enhance its applicability.
2
4. Investigate machine learning algorithms for analy-
sis.
If t∗ is maturation date, and c be exercise price then we
know that 5. Explore its applications in diverse mathematical ar-
eas.
(
∗ x−c x≥c Methodology
w(x, t ) = (2)
0 x<c
Theoretical Analysis: Review PDE theory and numer-
ical methods.
Algorithm Development: Design numerical algo-
In this model, the short-term interest rate (r) remains rithms for PDEs.
constant, stock prices (x) follow a continuous-time ran- Model Integration: Integrate numerical methods with
dom walk, and European options are traded without financial models.
transaction costs. Borrowing is allowed at the short-term Validation and Backtesting: Validate models with
interest rate, and short selling doesn’t incur penalties [1]. market data.
Merten further expanded this formulation and showed
(in [6]) it could be derived from weaker condi-
tions.Furthermore in [7] , Barles formulated a nonlinear
Black-Scholes equation with adjusted volatility based on
the price’s second derivative.

1
References
[1] Fischer Black and Myron Scholes. The pricing of options and corporate liabilities. Journal of political economy,
81(3):637–654, 1973.
[2] Miquel Noguer i Alonso and Ayoub Haida. Deep learning approach for multi-asset option pricing. Ayoub, Deep
Learning Approach for Multi-Asset Option Pricing (February 26, 2024), 2024.
[3] Agus Sugandha, Endang Rusyaman, Sukono, and Ema Carnia. Using a mix of finite difference methods and
fractional differential transformations to solve modified black–scholes fractional equations. Mathematics, 12(7),
2024.
[4] Kishun Kumar Sah and S Gowrisankar. Efficient numerical scheme for generalized black–scholes equations on
piecewise uniform shishkin-type mesh. International Journal of Applied and Computational Mathematics, 9(6):152,
2023.

[5] Mohan K. Kadalbajoo, Lok Pati Tripathi, and Alpesh Kumar. A cubic b-spline collocation method for a numerical
solution of the generalized black–scholes equation. Mathematical and Computer Modelling, 55(3):1483–1505, 2012.
[6] Robert C Merton. Theory of rational option pricing. The Bell Journal of economics and management science,
pages 141–183, 1973.

[7] Guy Barles and Halil Mete Soner. Option pricing with transaction costs and a nonlinear black-scholes equation.
Finance and Stochastics, 2:369–397, 1998.
[8] Gui-Rong Liu and Yuan-Tong Gu. An introduction to meshfree methods and their programming. Springer Science
& Business Media, 2005.
[9] Michael J Brennan and Eduardo S Schwartz. Finite difference methods and jump processes arising in the pricing
of contingent claims: A synthesis. Journal of Financial and Quantitative Analysis, 13(3):461–474, 1978.

You might also like