paper-with-me

홈 › Papers

Quasi-Monte Carlo methods for calculating derivatives sensitivities on the GPU

2022-09-22 · SSRN 2022 9 · Paul Bilokon, Sergei Kucherenko, Casey Williams

The calculation of option Greeks is vital for risk management. Traditional pathwise and finite-difference methods work poorly for higher-order Greeks and options with discontinuous payoff functions. The Quasi-Monte Carlo-based conditional pathwise method (QMC-CPW) for options Greeks allows the payoff function of options to be effectively smoothed, allowing for increased efficiency when calculating sensitivities. Also demonstrated in literature is the increased computational speed gained by applying GPUs to highly parallelisable finance problems such as calculating Greeks. We pair QMC-CPW with simulation on the GPU using the CUDA platform. We estimate the delta, vega and gamma Greeks of three exotic options: arithmetic Asian, binary Asian, and lookback. Not only are the benefits of QMC-CPW shown through variance reduction factors of up to $1.0 \times 10^{18}$, but the increased computational speed through usage of the GPU is shown as we achieve speedups over sequential CPU implementations of more than $200$x for our most accurate method.

📄 PDF Abstract BibTeX arXiv:2209.11337

Code (1)

shnupta/computational-finance-cuda 공식 구현

Tasks

CPUGPUManagement

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Quasi-Newton Methods for Markov Chain Monte Carlo

2011-12-01 · NeurIPS 2011 12 · Yichuan Zhang, Charles A. Sutton

The performance of Markov chain Monte Carlo methods is often sensitive to the scaling and correlations between the random variables of interest. An important source of information about the local correlation and scale is…

valid

Quasi-Monte Carlo sampling for machine-learning partial differential equations

2019-11-05 · Jingrun Chen, Rui Du, Panchi Li, Liyao Lyu

Solving partial differential equations in high dimensions by deep neural network has brought significant attentions in recent years. In many scenarios, the loss function is defined as an integral over a high-dimensional …

BIG-bench Machine LearningNumerical Integration

Combining Normalizing Flows and Quasi-Monte Carlo

2024-01-11 · Charly Andral

Recent advances in machine learning have led to the development of new methods for enhancing Monte Carlo methods such as Markov chain Monte Carlo (MCMC) and importance sampling (IS). One such method is normalizing flows,…

Numerical Integration

Comparative Study of Monte Carlo and Quasi-Monte Carlo Techniques for Enhanced Derivative Pricing

2025-02-24 · Giacomo Case

This study presents a comparative analysis of Monte Carlo (MC) and quasi-Monte Carlo (QMC) methods in the context of derivative pricing, emphasizing convergence rates and the curse of dimensionality. After a concise over…

Policy Learning and Evaluation with Randomized Quasi-Monte Carlo

2022-02-16 · Sebastien M. R. Arnold, Pierre L'Ecuyer, Liyu Chen, Yi-fan Chen 외

Reinforcement learning constantly deals with hard integrals, for example when computing expectations in policy evaluation and policy iteration. These integrals are rarely analytically solvable and typically estimated wit…

continuous-controlContinuous ControlPolicy Gradient MethodsReinforcement Learning (RL)