Next Article in Journal
Uncertainty Inequalities for the Linear Canonical Dunkl Transform
Previous Article in Journal
Bayesian Optimization Meets Explainable AI: Enhanced Chronic Kidney Disease Risk Assessment
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Hermite Finite Difference Through Kernel Approximations to Efficiently Solve Nonlinear Black-Scholes Model

1
Foundation Department, Changchun Guanghua University, Changchun 130033, China
2
School of Mathematics and Statistics, Northeastern University at Qinhuangdao, Qinhuangdao 066004, China
*
Author to whom correspondence should be addressed.
Mathematics 2025, 13(17), 2727; https://doi.org/10.3390/math13172727
Submission received: 31 July 2025 / Revised: 20 August 2025 / Accepted: 23 August 2025 / Published: 25 August 2025
(This article belongs to the Special Issue Research on Mathematical Modeling and Prediction of Financial Risks)

Abstract

We develop a high-order compact numerical scheme for solving a nonlinear Black–Scholes equation arising in option pricing under transaction costs. By leveraging a Hermite-enhanced Radial Basis Function-Finite Difference (RBF-HFD) method with three-point stencils, we achieve fourth-order spatial accuracy. The fully nonlinear PDE, driven by Gamma-dependent volatility models, is discretized via RBF-HFD in space and integrated using an explicit sixth-order Runge–Kutta scheme. Numerical results confirm the proposed method’s accuracy, stability, and its capability to capture sharp gradient behavior near strike prices.

1. Introduction and Numerical Challenges

1.1. Background

Options are often traded over-the-counter (OTC), particularly among large financial institutions [1], and these instruments are frequently customized to meet the specific needs of contracting parties. An asset, in this context, typically refers to a tradable financial instrument—such as equities, currencies, or commodities—whose current price is observable but inherently uncertain in the future [2].
Among the various types of options, the European call option gives its holder (not an obligation) the right to obtain an underlying asset at a given strike price on a fixed expiry date. The cornerstone of classical option pricing theory is the celebrated Black–Scholes (BS) dynamic, which derives a partial differential equation (PDE) under the assumptions of no arbitrage, frictionless trading, and constant volatility [3]. These assumptions, while simplifying mathematical analysis, are often challenged in real markets, necessitating model generalizations. The standard BS PDE is expressed as (q is the continuous dividend yield):
U t + 1 2 σ 2 Y 2 U Y Y + ( r q ) Y U Y r U = 0 ,
where U ( Y , t ) shows the option’s price at time t and underlying asset price Y, r is the interest rate without risk, and  σ is the constant volatility of returns.
The terminal payoff conditions for standard European options are:
U ( Y , T ) = max { K Y , 0 } , ( put option ) ,
U ( Y , T ) = max { Y K , 0 } , ( call option ) ,
with K representing the strike price and T the maturity date.
Despite its widespread use, the BS model has well-documented limitations. It considers that asset prices pursue a geometric Brownian motion with constant volatility and neglects several market frictions such as transaction costs, liquidity constraints, and large investor impacts. In reality, market volatility is stochastic, and trading activities incur costs that significantly alter optimal hedging strategies [4]. Transaction costs are generally categorized into fixed costs (e.g., brokerage fees, modeled as linear or piecewise-linear functions of trade volume) and impact costs (arising from the trader’s influence on market prices, typically nonlinear).

1.2. Nonlinear BS PDE

To incorporate such effects, the classical BS framework is extended to nonlinear models. In this work, we consider the Barles–Soner model, which modifies the volatility term to depend nonlinearly on the option’s second derivative (Gamma) [5], thus giving rise to a fully nonlinear PDE:
U t + 1 2 σ 2 ( Y , t , U Y , U Y Y ) Y 2 U Y Y + ( r q ) Y U Y r U = 0 .
A widely studied nonlinear volatility formulation is:
σ 2 = σ 0 2 1 + Ψ e r ( T t ) a 2 Y 2 U Y Y ,
where Ψ ( · ) is a nonlinear auxiliary function solving a specific ordinary differential equation (ODE), and  a = μ / c N encodes market impact parameters, including risk aversion β , number of traded options N , and investor behavior [6].

1.3. Overview of RBF-FD Formulation

While Monte Carlo methods are traditionally employed in linear pricing problems, they face notable difficulties when applied to nonlinear PDEs due to complications in simulating nonlinear expectations and path-dependence. Thus, deterministic approaches, such as finite difference (FD) schemes or meshfree techniques like radial basis function (RBF) collocation, offer more tractable and efficient alternatives.
Recently, meshfree methods—particularly the RBF-FD method [7,8]—have emerged as powerful solvers for PDEs in computational finance. Let φ : R d R be an RBF defined as φ ( r ) , where r = y y k 2 is the radius in Euclidean distance. In classical RBF-FD, the linear differential operator L v at a center node x c R d is numerically valued via a linear mix of functional values at m neighboring nodes:
L v | x c i = 1 m a i v ( y i ) ,
where the weights a i are computed by incorporating the interpolating condition using RBFs centered at nearby stencil points.
Infinitely smooth RBFs such as the Gaussian (GA) and multiquadric (MQ) functions are commonly used [9]:
φ MQ ( r ) = β 2 + r 2 , φ GA ( r ) = exp r β 2 ,
where β > 0 is the shape parameter.
Incorporating RBF-FD into option pricing allows for a flexible, high-accuracy numerical discretization of the spatial derivatives. By constructing local RBF interpolants over stencil points, differentiation matrices can be computed without relying on structured meshes. This facilitates modeling under complex market conditions, including those with transaction costs or liquidity constraints. The procedure proves especially valuable when paired with high-order time integration schemes.

1.4. Hermite Interpolation in Meshfree Numerical Methods

An advancement in meshfree numerical schemes, particularly in the context of solving PDEs with high-order accuracy, stems from the adoption of Hermite-type interpolation. Unlike classical RBF interpolation, which uses only function values at scattered nodes, the Hermite approach incorporates both function values and their derivatives at each node to construct the interpolant [10,11]. This extension enriches the interpolation space and yields more compact and accurate approximations with fewer stencil points.
In one dimension, given nodes { x i } i = 1 m R and RBF φ ( r ) , the classical RBF interpolant for a smooth function f ( x ) takes the form [12,13]:
s ( x ) = i = 1 m λ i φ ( | x x i | ) ,
where the weights λ i are computed by satisfying the interpolating conditions
s ( x j ) = f ( x j ) ,
for all j = 1 , 2 , , m . The Hermite interpolation generalizes this by additionally matching derivative data. If  f ( x ) is known along with its derivative f ( x ) at the interpolation nodes, the Hermite RBF interpolant becomes:
s ( x ) = i = 1 m λ i φ ( | x x i | ) + j = 1 m λ ¯ j φ ( | x x j | ) ,
with the coefficients λ i and λ ¯ j now satisfying a larger linear system derived from both:
s ( x k ) = f ( x k ) , s ( x k ) = f ( x k ) , for k = 1 , 2 , , m .
This Hermite-enhanced interpolant provides two critical benefits for PDE solvers [14]:
  • It enables compact FD formulas with higher-order convergence using smaller stencils.
  • It maintains geometric flexibility, essential for pricing problems where adaptive spatial resolution near singularities (e.g., strike points) is critical.
In the realm of RBF-FD methods, the Hermite idea leads to the so-called RBF-HFD scheme. This method uses Hermite interpolation to derive local differentiation weights that approximate derivatives of the solution. The result is a high-order accurate discretization suitable for nonlinear equations like the BS model with Gamma-dependent volatility. It is especially beneficial in option pricing problems, where sharp transitions in the solution require refined resolution near boundaries, yet excessive stencil growth is computationally undesirable [15].
In this work, we tackle the original nonlinear BS PDE (4) directly using a meshfree RBF-HFD discretization utilizing three nodes to gain higher order while keeping the sparsity of the differentiation matrices as much as possible. The spatial semi-discretization results in a set of nonlinear ODEs, which are then integrated in time via a high-order Runge–Kutta (RK) scheme following the method-of-lines approach [16].

1.5. Motivation and Novelty

In realistic market settings, several phenomena—such as transaction costs, uncertain volatility, large trader effects, and risk-adjusted valuation measures—introduce significant nonlinearities into the pricing models for financial derivatives.
While it is true that model parameters in finance (such as volatility, interest rates, and asset drift) are often uncertain or noisy, the presence of nonlinearity in the governing PDE amplifies the effects of any discretization error or local inaccuracy in the numerical scheme. Specifically, nonlinear feedback mechanisms may result in solution blow-up, loss of monotonicity, or convergence to incorrect equilibrium values if low-accuracy methods are used. Therefore, the use of a high-order numerical method is not only mathematically desirable but also essential to ensure the robustness and fidelity of the solution.
In this paper, we extend the meshless RBF-FD framework by constructing high-order Hermite-type discrete differential operators based on three-point uniform stencils for both first- and second-order derivatives. Unlike many earlier studies that relied on wide stencil configurations to achieve high accuracy, we investigate a compact and efficient discretization using uniformly spaced nodes, which simplifies implementation and analysis while preserving high-order accuracy.
This work is distinct from our previous study [17], which focused on a time-fractional BS model. The current paper, in contrast, targets fully nonlinear BS PDEs, where the nonlinearity often appears in the volatility or reaction terms and is treated directly within the RBF-HFD scheme without relying on linearization or perturbative methods. The new methodology proposed here is specifically tailored for such nonlinear problems and achieves excellent accuracy, as validated through rigorous convergence studies and benchmark numerical tests in Section 5. While the construction of the RBF-HFD weights was addressed in our prior work, its application to nonlinear financial PDEs with fractional time derivatives is novel. To the best of our knowledge, this is the first instance in which a compact, high-order RBF-HFD method is applied to such a model, yielding superior accuracy and flexibility compared to classical mesh-based approaches.
In practice, the calibration of option pricing models involves fitting the model to market data, which are inherently noisy. However, once the parameters are calibrated, solving the pricing equation with high numerical accuracy ensures that errors due to discretization are minimized, avoiding compounding uncertainties introduced by the calibration process. To summarize, the main contributions of this work are as follows:
  • Although high-order methods may seem more complex, the RBF-HFD approach offers a favorable computational cost-versus-accuracy tradeoff due to its meshless structure and the use of compact stencils.
  • We use a high-order RBF-HFD scheme based on compact three-point uniform stencils, offering computational efficiency.
  • The method is applied to solve the nonlinear BS PDE, which is known for its nonlinearity.
  • We discuss that the proposed method achieves rapid convergence using a small number of stencil points.
We believe that this study provides a methodological advancement in the numerical solution of nonlinear BS PDE, particularly in cases where classical FD or low-order meshless schemes fall short due to insufficient accuracy.

1.6. Our Structure

The remainder of this article is structured as follows. Section 2 further furnishes the mathematical formulation of the nonlinear pricing problem. In Section 3, we develop the RBF-HFD discretization scheme, including stencil construction and weight computation for uniform nodes. Section 4 describes the temporal discretization strategy, based on explicit RK integrators and stability analysis. Section 5 provides numerical simulations to validate the accuracy, convergence, and stability of the furnished method. Finally, concluding remarks are provided in Section 6.

2. Modeling Transaction Costs

A nonlinear model was presented by [18], incorporating market feedback mechanisms via the Gamma of the option. The volatility is modeled as:
σ 2 = σ 0 2 1 + ϑ ( Y U Y Y ) 1 / 3 ,
where
ϑ = 3 ζ 2 θ 2 π 1 / 3 ,
with θ and ζ representing the investor’s risk tolerance and transaction cost parameter, respectively. This model captures the increased volatility sensitivity to large Gamma values, particularly relevant in options near expiration or at-the-money.
The nonlinear term in these models arises due to the breakdown of the idealized continuous hedging framework assumed in classical financial theory. In real markets, frequent rebalancing incurs costs, making the continuous-time self-financing replication infeasible. This discrepancy between theoretical and practical strategies introduces additional variance, which must be embedded into the pricing model. The function U Y Y , known as Gamma, quantifies the convexity of the option price in terms of the underlying asset and thus reflects the sensitivity of hedge ratios. A large Gamma implies greater hedging frequency and higher associated costs, thereby motivating a volatility correction that increases with U Y Y .
A seminal contribution by [5] adopted a different perspective by deriving a nonlinear pricing PDE from an investor utility maximization framework under exponential preferences. The resulting volatility is given by:
σ 2 = σ 0 2 1 + Ψ e r ( T t ) a 2 Y 2 U Y Y ,
where a = μ γ N incorporates the transaction cost parameter μ , risk aversion coefficient γ , and the number of shorted options N . The auxiliary function Ψ ( x ) , encoding the nonlinear transaction cost effect, satisfies the following first-order nonlinear ODE:
Ψ ( x ) = 1 + Ψ ( x ) 2 x Ψ ( x ) x , x 0 , Ψ ( 0 ) = 0 ,
and has the implicit solution [19]:
x = arcsinh ( Ψ ) 1 + Ψ + Ψ 2 , Ψ > 0 , x = arcsin ( Ψ ) 1 + Ψ Ψ 2 , 1 < Ψ < 0 .
From a theoretical standpoint, Barles and Soner established the existence and uniqueness of a viscosity solution for the nonlinear PDE (1) and (9), confirming the well-posedness of the model in the presence of transaction costs.
Formulation (9), therefore, provides a nonlinear and state-dependent volatility structure that encapsulates both market risk and transaction-induced risk.
The numerical treatment of such a PDE demands robust, stable, and high-order accurate discretization methods. In contrast to linear PDEs, the model (9) cannot be linearized trivially due to the nonlinear coupling of the volatility. By employing a three-point Hermite-based FD structure within the RBF-FD framework, we achieve fourth-order spatial accuracy while maintaining computational compactness. This is especially advantageous for solving degenerate, nonlinear PDEs like (9), where capturing the behavior near critical regions is paramount.

