Papers › Robust pricing and hedging via neural SDEs

Robust pricing and hedging via neural SDEs

8 Jul 2020arXiv:2007.04154archive 2025-07-28

Patryk Gierjatowicz, Marc Sabate-Vidales, David Šiška, Lukasz Szpruch, Žan Žurič

Mathematical modelling is ubiquitous in the financial industry and drives key decision processes. Any given model provides only a crude approximation to reality and the risk of using an inadequate model is hard to detect and quantify. By contrast, modern data science techniques are opening the door to more robust and data-driven model selection mechanisms. However, most machine learning models are "black-boxes" as individual parameters do not have meaningful interpretation. The aim of this paper is to combine the above approaches achieving the best of both worlds. Combining neural networks with risk models based on classical stochastic differential equations (SDEs), we find robust bounds for prices of derivatives and the corresponding hedging strategies while incorporating relevant market data. The resulting model called neural SDE is an instantiation of generative models and is closely linked with the theory of causal optimal transport. Neural SDEs allow consistent calibration under both the risk-neutral and the real-world measures. Thus the model can be used to simulate market scenarios needed for assessing risk profiles and hedging strategies. We develop and analyse novel algorithms needed for efficient use of neural SDEs. We validate our approach with numerical experiments using both local and stochastic volatility models.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2007.04154")

Code

Syntology Ran 16 of 24 code samples harvested from 2 repositories linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 14 ran with no contract checked.

By repository: official repository: 2 samples from 1 repository, 0 ran; community (archive-listed): 22 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

msabvid/robust_nsde officialmentioned in papermentioned on GitHubpytorch report
ericavanee/bicausal_wasserstein_mtglproj mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 16 ran; 1 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
14ran
8unverified

Licence: 2 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

train_nsde msabvid/robust_nsde/nsde_LV.py official repository unverified GPL-3.0 (copyleft) · pointer only · 5ce1e6daafed7d6d · report
train_nsde msabvid/robust_nsde/nsde_LSV.py official repository unverified GPL-3.0 (copyleft) · pointer only · cd56c5b2d448b039 · report
sigmoid ericavanee/bicausal_wasserstein_mtglproj/applications/markov/bdd_fun.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · b8e95809ca2c17c9 · report
basic ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/mtgl_test/mtgl_couplings.py community (archive-listed) ran MIT (permissive) · 36827cbbc2a93673 · report
compute_partition_grid ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/mtgl_test/ada_emp_dist.py community (archive-listed) ran MIT (permissive) · 5857af5cae346057 · report
cutoff ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/mtgl_test/mtgl.py community (archive-listed) ran MIT (permissive) · c947aad279b8d2ae · report
generate_grid_points ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/mtgl_test/multiD.py community (archive-listed) ran MIT (permissive) · 42c53a206fbd1932 · report
generate_samples ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/mtgl_test/ada_emp_dist.py community (archive-listed) ran MIT (permissive) · 5ac4c9297ca552b1 · report
generate_uniform_martingale_coupling ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/mtgl_test/mtgl_couplings.py community (archive-listed) ran MIT (permissive) · 9f6c098d5a585ca3 · report
get_bounds ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/mtgl_test/mtgl.py community (archive-listed) ran MIT (permissive) · 44a386d5b2fad448 · report
get_params ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/utils.py community (archive-listed) ran MIT (permissive) · 2ca5ad809ed2872b · report
inverse ericavanee/bicausal_wasserstein_mtglproj/applications/markov/bdd_fun.py community (archive-listed) ran fingerprinted MIT (permissive) · 15d922543dcd027d · report
kernel ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/mtgl_test/mtgl.py community (archive-listed) ran MIT (permissive) · 9ae524158f4feefb · report
load_txt_as_matrix ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/utils.py community (archive-listed) ran MIT (permissive) · 74dc40d1e6a57f51 · report
map_to_grid ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/mtgl_test/ada_emp_dist.py community (archive-listed) ran MIT (permissive) · 5a4513e7bed20ed0 · report
smooth1D ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/mtgl_test/multiD.py community (archive-listed) ran MIT (permissive) · 0401fb8e7ae9ee75 · report
smoothing_function ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/mtgl_test/multiD.py community (archive-listed) ran MIT (permissive) · a0f3b9ad94438359 · report
tanh ericavanee/bicausal_wasserstein_mtglproj/applications/markov/bdd_fun.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · d51cc2bc73bd04cb · report
basic_multi ericavanee/bicausal_wasserstein_mtglproj/src/adapted_mtgl/mtgl_test/mtgl_couplings.py community (archive-listed) unverified MIT (permissive) · d21d1a95d5c419c3 · report
cond_expectation_simple ericavanee/bicausal_wasserstein_mtglproj/applications/markov/markov.py community (archive-listed) unverified MIT (permissive) · 95afd341d60ee345 · report
markov_coupling ericavanee/bicausal_wasserstein_mtglproj/applications/markov/markov.py community (archive-listed) unverified MIT (permissive) · 9f583128a4e6ae35 · report
simple_Markov ericavanee/bicausal_wasserstein_mtglproj/applications/markov/markov.py community (archive-listed) unverified MIT (permissive) · f94ee8b4fd26d937 · report
train_nsde ericavanee/bicausal_wasserstein_mtglproj/applications/nsde_calibration/adapted_LSV.py community (archive-listed) unverified MIT (permissive) · 409b312a9435650a · report
train_nsde ericavanee/bicausal_wasserstein_mtglproj/applications/nsde_calibration/adapted_LV.py community (archive-listed) unverified MIT (permissive) · 7c7b561a52e0c88b · report

Tasks

Model Selection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections