金融衍生品定价的机器学习方法

Machine learning methods for pricing financial derivatives

Quantitative Finance · 2026
被引 0 · 同刊同年前 7%
人大 BABS 3

中文导读

提出用神经网络替代传统代数函数来建模随机微分方程中的漂移和波动函数,并开发了针对欧式和美式期权的快速训练算法,在真实市场数据上验证了其定价和套期保值性能优于Black-Scholes等经典模型。

Abstract

Stochastic differential equation (SDE) models are the foundation for pricing and hedging financial derivatives. The drift and volatility functions in SDE models are typically chosen to be algebraic functions with a small number (<5) of parameters which can be calibrated to market data. A more flexible approach is to use neural networks to model the drift and volatility functions, which provides more degrees-of-freedom to match observed market data. Training of models requires optimizing over an SDE, which is computationally challenging. For European options, we develop a fast stochastic gradient descent (SGD) algorithm for training the neural network-SDE model. Our SGD algorithm uses two independent SDE paths to obtain an unbiased estimate of the direction of steepest descent. For American options, we optimize over the corresponding Kolmogorov partial differential equation (PDE). The neural network appears as coefficient functions in the PDE. Models are trained on large datasets (many contracts), requiring either large simulations (many Monte Carlo samples for the stock price paths) or large numbers of PDEs (a PDE must be solved for each contract). Numerical results are presented for real market data including S&P 500 index options, S&P 100 index options, and single-stock American options. The neural-network-based SDE models are compared against the Black-Scholes model, the Dupire's local volatility model, and the Heston model. Models are evaluated in terms of how accurate they are at pricing out-of-sample financial derivatives, which is a core task in derivative pricing at financial institutions. Specifically, we calibrate a neural network-SDE model to market data for a financial derivative on an asset with price St with a payoff function g(s), and we then evaluate its generalization accuracy for a financial derivative on the same asset St but with a different payoff function f(s). In addition to comparing out-of-sample pricing accuracy, we evaluate the hedging performance of the neural network-SDE model.

金融衍生品定价机器学习随机微分方程神经网络期权定价