Why Nonlinearity Arises in the Volatility Term

These transaction costs—whether proportional, fixed, or market-impact based—are particularly sensitive to the Gamma of the option, U Y Y , since this second derivative quantifies the convexity of the option price with respect to the asset price. A higher Gamma necessitates more frequent rebalancing of the hedge, thereby increasing trading costs. As a result, the trader seeks to optimize the hedging strategy not solely for risk minimization but also to balance costs. Assuming an investor with exponential utility and incorporating transaction costs into the optimization problem, they derived a nonlinear PDE whose volatility term depends on Gamma, as seen in (9). The function Ψ ( · ) captures the nonlinear correction introduced by trading frictions and satisfies the nonlinear ODE (10) with the implicit solution (11).
From a modeling perspective, this structure means that the volatility is no longer a constant but a dynamic quantity that increases with the curvature of the option price. The higher the local convexity (i.e., the Gamma), the larger the required hedge adjustments, and consequently, the more pronounced the transaction cost effects. This justifies embedding the nonlinearity directly into the volatility term of the PDE.
To illustrate this further, recall that in the original BS model, the variance component is:
1 2 σ 2 Y 2 U Y Y .
In the transaction cost-aware model, this becomes:
1 2 σ 0 2 1 + Ψ e r ( T t ) a 2 Y 2 U Y Y Y 2 U Y Y ,
which clearly introduces a nonlinearity due to the dependence of σ on U Y Y .

3. RBF-HFD Spatial Discretization

The RBF-HFD method extends classical FD frameworks to allow accurate and stable discretization of PDEs using scattered node sets. This is particularly useful in financial PDEs where localized steep gradients (e.g., near the strike price) demand geometric flexibility.

3.1. Hermite Extension: The RBF-HFD Approach

While increasing stencil size improves accuracy, it may result in computational overhead and instability. To overcome this, Wright and Fornberg [20] proposed the RBF-HFD method–a compact FD scheme that includes both function values and derivative data within the stencil. For example, using a 3-point stencil, the RBF-HFD scheme achieves fourth-order accuracy by incorporating Hermite interpolation.
Let { y i 1 , y i , y i + 1 } = { y i h , y i , y i + h } be equidistant nodes with spacing h > 0 , the RBF-HFD approximation of v ( y i ) is defined as:
v ( y i ) α i 1 v ( y i 1 ) + α i v ( y i ) + a i + 1 v ( y i + 1 ) + δ i 1 v ( y i 1 ) + δ i + 1 v ( y i + 1 ) = v ^ ( y i ) .

3.2. Weight Construction via Hermite RBF Interpolation

Let the approximant be constructed as:
v ( y ) = i = 1 m 1 λ i φ ( y y i ) + p = 1 m 2 λ ¯ p L [ φ ( y y p ) ] ,
where m 1 = 3 , m 2 = 2 , and the weights α i , δ i are determined by enforcing interpolation conditions at stencil points [21]. We employ the cubic MQ RBF:
φ ( r ) = ( β 2 + r 2 ) 3 / 2 ,
which enables compact analytic derivations of weights.

3.3. RBF-HFD Approximation of First Derivative

Theorem 1.
Let φ ( r ) be the cubic MQ kernel. Then the RBF-HFD scheme (12) achieves fourth-order convergence for v ( y i ) on uniform grids.
Proof. 
Enforcing Equation (12) at the three stencil nodes but considering all five assumptions, with two of them coming from the Hermite idea, leads to Algorithm 1 and the following set of equations (see also [17]):
β 3 α i + 1 + α i β 2 + h 2 3 / 2 + α i 1 β 2 + 4 h 2 3 / 2 + 3 h h 2 + β 2 = 6 h δ i 1 β 2 + 4 h 2 ,
h 2 + β 2 α i + 1 h 2 + β 2 + 3 h δ i + 1 δ i 1 + β 3 α i + α i 1 h 2 + β 2 3 / 2 = 0 ,
3 h h 2 + β 2 = β 2 + 4 h 2 α i + 1 β 2 + 4 h 2 + 6 h δ i + 1 + β 3 α i 1 + α i β 2 + h 2 3 / 2 ,
6 h α i 1 β 2 + 4 h 2 + 3 h α i β 2 + h 2 + β 2 + 2 h 2 β 2 + h 2 = 3 δ i 1 β 2 + 8 h 2 β 2 + 4 h 2 + 3 β δ i + 1 ,
3 β 2 + 2 h 2 β 2 + h 2 = 3 h α i h 2 + β 2 + 2 h α i + 1 β 2 + 4 h 2 + δ i + 1 β 2 + 8 h 2 β 2 + 4 h 2 + β δ i 1 .
which yields:
α i = 0 , α i 1 = α i + 1 = 3 h 16 β 2 3 4 h ,
δ i 1 = δ i + 1 = 3 h 2 16 β 2 1 4 .
We now need to impose the obtained weights back into the RBF-HFD approximation and simplify the whole procedure utilizing Taylor expansions, which finally leads to the local truncation error:
e 1 ( y i ) = v ^ ( y i ) v ( y i ) = v ( 3 ) ( y i ) 8 β 2 1 120 v ( 5 ) ( y i ) h 4 + O ( h 5 ) ,
which confirms fourth-order accuracy. □
Algorithm 1 RBF-HFD for v ( y i ) using 3-point stencil
  1:
Given nodes y i 1 , y i , y i + 1 with spacing h and shape parameter β
  2:
Construct RBF interpolant with derivative terms
  3:
Solve the system derived from Taylor expansions or exact RBF evaluations
  4:
Compute and store weights α i 1 , α i , α i + 1 , δ i 1 , δ i + 1
  5:
Compute v ( y i ) using Equation (12)

3.4. RBF-HFD Approximation of the Second Derivative

Analogously, for the second derivative, we write
v ( y i ) l i 1 v ( y i 1 ) + l i v ( y i ) + l i + 1 v ( y i + 1 ) + q i 1 v ( y i 1 ) + q i + 1 v ( y i + 1 ) = v ^ ( y i ) .
Theorem 2.
The RBF-HFD scheme using Equation (22) achieves fourth-order convergence for v ( y i ) over uniform nodes.
Proof. 
Now, another system of equations can be constructed at the nodal points by imposing the RBF-FD and Hermite conditions, as follows (see also Algorithm 2):
3 β 2 + 2 h 2 h 2 + β 2 = β 3 l i + 1 + h 2 + β 2 3 / 2 l i + β 2 + 4 h 2 3 / 2 l i 1 + 3 β 2 + 8 h 2 q i 1 β 2 + 4 h 2 + 3 β q i + 1 ,
3 β = h 2 + β 2 2 l i 1 + h 2 + β 2 2 l i + 1 + 3 β 2 + 2 h 2 q i 1 + 3 β 2 + 2 h 2 q i + 1 + β 3 h 2 + β 2 l i h 2 + β 2 ,
3 β 2 + 2 h 2 h 2 + β 2 = β 3 l i 1 + h 2 + β 2 3 / 2 l i + β 2 + 4 h 2 3 / 2 l i + 1 + 3 β 2 + 8 h 2 q i + 1 β 2 + 4 h 2 + 3 β q i 1 ,
6 h β 2 + 4 h 2 l i 1 + 3 h h 2 + β 2 l i + 6 3 β 2 h + 8 h 3 q i 1 β 2 + 4 h 2 3 / 2 = 9 β 2 h + 6 h 3 h 2 + β 2 3 / 2 ,
9 β 2 h + 6 h 3 h 2 + β 2 3 / 2 = 6 h β 2 + 4 h 2 2 l i + 1 + 3 β 2 + 8 h 2 q i + 1 β 2 + 4 h 2 3 / 2 + 3 h h 2 + β 2 l i .
This finally yields the following collection of compact differential weights for the second derivative:
l i 1 = l i + 1 = 294 h 2 125 β 4 + 9 50 β 2 + 6 5 h 2 ,
l i = 3 125 196 h 2 β 4 15 β 2 100 h 2 ,
q i 1 = q i + 1 = 9 h 2 100 β 2 1 10 .
In a similar fashion to the proof of Theorem 1, the local error is given by:
e 2 ( y i ) = v ^ ( y i ) v ( y i ) = 2352 v ( y i ) 1000 β 4 75 v ( 4 ) ( y i ) 1000 β 2 5 v ( 6 ) ( y i ) 1000 h 4 + O ( h 5 ) ,
indicating a quartic convergence rate. □
Algorithm 2 RBF-HFD for v ( y i ) using 3-point stencil
  1:
Given equidistant stencil and shape parameter β
  2:
Use Hermite-based RBF interpolation with derivatives
  3:
Solve resulting system to obtain l i and q i
  4:
Evaluate the approximation of v ( y i )
The RBF-HFD method achieves high-order accuracy while relying on compact stencils, thus enhancing computational efficiency.
The choice of shape parameter β significantly affects the stability and accuracy of the method. Too-small values lead to ill-conditioning; too-large values reduce approximation quality. Following [15], we recommend adaptive tuning based on the node spacing h. Extremely small values render the interpolation matrix ill-conditioned, whereas overly large values reduce accuracy. One mitigation approach is to employ the RBF-QR or Contour-Padé techniques, which decouple the ill-conditioning from the interpolation structure [22]. Alternatively, adaptive shape parameter selection strategies based on local nodal spacing h can provide a balance between accuracy and stability, especially in regions with steep solution gradients.
A differentiation matrix maps function values at discrete points to approximations of their derivatives at those same points. Specifically, for a vector w representing the values of a function sampled at node locations, the derivative is approximated as:
Y w D 1 w ,
where D 1 is the first-order differentiation matrix. Similarly, a second-order matrix can be constructed using the proposed approximations in Equations (20), (21), (29), and (30). These matrices are assembled by systematically applying the analytically derived RBF-HFD stencil weights.

4. Full Discretization

To facilitate temporal integration, we apply the transformation [23]:
τ = T t , F ( Y , τ ) : = U ( Y , t ) ,
which rewrites the original nonlinear PDE (9) as:
F τ = 1 2 σ 0 2 1 + Ψ e r τ a 2 Y 2 F Y Y Y 2 F Y Y + ( r q ) Y F Y r F , Y > 0 , τ [ 0 , T ) , F ( Y , 0 ) = payoff .
This equation is degenerate near Y = 0 , and the volatility becomes strongly nonlinear in regions where F Y Y is large, potentially leading to numerical stiffness. In practical computations, the infinite domain Y [ 0 , ) must be truncated [24]. We therefore define the computational domain as:
( Y , τ ) [ 0 , Y max ] × ( 0 , T ] ,
where Y max K is selected to ensure that truncation does not significantly distort the solution in the region of interest. For European call options, the boundary conditions are:
F ( 0 , τ ) = 0 , F ( Y max , τ ) = Y max K e r τ ,
which reflect the limiting behavior of deep in-the-money and out-of-the-money options.
Let us consider n distinct discretization nodes along the Y variable. The DM for the first derivative can be written compactly as:
D 1 = ( I M 1 , 1 ) 1 M 1 , 2 ,
where
M 1 , 2 = α i , j from ( 20 ) , | i j | = 1 & i = j , 0 , otherwise ,
and
M 1 , 1 = δ i , j from ( 21 ) , | i j | = 1 , 0 , otherwise .
In a similar fashion, the DM for the second derivative can be written compactly as:
D 2 = ( I M 2 , 1 ) 1 M 2 , 2 ,
where
M 2 , 2 = l i , j from ( 29 ) , | i j | = 1 & i = j , 0 , otherwise ,
and
M 2 , 1 = q i , j from ( 30 ) , | i j | = 1 , 0 , otherwise .
Here, we construct the set of semi-discretized ODEs corresponding to the nonlinear BS model (32) using the newly developed RBF-HFD weights in Section 3. The construction is based on the application of differentiation matrices that encode the diffusion and convection terms. For further theoretical foundations, we refer the reader to [25].
After incorporating boundary conditions, the resulting semi-discretized ODE system takes the compact form:
F τ = B ( τ ) F ( τ ) , F ( 0 ) = payoff function ,
where B ( τ ) is a time-dependent matrix incorporating the nonlinear volatility effects, and  F ( τ ) is the vector of numerical approximations to the solution at time τ .
We now recall the general s-stage RK method introduced in [26], which provides an approximate numerical solution to an initial value problem evaluated at τ ι + 1 = τ ι + Θ , for indices satisfying 0 ι k . The formulation is given by:
g i = v ι + Θ j = 1 s a i , j k j , k i = f Θ β i + τ ι , g i , v ι + 1 = v ι + Θ i = 1 s δ i k i ,
where the vector-valued function f ( · , · ) satisfies the relation f ( · , · ) = B ( τ ) F ( τ ) . A standard assumption underlying this formulation is that the so-called row-sum conditions must hold:
β i = j = 1 s a i , j , i = 1 , 2 , , s ,
which define the temporal locations at which the function is sampled within the integration process. In the specific case of explicit RK methods, the coefficient matrix P = [ a i , j ] is required to be strictly lower triangular. Based on this criterion, one can construct an explicit sixth-order RK method (denoted by RK6), as developed in [27], given by:
P = 0 0 0 0 0 0 0 1 0 0 0 0 0 0 3 8 1 8 0 0 0 0 0 8 27 2 27 8 27 0 0 0 0 3 ( 3 q ¯ 7 ) 392 q ¯ 7 49 6 ( q ¯ 7 ) 49 3 ( q ¯ 21 ) 392 0 0 0 3 ( 17 q ¯ + 77 ) 392 q ¯ 7 49 8 q ¯ 49 3 ( 121 q ¯ + 21 ) 1960 q ¯ + 6 5 0 0 7 q ¯ + 22 12 2 3 2 ( 7 q ¯ 5 ) 9 7 ( 3 q ¯ 2 ) 20 7 ( 9 q ¯ + 49 ) 90 7 ( q ¯ 7 ) 18 0 ,
with associated coefficient vectors
b = 9 180 , 0 , 64 180 , 0 , 49 180 , 49 180 , 9 180 ,
and
C = 1 , 1 2 , 2 3 , 7 q ¯ 14 , 7 + q ¯ 14 , 1 ,
and q ¯ = 21 .
It is important to observe that, due to the explicit nature of this RK method, one obtains β 1 = 0 in (43), which implies that the function is evaluated precisely at the beginning of the current time integration step. The resulting RK6 scheme employs seven stages and achieves sixth-order accuracy in the time direction. Specifically, the local truncation error for this method is of order O ( Θ 7 ) , while the global error accumulated throughout the simulation behaves asymptotically as O ( Θ 6 ) .
The explicit sixth-order time integrator allows a larger timestep while keeping the temporal error comparable to the explicit fourth-order spatial error. In other words, for a given spatial mesh, the RK6 method gives greater flexibility in choosing Θ without degrading the overall accuracy—this is particularly useful when one wishes to reduce the number of time steps (and hence the number of expensive PDE solves per time unit). Higher-order time integrators reduce the accumulation of temporal truncation error over many time steps. For problems where the solution is evolved over many time steps (long maturity in option pricing), the lower per-step temporal error of RK6 yields substantially smaller global-in-time error compared with a fourth-order method at the same Θ .
In practice, increasing the RK order (and the number of stages) often enlarges the stable region in the complex plane compared to the most commonly used fourth-order explicit RK methods, which in turn can allow marginally larger stable timesteps for diffusion-dominated problems when an explicit scheme is employed. A higher-order method requires more arithmetic per time step (more stages), but as the error-balance argument shows, it often permits fewer time steps to achieve the same global error. Thus, the overall computational cost to reach a prescribed accuracy can be lower with RK6 than with RK4. In practice, the break-even point depends on the cost per stage (which includes the cost of evaluating the nonlinear terms and any linear algebra) and on how large a timestep each method can use while maintaining stability and accuracy.
Theorem 3.
Let the system of coupled homogeneous ODEs in (41) be such that the Lipschitz continuity condition is satisfied. Then, the RK method defined in (42)–(44) is conditionally stable with respect to the temporal step size.
Proof. 
To analyze the stability of the proposed time-stepping procedure, we substitute the RK scheme (42) into the ODE system (41), which yields the following discrete propagation relation:
v ι + 1 = I + Θ B ( τ ) + ( Θ B ( τ ) ) 2 2 ! + ( Θ B ( τ ) ) 3 3 ! + ( Θ B ( τ ) ) 4 4 ! + ( Θ B ( τ ) ) 5 5 ! + ( Θ B ( τ ) ) 6 6 ! ( Θ B ( τ ) ) 7 2160 v ι .
Accordingly, the computational stability of the method reduces to ensuring that the spectral radius of the iteration matrix remains bounded by unity. Specifically, the condition becomes:
1 + Θ ϱ i + ( Θ ϱ i ) 2 2 + ( Θ ϱ i ) 3 6 + ( Θ ϱ i ) 4 24 + ( Θ ϱ i ) 5 120 + ( Θ ϱ i ) 6 720 ( Θ ϱ i ) 7 2126 1 ,
where ϱ i denotes the i-th eigenvalue of B ( τ ) . Consequently, the overall stability constraint can be expressed in terms of the dominant eigenvalue ϱ max as:
1 + Θ ϱ max + ( Θ ϱ max ) 2 2 + ( Θ ϱ max ) 3 6 + ( Θ ϱ max ) 4 24 + ( Θ ϱ max ) 5 120 + ( Θ ϱ max ) 6 720 ( Θ ϱ max ) 7 2126 1 .
Therefore, the RK6 method retains numerical stability provided that the temporal step size Θ is chosen to satisfy the inequality in (47). This completes the proof. □
The stability analysis is carried out on a linearized, homogeneous form of the ODE system (41). Although this approach is standard, the principal difficulty addressed in this paper lies in the presence of nonlinearity, a limitation that we explicitly acknowledge. A more comprehensive discussion of how nonlinearity may influence practical stability would indeed be valuable. In this regard, it is important to emphasize that CFL-type conditions are primarily associated with hyperbolic PDEs and are not directly applicable to the parabolic PDE considered here. Moreover, the condition stated in Theorem 3 should be interpreted as necessary but not sufficient. Investigating stability under the full nonlinear regime, however, is not essential, since the primary source of nonlinearity arises from the choice 0 < a 1 , a setting that in practice corresponds to small parameter values and therefore does not introduce significant nonlinear effects.

5. Numerical Results

The implicit characterization of the function Ψ ( x ) introduces computational difficulties, particularly when addressing nonlinear PDEs characterized by state-dependent volatility. To manage this challenge within our numerical implementation, we employ Newton’s iterative method in conjunction with the FindRoot[] routine available in Mathematica [28]. To mitigate numerical instabilities due to floating-point round-off errors, we further utilize the Chop[] function, which truncates values below the threshold 10 10 , thereby ensuring cleaner numerical outputs.
The proposed method using RBF-HFD in space is called RK6, and the standard first-order FD method and the recent efficient method in [29] are named SFD and ZM, respectively. Note that to have fair comparisons, RK6 is used for all the compared solvers using a fixed temporal step size Θ .
It is well known that the standard approach to applying time-dependent boundary conditions in RK methods can degrade the formal accuracy of a space–time scheme, sometimes reducing it to first order locally and second order globally, regardless of the spatial discretization (see [30]).
In the present work, our main interest lies in accurately resolving the hot zone near the payoff discontinuity, which is far from the artificial computational boundaries. The numerical errors that govern our conclusions are dominated by behavior in this interior region, where nonlinearities and steep gradients occur. The computational boundaries are deliberately placed sufficiently far from the hot zone so that the influence of the boundary conditions on the interior solution remains negligible. It is also important to note that for parabolic-type problems such as the BS model, the influence of distant boundaries decays over time due to the smoothing nature of the operator.
We clarify that the boundaries are placed sufficiently far from the hot zone and that their values are chosen to avoid the conditions under which RK boundary errors become significant. This will demonstrate that the accuracy in the interior region remains unaffected by any potential boundary-order reduction. Thus, the methodology proposed in [31], which formulates corrected expressions for intermediate boundary conditions during RK time-stepping, may not be necessary for our procedure.
Here, we evaluate the feasibility and computational efficacy of the developed algorithm in resolving the time-dependent PDE described in Equation (32). The examination emphasizes the spatial discretization strategy using uniformly distributed nodes. For all experiments, Y max = 3 K , thus encompassing a sufficiently broad financial range relevant for practical modeling. All simulations are performed within the Wolfram Mathematica 14.0 framework, which facilitates both symbolic manipulations and high-precision numerical computations.
Example 1.
In this computational case study, the parameter set adopted is:
a = 0.01 , σ = 0.2 , K = 100 $ , q = 0 , r = 0.1 , T = 1 year .
The choice of a small value for the market impact parameter a is motivated by its alignment with empirically observed, realistic market behavior.
To assess the accuracy of the numerical results, we refer to established benchmark values from [29], which provide approximate solutions at selected spatial locations:
U ( K + 10 , T ) 22.2960 , U ( K , T ) 14.6457 , U ( K 10 , T ) 8.4032 .
The presence of transaction cost effects in the current model setting leads to deviations from the classical solution, and the numerical observations attained via the proposed scheme are illustrated in Figure 1 and Figure 2. These figures demonstrate the algorithm’s strong performance in terms of both accuracy and calculational robustness, utilizing a spatial grid constructed uniformly. The comparison reveals that incorporating transaction costs systematically adjusts the option pricing outcomes, resulting in enhanced solution accuracy compared to those generated by traditional linearized models lacking such features.

Practical Financial Relevance of Example 1

The nonlinear BS model in (32) is not merely a theoretical extension of the classical PDE; it directly incorporates transaction cost effects, which are central to real-world option pricing and hedging. The market impact parameter a, introduced in Example 1, has a clear financial interpretation. It represents the degree to which frequent rebalancing in the presence of proportional transaction costs alters the effective volatility through the Gamma term F Y Y . In practice, market makers and institutional hedgers face precisely such effects when managing large portfolios of options or when trading in less liquid markets.
From an applied perspective, the significance of the example can be highlighted as follows. First, incorporating transaction costs is crucial for pricing and hedging short-dated, near-the-money options, where the Gamma exposure is large and continuous rebalancing becomes prohibitively expensive. The nonlinear volatility adjustment in (32) systematically penalizes high-curvature regions of the option value, leading to more conservative prices that reflect the actual cost of replication. Second, in markets with non-negligible bid–ask spreads and liquidity constraints (for instance, single-name equities or certain commodities), models of this type are used to generate quotes that are robust to hedging costs. The small value chosen for a = 0.01 corresponds to empirically reasonable estimates of trading frictions and ensures that the model remains consistent with observed market behavior. Third, the outputs of this model—option prices and Greeks—are directly useful to practitioners because they determine not only the fair value of contracts but also the adjusted hedging ratios. More accurate computation of F Y Y and F Y , which our Hermite-based RBF-FD method provides, translates into reduced slippage and lower replication error when strategies are implemented in practice.
Therefore, the numerical study in Example 1 carries genuine financial meaning: it demonstrates how the proposed high-order Hermite finite difference method can produce option prices that are both computationally efficient and practically relevant in markets where transaction costs and hedging frictions cannot be ignored. This situates the present contribution within the broader class of nonlinear pricing models employed in real trading and risk management environments.
Example 2.
In this numerical experiment, we adopt the same set of parameters as specified in Example 1, with the exception that the degree of nonlinearity is intensified by selecting a larger value for the parameter a, specifically
a = 0.02 .
This adjustment reflects a scenario in which transaction cost effects become more pronounced, thereby allowing us to evaluate the robustness of the proposed numerical methodology under heightened nonlinear conditions.
To quantitatively evaluate the fidelity of the computed solutions, we draw upon reference data provided in [29], which offers reliable approximations of the solution at three strategically chosen asset price points:
U ( K + 10 , T ) 23.0203 , U ( K , T ) 15.5181 , U ( K 10 , T ) 9.2965 .
Due to the enhanced influence of transaction costs introduced through the increased value of a, the solution exhibits noticeable deviations from the classical linear case. The numerical outcomes, obtained via the proposed high-order scheme, are depicted graphically in Figure 3 and Figure 4. These illustrations further substantiate the efficacy and adaptability of our method when applied to more complex financial models incorporating stronger nonlinearities.
Noting that although a fourth-order time integrator is, in principle, sufficient to match the fourth-order spatial discretization of Section 3, the sixth-order RK scheme was selected for the following reasons:
  • It permits larger timesteps for the same spatial accuracy as RK4;
  • It reduces the accumulation of temporal error in long-time evolutions;
  • It enlarges the stability region and thus increases timestep flexibility;
  • It can decrease total computational work to reach a prescribed error by reducing the required number of time steps and nonlinear evaluations.
The numerical experiments reveal that the proposed RBF-HFD scheme, when combined with the RK6, demonstrates superior performance in both accuracy and stability compared to SFD and recent ZM methods. This superiority is particularly evident in scenarios involving heightened nonlinearity, as seen in Example 2. The compact Hermite-based formulation of RBF-HFD captures derivative information efficiently while maintaining a minimal stencil size, thereby achieving fourth-order spatial convergence even with only three nodes. This compactness not only reduces the computational complexity but also enhances robustness in handling steep gradients caused by transaction costs. Furthermore, the high-order temporal integrator amplifies the accuracy, making the combined RK6-RBF-HFD framework especially well suited for solving nonlinear BS-type PDEs arising in illiquid markets. The spatial convergence of the proposed algorithms is seen according to their higher slopes.
The choice of the shape parameter β plays a crucial role in the performance of RBF-based methods, since it directly influences both the accuracy and the conditioning of the resulting discretization matrix. Throughout this section, we choose β as β = 3 h . To balance these competing effects, it is common in the literature to adopt scaling strategies that tie β to the nodal spacing h. In our numerical experiments, we employed such an adaptive approach by setting β proportional to 3 h , which allows the method to remain stable while preserving high-order accuracy. For instance, when n = 33 uniformly distributed nodes are used in the computational domain, the corresponding spacing is h = 9.375 , leading to an effective parameter β 3 h . Similarly, for n = 17 , where h = 18.75 , the same scaling yields β = 3 h .

6. Concluding Discussion

We present a fourth-order accurate meshfree numerical method for solving nonlinear BS equations under transaction costs. By constructing compact RBF-HFD stencils, we successfully approximated first and second derivatives while preserving geometric flexibility and computational sparsity. The resulting method achieves high-order accuracy on uniform grids and is combined with a sixth-order explicit RK integrator for temporal advancement.
Through rigorous stability analysis and numerical experiments, we demonstrated that the proposed RBF-HFD scheme performs robustly even under strong nonlinearities introduced by Gamma-sensitive volatility functions. Our implementation, validated against benchmark solutions, confirms that including transaction costs yields more realistic and accurate option prices.
Future work will involve extending this framework to handle American options with free boundary conditions, exploring adaptive node refinement strategies in the spatial domain, and applying implicit–explicit (IMEX) schemes for handling stiff nonlinearities arising in stochastic volatility models.

Author Contributions

Conceptualization, T.L.; methodology, S.W. and J.Z.; software, J.Z.; validation, J.Z.; formal analysis, S.W.; investigation, S.W. and J.Z.; resources, T.L.; data curation, J.Z.; writing—original draft preparation, S.W. and J.Z.; writing—review and editing, S.W., J.Z. and T.L.; visualization, J.Z.; supervision, T.L.; project administration, S.W. and T.L.; funding acquisition, S.W. and T.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Scientific Research Project of Jilin Provincial Department of Education (JJKH20251638KJ), the Research Project on Graduate Education and Teaching Reform of Hebei Province of China (YJG2024133), the Open Fund Project of Marine Ecological Restoration and Smart Ocean Engineering Research Center of Hebei Province (HBMESO2321), and the Technical Service Project of Eighth Geological Brigade of Hebei Bureau of Geology and Mineral Resources Exploration (KJ2025-037, KJ2025-029).

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available because the research data are confidential.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Ursone, P. How to Calculate Options Prices and Their Greeks; Wiely: Bognor Regis, UK, 2015. [Google Scholar]
  2. Monoyios, M. Option pricing with transaction costs using a Markov chain approximation. J. Econ. Dyn. Control 2004, 28, 889–913. [Google Scholar] [CrossRef]
  3. Black, F.; Scholes, M. The pricing of options and corporate liabilities. J. Polit. Econ. 1973, 81, 637–654. [Google Scholar] [CrossRef]
  4. Ševčovič, D.; Žitnanská, M. Analysis of the nonlinear option pricing model under variable transaction costs. Asia-Financ. Mark. 2016, 23, 153–174. [Google Scholar] [CrossRef]
  5. Barles, G.; Soner, H.M. Option pricing with transaction costs and a nonlinear Black–Scholes equation. Financ. Stoch. 1998, 2, 369–397. [Google Scholar] [CrossRef]
  6. Khalsaraei, M.M.; Shokri, A.; Mohammadnia, Z.; Sedighi, H.M. Qualitatively stable nonstandard finite difference scheme for numerical solution of the nonlinear Black–Scholes equation. J. Math. 2021, 2021, 6679484. [Google Scholar] [CrossRef]
  7. Tolstykh, A.I. On using RBF-based differencing formulas for unstructured and mixed structured—Unstructured grid calculations. Proc. 16th IMACS World Congr. 2000, 228, 4606–4624. [Google Scholar]
  8. Tolstykh, A.I.; Shirobokov, D.A. On using radial basis functions in a “finite difference mode” with applications to elasticity problems. Comput. Mech. 2003, 33, 68–79. [Google Scholar] [CrossRef]
  9. Cheng, A.H.-D. Multiquadric and its shape parameter—A numerical investigation of error estimate, condition number, and round-off error by arbitrary precision computation. Eng. Anal. Bound. Elem. 2012, 36, 220–239. [Google Scholar] [CrossRef]
  10. Collatz, L. The Numerical Treatment of Differential Equations, 3rd ed.; Springer: Berlin/Heidelberg, Germany, 1966. [Google Scholar]
  11. Cavoretto, R.; De Rossi, A. An adaptive residual sub-sampling algorithm for kernel interpolation based on maximum likelihood estimations. J. Comput. Appl. Math. 2023, 418, 114658. [Google Scholar] [CrossRef]
  12. Lele, S.K. Compact finite difference schemes with spectral-like resolution. J. Comput. Phys. 1992, 103, 16–42. [Google Scholar] [CrossRef]
  13. Song, Y.; Barfeie, M.; Soleymani, F. Computing compact finite difference formulas under radial basis functions with enhanced applicability. Appl. Numer. Math. 2024, 201, 370–386. [Google Scholar] [CrossRef]
  14. Fornberg, B. An algorithm for calculating Hermite-based finite difference weights. IMA J. Numer. Anal. 2021, 41, 801–813. [Google Scholar] [CrossRef]
  15. Fornberg, B.; Flyer, N. A Primer on Radial Basis Functions with Applications to the Geosciences; SIAM: Philadelphia, PA, USA, 2015. [Google Scholar]
  16. Yuan, S. ODE-Oriented Semi-Analytical Methods; Cheng, F.Y., Gu, Y., Eds.; Computational Mechanics in Structural Engineering; Elsevier Science Ltd.: Amsterdam, The Netherlands, 1999; pp. 375–388. [Google Scholar]
  17. Liu, T.; Shateyi, S. Efficient fourth-order weights in kernel-type methods without increasing the stencil size with an application in a time-dependent fractional PDE problem. Mathematics 2024, 12, 1121. [Google Scholar] [CrossRef]
  18. Jandačka, M.; Ševčovič, D. On the risk adjusted pricing methodology based valuation of vanilla options and explanation of the volatility smile. J. Appl. Math. 2005, 3, 235–258. [Google Scholar] [CrossRef]
  19. Company, R.; Egorova, V.N.; Jódar, L.; Soleymani, F. A stable local radial basis function method for option pricing problem under the Bates model. Numer. Methods Partial Differ. Eq. 2018, 35, 1035–1055. [Google Scholar] [CrossRef]
  20. Wright, G.B.; Fornberg, B. Scattered node compact finite difference-type formulas generated from radial basis functions. J. Comput. Phys. 2006, 212, 99–123. [Google Scholar] [CrossRef]
  21. Soleymani, F.; Zhu, S. On a high-order Gaussian radial basis function generated Hermite finite difference method and its application. Calcolo 2021, 58, 50. [Google Scholar] [CrossRef]
  22. Pooladi, F.; Hosseinzadeh, H. Radial polynomials as alternatives to flat radial basis functions. J. Math. Model. 2024, 12, 337–354. [Google Scholar] [CrossRef]
  23. Ballestra, L.V.; Sgarra, C. The evaluation of American options in a stochastic volatility model with jumps: An efficient finite element approach. Comput. Math. Appl. 2010, 60, 1571–1590. [Google Scholar] [CrossRef]
  24. Babayar-Razlighi, B. Numerical solution of an influenza model with vaccination and antiviral treatment by the Newton-Chebyshev polynomial method. J. Math. Model. 2023, 11, 103–116. [Google Scholar] [CrossRef]
  25. Knapp, R. A method of lines framework in Mathematica. J. Numer. Anal. Indust. Appl. Math. (JNAIAM) 2008, 3, 43–59. [Google Scholar]
  26. Sofroniou, M.; Knapp, R. Advanced Numerical Differential Equation Solving in Mathematica; Wolfram Mathematica, Tutorial Collection; Wolfram Research, Inc.: Champaign, IL, USA, 2008. [Google Scholar]
  27. Yang, Y.; Soleymani, F.; Barfeie, M.; Tohidi, E. A radial basis function-Hermite finite difference approach to tackle cash–or–nothing and asset–or–nothing options. J. Comput. Appl. Math. 2020, 368, 112523. [Google Scholar] [CrossRef]
  28. Ruskeepää, H. Mathematica Navigator, 3rd ed.; Academic Press: Burlington, NJ, USA, 2009. [Google Scholar]
  29. Al-Zhour, Z.; Barfeie, M.; Soleymani, F.; Tohidi, E. A computational method to price with transaction costs under the nonlinear Black–Scholes model. Chaos Solitons Fractals 2019, 127, 291–301. [Google Scholar] [CrossRef]
  30. Carpenter, M.H.; Gottlieb, D.; Abarbanel, S.; Don, W.-S. The theoretical accuracy of Runge-Kutta time discretizations for the initial boundary value problem: A study of the boundary error. SIAM J. Sci. Comput. 1995, 16, 1241–1252. [Google Scholar] [CrossRef]
  31. Hajipour, M.; Malek, A. High accurate modified WENO method for the solution of Black–Scholes equation. Comput. Appl. Math. 2015, 34, 125–140. [Google Scholar] [CrossRef]
Figure 1. Numerical solution in Example 1 based on the proposed scheme using n = 33 , Θ = 0.005 on the left and its density plot on the right.
Figure 1. Numerical solution in Example 1 based on the proposed scheme using n = 33 , Θ = 0.005 on the left and its density plot on the right.
Mathematics 13 02727 g001
Figure 2. Convergence histories in Example 1 for various solvers with varying n.
Figure 2. Convergence histories in Example 1 for various solvers with varying n.
Mathematics 13 02727 g002
Figure 3. Numerical solution in Example 2 based on the proposed scheme using n = 33 , Θ = 0.005 on the left and its density plot on the right.
Figure 3. Numerical solution in Example 2 based on the proposed scheme using n = 33 , Θ = 0.005 on the left and its density plot on the right.
Mathematics 13 02727 g003
Figure 4. Convergence histories in Example 2 for various solvers with varying n.
Figure 4. Convergence histories in Example 2 for various solvers with varying n.
Mathematics 13 02727 g004
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wang, S.; Zhu, J.; Liu, T. Hermite Finite Difference Through Kernel Approximations to Efficiently Solve Nonlinear Black-Scholes Model. Mathematics 2025, 13, 2727. https://doi.org/10.3390/math13172727

AMA Style

Wang S, Zhu J, Liu T. Hermite Finite Difference Through Kernel Approximations to Efficiently Solve Nonlinear Black-Scholes Model. Mathematics. 2025; 13(17):2727. https://doi.org/10.3390/math13172727

Chicago/Turabian Style

Wang, Shuai, Jiameihui Zhu, and Tao Liu. 2025. "Hermite Finite Difference Through Kernel Approximations to Efficiently Solve Nonlinear Black-Scholes Model" Mathematics 13, no. 17: 2727. https://doi.org/10.3390/math13172727

APA Style

Wang, S., Zhu, J., & Liu, T. (2025). Hermite Finite Difference Through Kernel Approximations to Efficiently Solve Nonlinear Black-Scholes Model. Mathematics, 13(17), 2727. https://doi.org/10.3390/math13172727

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