Deep Asset Liability Management (joint works with Thomas ...

48
Deep Asset Liability Management (joint works with Thomas Krabichler, Thorsten Schmidt) Josef Teichmann ETH Z¨ urich September 27, 2021 Josef Teichmann (ETH Z¨ urich) Model free Deep Hedging September 27, 2021 1 / 27

Transcript of Deep Asset Liability Management (joint works with Thomas ...

Page 1: Deep Asset Liability Management (joint works with Thomas ...

Deep Asset Liability Management(joint works with Thomas Krabichler, Thorsten

Schmidt)

Josef Teichmann

ETH Zurich

September 27, 2021

Josef Teichmann (ETH Zurich) Model free Deep Hedging September 27, 2021 1 / 27

Page 2: Deep Asset Liability Management (joint works with Thomas ...

1 Introduction

2 Machine learning in Finance: Deep Hedging

3 Machine Learning in Finance: Model free Deep Hedging

1 / 47

Page 3: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Section 1

Introduction

2 / 47

Page 4: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Mathematical Challenges in mathematical Finance

High dimensional stochastic control problems often of a non-standardtype (hedging in markets with transaction costs or liquidityconstraints).

High-dimensional inverse problems, where models (PDEs, stochasticprocesses) have to be selected to explain a given set of market pricesoptimally.

High-dimensional prediction tasks (long term investments, portfolioselection).

High-dimensional feature selection tasks (limit order books).

3 / 47

Page 5: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Mathematical Challenges in mathematical Finance

High dimensional stochastic control problems often of a non-standardtype (hedging in markets with transaction costs or liquidityconstraints).

High-dimensional inverse problems, where models (PDEs, stochasticprocesses) have to be selected to explain a given set of market pricesoptimally.

High-dimensional prediction tasks (long term investments, portfolioselection).

High-dimensional feature selection tasks (limit order books).

4 / 47

Page 6: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Mathematical Challenges in mathematical Finance

High dimensional stochastic control problems often of a non-standardtype (hedging in markets with transaction costs or liquidityconstraints).

High-dimensional inverse problems, where models (PDEs, stochasticprocesses) have to be selected to explain a given set of market pricesoptimally.

High-dimensional prediction tasks (long term investments, portfolioselection).

High-dimensional feature selection tasks (limit order books).

5 / 47

Page 7: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Mathematical Challenges in mathematical Finance

High dimensional stochastic control problems often of a non-standardtype (hedging in markets with transaction costs or liquidityconstraints).

High-dimensional inverse problems, where models (PDEs, stochasticprocesses) have to be selected to explain a given set of market pricesoptimally.

High-dimensional prediction tasks (long term investments, portfolioselection).

High-dimensional feature selection tasks (limit order books).

6 / 47

Page 8: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Neural Networks

Neural networks with their various architectures are frequently used toapproximate functions due ubiquitous universal approximation properties.A neural network, as for instance graphically represented in Figure 1,

Figure: A 2 hidden layers neural network with 3 input and 4 output dimensions

just encodes a certain concatenation of affine and non-linear functions bycomposition in a well specified order.

Neural networks are easy to handle analytically and have less structurethan classical bases or frames.

7 / 47

Page 9: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Universal Approximation

Neural networks appeared in the 1943 seminal work by WarrenMcCulloch and Walter Pitts inspired by certain functionalities of thehuman brain aiming for artificial intelligence (AI).Arnold-Kolmogorov Theorem represents functions on unit cube bysums and uni-variate functions (Hilbert’s thirteenth problem), i.e.

F (x1, . . . , xd) =2d∑i=0

ϕi

( d∑j=1

ψij(xj))

Universal Approximation Theorems (George Cybenko, Kurt Hornik, etal.) show that one hidden layer networks can approximate anycontinuous function on the unit cube.Many generalizations available, in particular for the purposes offinance: signature transforms, UAT on path spaces, etc.

8 / 47

Page 10: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Universal Approximation

Neural networks appeared in the 1943 seminal work by WarrenMcCulloch and Walter Pitts inspired by certain functionalities of thehuman brain aiming for artificial intelligence (AI).Arnold-Kolmogorov Theorem represents functions on unit cube bysums and uni-variate functions (Hilbert’s thirteenth problem), i.e.

F (x1, . . . , xd) =2d∑i=0

ϕi

( d∑j=1

ψij(xj))

Universal Approximation Theorems (George Cybenko, Kurt Hornik, etal.) show that one hidden layer networks can approximate anycontinuous function on the unit cube.Many generalizations available, in particular for the purposes offinance: signature transforms, UAT on path spaces, etc.

9 / 47

Page 11: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Universal Approximation

Neural networks appeared in the 1943 seminal work by WarrenMcCulloch and Walter Pitts inspired by certain functionalities of thehuman brain aiming for artificial intelligence (AI).Arnold-Kolmogorov Theorem represents functions on unit cube bysums and uni-variate functions (Hilbert’s thirteenth problem), i.e.

F (x1, . . . , xd) =2d∑i=0

ϕi

( d∑j=1

ψij(xj))

Universal Approximation Theorems (George Cybenko, Kurt Hornik, etal.) show that one hidden layer networks can approximate anycontinuous function on the unit cube.Many generalizations available, in particular for the purposes offinance: signature transforms, UAT on path spaces, etc.

10 / 47

Page 12: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Universal Approximation

Neural networks appeared in the 1943 seminal work by WarrenMcCulloch and Walter Pitts inspired by certain functionalities of thehuman brain aiming for artificial intelligence (AI).Arnold-Kolmogorov Theorem represents functions on unit cube bysums and uni-variate functions (Hilbert’s thirteenth problem), i.e.

F (x1, . . . , xd) =2d∑i=0

ϕi

( d∑j=1

ψij(xj))

Universal Approximation Theorems (George Cybenko, Kurt Hornik, etal.) show that one hidden layer networks can approximate anycontinuous function on the unit cube.Many generalizations available, in particular for the purposes offinance: signature transforms, UAT on path spaces, etc.

11 / 47

Page 13: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Recent progress in UAT

Universal approximation theorems are still an ongoing matter of research,in particular with applications from finance in view.

Recent progress has been made on ...

... on path spaces (beyond local compactness)

... for recurrent networks.

... with signature features of paths.

Also with a view towards provable approximation results.

12 / 47

Page 14: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Training or Learning

Given a generic loss function (which expresses a task often withrespect to data), training is just the construction a dynamical systemon the space of network parameters, which decreases loss, or improvesthe performance with respect to the task.

Loss functions allow for explicit regularization, but also show implicitregularizations stemming from, e.g., random initializations.

Spaces of network parameters are usually high dimensional.

One should see these procedures (SGD, ADAM, simulated annealing, etc)from a Bayesian perspective.

13 / 47

Page 15: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Randomness appears prominently in learning

random initialization of network weights (choice of π0).

stochastic gradient descent (use noisy approximations of the lossfunction).

dropouts.

generic (random) architectures with depth often work surprisingly well.

most radical appearance of randomness: reservoir computing – onlytrain a small portion of trainable parameters!

14 / 47

Page 16: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Takeway message

Training is a still enigmatic procedure where classical algorithms meetfascinating random effects on high dimensional parameter space.

Implicit and explicit regularizations appear and shape the propertiesof the solution decisively.

Transfer learning: training hidden layers and multi-variate outputsleads to passing information from one output dimension to anotherone (L1 implicit regularizations appear). Energy efficiency!

15 / 47

Page 17: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Takeway message

Training is a still enigmatic procedure where classical algorithms meetfascinating random effects on high dimensional parameter space.

Implicit and explicit regularizations appear and shape the propertiesof the solution decisively.

Transfer learning: training hidden layers and multi-variate outputsleads to passing information from one output dimension to anotherone (L1 implicit regularizations appear). Energy efficiency!

16 / 47

Page 18: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Takeway message

Training is a still enigmatic procedure where classical algorithms meetfascinating random effects on high dimensional parameter space.

Implicit and explicit regularizations appear and shape the propertiesof the solution decisively.

Transfer learning: training hidden layers and multi-variate outputsleads to passing information from one output dimension to anotherone (L1 implicit regularizations appear). Energy efficiency!

17 / 47

Page 19: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Applications in Finance

approximation of path space functionals, or more generally,predictable strategies by neural networks on relevant factors.

Examples: deep hedging, deep portfolio optimization, deep driftestimation, signature based pricing and hedging, sig-SDEs, reservoircomputing for learning dyncamics, stochastic optimization, stochasticgames beyond Markovian paradigms, etc.

some of these applications are quite successful, but still lack a fulltheoretical foundation why the non-convex optimization problem canbe solved so efficiently or why existing approximation results aregenerically sufficient.

18 / 47

Page 20: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Applications in Finance

approximation of path space functionals, or more generally,predictable strategies by neural networks on relevant factors.

Examples: deep hedging, deep portfolio optimization, deep driftestimation, signature based pricing and hedging, sig-SDEs, reservoircomputing for learning dyncamics, stochastic optimization, stochasticgames beyond Markovian paradigms, etc.

some of these applications are quite successful, but still lack a fulltheoretical foundation why the non-convex optimization problem canbe solved so efficiently or why existing approximation results aregenerically sufficient.

19 / 47

Page 21: Deep Asset Liability Management (joint works with Thomas ...

Introduction

Applications in Finance

approximation of path space functionals, or more generally,predictable strategies by neural networks on relevant factors.

Examples: deep hedging, deep portfolio optimization, deep driftestimation, signature based pricing and hedging, sig-SDEs, reservoircomputing for learning dyncamics, stochastic optimization, stochasticgames beyond Markovian paradigms, etc.

some of these applications are quite successful, but still lack a fulltheoretical foundation why the non-convex optimization problem canbe solved so efficiently or why existing approximation results aregenerically sufficient.

20 / 47

Page 22: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

Section 2

Machine learning in Finance: Deep Hedging

21 / 47

Page 23: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

Deep Hedging

Risk management of future liabilities in a real world market includingtransaction costs, liquidity constraints, price impacts, etc.

Classical approach: choose a model (calibrated to the market),choose preferences, simplify the model to make it analyticallytractable and solve the respective optimization problems.

Modern approach: choose a model (calibrated to the market), choosepreferences, parameterize artificial trading agents and train them tohandle the optimization tasks.

22 / 47

Page 24: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

Deep Hedging

Risk management of future liabilities in a real world market includingtransaction costs, liquidity constraints, price impacts, etc.

Classical approach: choose a model (calibrated to the market),choose preferences, simplify the model to make it analyticallytractable and solve the respective optimization problems.

Modern approach: choose a model (calibrated to the market), choosepreferences, parameterize artificial trading agents and train them tohandle the optimization tasks.

23 / 47

Page 25: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

Deep Hedging

Risk management of future liabilities in a real world market includingtransaction costs, liquidity constraints, price impacts, etc.

Classical approach: choose a model (calibrated to the market),choose preferences, simplify the model to make it analyticallytractable and solve the respective optimization problems.

Modern approach: choose a model (calibrated to the market), choosepreferences, parameterize artificial trading agents and train them tohandle the optimization tasks.

24 / 47

Page 26: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

Discrete-time market model with frictions

Trading: at time points t0 = 0 < t1 < . . . < tn = T .

Prices of hedging instruments: stochastic process (Stk )k=0,...,n in Rd .

Work on a (finite) probability space (Ω,F ,P) with filtrationF = (Ftk )k=0,...,n, for simplicity Ftk = σ(St0 , . . . ,Stk ).

At t = 0 sell a contingent claim with (random) payoff Z at T > 0.

Charging price p0 and hedging according to an F-predictable strategyδ, terminal profit and loss is (with · discrete-time stochasticintegration)

PLT (Z , p0, δ) := −Z + p0︸︷︷︸price

+ (δ · S)T︸ ︷︷ ︸trading gains

− CT (δ)︸ ︷︷ ︸cum. transaction costs

.

25 / 47

Page 27: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

Setup and problem formulation in detail

PLT (Z , p0, δ) := −Z + p0︸︷︷︸price

+ (δ · S)T︸ ︷︷ ︸trading gains

− CT (δ)︸ ︷︷ ︸cum. transaction costs

. (1)

(1) in more detail:

(δ · S)T =∑n

k=1 δtk · (Stk − Stk−1).

CT (δ) =∑n

k=0 ck(δtk − δtk−1,St0 , . . . ,Stk ) with δt−1 := 0, δtn := 0.

Example: transaction costs proportional to transaction amount, i.e.ck(δtk − δtk−1

, St0 , . . . ,Stk ) =∑d

i=1 εi |δitk − δitk−1|S i

tk.

Note: PLT (Z , p0, δ) ≥ 0 represents a gain for seller.

26 / 47

Page 28: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

Indifference pricing and optimal hedging:

Following e.g. Follmer, Kloppel, Leukert, Schweizer, Sircar, Xu, ... :

Describe risk-preferences by a convex risk-measure ρ.

Denote H the set of available hedging strategies.

The indifference price is the (unique) solution p(Z ) to

infδ∈H

ρ (PLT (Z , p(Z ), δ)) = infδ∈H

ρ (PLT (0, 0, δ)) . (2)

Optimal hedging strategy is minimizer δ∗ (if it exists) in left-hand-sideof (2).

Numerical calculation of p(Z ) and δ∗:

Highly challenging by classical numerical techniques (veryhigh-dimensional problem).

→ in practice more simplistic models are used (parametric,continuous-time, no transaction costs).

27 / 47

Page 29: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

Indifference pricing and optimal hedging:

Following e.g. Follmer, Kloppel, Leukert, Schweizer, Sircar, Xu, ... :

Describe risk-preferences by a convex risk-measure ρ.

Denote H the set of available hedging strategies.

The indifference price is the (unique) solution p(Z ) to

infδ∈H

ρ (PLT (Z , p(Z ), δ)) = infδ∈H

ρ (PLT (0, 0, δ)) . (2)

Optimal hedging strategy is minimizer δ∗ (if it exists) in left-hand-sideof (2).

Numerical calculation of p(Z ) and δ∗:

Highly challenging by classical numerical techniques (veryhigh-dimensional problem).

→ in practice more simplistic models are used (parametric,continuous-time, no transaction costs).

28 / 47

Page 30: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

We show: now approximate calculation is feasible thanks to moderndeep learning techniques.

Approach: consider only hedging strategies δ = (δtk )k=1,...,n of theform

δtk = F θk (Stk−1, δtk−1

), k = 1, . . . , n

where F θk is a neural network with weights parametrized by θk .

Key point 1: neural networks are surprisingly efficient atapproximating multivariate functions.

Key point 2: efficient machine learning optimization algorithms(stochastic gradient-type and backpropagation) and implementations(Tensorflow, Theano, Torch, ...) are available.

Our method is sample-based and highly flexible: the same algorithm andimplementation can handle wide range of market specifications.

29 / 47

Page 31: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

Example Study: Heston model with CVar

dS(1)t =

√VtS

(1)t dBt , S

(1)0 = s0

dVt = α(b − Vt)dt + σ√

VtdWt , V0 = v0

B and W are Brownian motions with d〈B,W 〉 = ρdt

(α, b, ρ, σ, v0, s0) = (1, 0.04,−0.7, 2, 0.04, 100)

Payoff and Hedging

Payoff: Call spread (see next slide) with maturity T = 30 days.

Hedging instruments: Trade in S (1) and variance swap S (2).

Trading: Daily rebalancing of portfolio.

Risk-measure: α-CVar (expected shortfall),

ρ(X ) := infw∈R

w +

1

1− αE[(−X − w)+]

.

30 / 47

Page 32: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

Call spread

Used by traders for (approximate) pricing / hedging of binary options.

Payoff: − 1K2−K1

[(S(1)T − K1)+ − (S

(1)T − K2)+] for K1 < K2.

Here K1 = s0 = 100, K2 = 101:

97 98 99 100 101 102 103S_T

0.0

0.2

0.4

0.6

0.8

1.0

Payo

ffSpread payoff

31 / 47

Page 33: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

Neural network approximation

δtk = F θk (S(1)tk−1

,S(2)tk−1

, δtk−1) and for each k , F θk is a feed-forward

neural network with two hidden layers (15 nodes each) and ReLUactivation function (x 7→ x+).

Use Adam (batch size 256) for training.

32 / 47

Page 34: Deep Asset Liability Management (joint works with Thomas ...

Machine learning in Finance: Deep Hedging

δ(s)t as a function of (st , vt) for t = 15:

96 98 100 102 0.040.08

0.12

0.05

0.15

0.25

Model Spread Delta

96 98 100 102 0.040.08

0.12

0.05

0.15

0.25

95% Spread Delta

96 98 100 102 0.040.08

0.12

0.05

0.15

0.25

99% Spread Delta

Higher risk-aversion ↔ barrier shift

33 / 47

Page 35: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Section 3

Machine Learning in Finance: Model free DeepHedging

34 / 47

Page 36: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Estimate noting

A well known Bayesian approach to model selection has been introducedby Chris Rogers and Moritz Dumbgen.

Choose a pool of models Θ with pricing, hedging and predictionoperators mapping current states and contract specifications to therelevant quantities or operations.

Choose a prior on Θ.

Choose a likelihood which compares incoming data to modelquantities and update the prior according to Bayes formula.

After a burn-in phase the posterior is not used to select a model, butthe posterior is rather applied as defining a model mixture. All sortsof operations are weighted with respect to this mixture. In this senseno model is selected.

35 / 47

Page 37: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Estimate noting

A well known Bayesian approach to model selection has been introducedby Chris Rogers and Moritz Dumbgen.

Choose a pool of models Θ with pricing, hedging and predictionoperators mapping current states and contract specifications to therelevant quantities or operations.

Choose a prior on Θ.

Choose a likelihood which compares incoming data to modelquantities and update the prior according to Bayes formula.

After a burn-in phase the posterior is not used to select a model, butthe posterior is rather applied as defining a model mixture. All sortsof operations are weighted with respect to this mixture. In this senseno model is selected.

36 / 47

Page 38: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Estimate noting

A well known Bayesian approach to model selection has been introducedby Chris Rogers and Moritz Dumbgen.

Choose a pool of models Θ with pricing, hedging and predictionoperators mapping current states and contract specifications to therelevant quantities or operations.

Choose a prior on Θ.

Choose a likelihood which compares incoming data to modelquantities and update the prior according to Bayes formula.

After a burn-in phase the posterior is not used to select a model, butthe posterior is rather applied as defining a model mixture. All sortsof operations are weighted with respect to this mixture. In this senseno model is selected.

37 / 47

Page 39: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Estimate noting

A well known Bayesian approach to model selection has been introducedby Chris Rogers and Moritz Dumbgen.

Choose a pool of models Θ with pricing, hedging and predictionoperators mapping current states and contract specifications to therelevant quantities or operations.

Choose a prior on Θ.

Choose a likelihood which compares incoming data to modelquantities and update the prior according to Bayes formula.

After a burn-in phase the posterior is not used to select a model, butthe posterior is rather applied as defining a model mixture. All sortsof operations are weighted with respect to this mixture. In this senseno model is selected.

38 / 47

Page 40: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Model free Deep Hedging

The colorful advantage of artificial traders is their incredible robustnesswith respect to market frictions.

classic Deep Hedging: scenarios are exogenously given and constitutethe training data.

idea: train the artificial trader for any model θ ∈ Θ (choose Θappropriately to allow for appropriate continuities).

use the Dumbgen-Rogers approach to hedge via mixing the strategiesfor each θ.

39 / 47

Page 41: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Model free Deep Hedging

The colorful advantage of artificial traders is their incredible robustnesswith respect to market frictions.

classic Deep Hedging: scenarios are exogenously given and constitutethe training data.

idea: train the artificial trader for any model θ ∈ Θ (choose Θappropriately to allow for appropriate continuities).

use the Dumbgen-Rogers approach to hedge via mixing the strategiesfor each θ.

40 / 47

Page 42: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Model free Deep Hedging

The colorful advantage of artificial traders is their incredible robustnesswith respect to market frictions.

classic Deep Hedging: scenarios are exogenously given and constitutethe training data.

idea: train the artificial trader for any model θ ∈ Θ (choose Θappropriately to allow for appropriate continuities).

use the Dumbgen-Rogers approach to hedge via mixing the strategiesfor each θ.

41 / 47

Page 43: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Results

A fully data driven hedging algorithm for asset liability management.

An adaptive artifical trader who can learn new regimes online: at anypoint in time Θ can be extended to include further models.

Also preferences can be θ dependent.

42 / 47

Page 44: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Results

A fully data driven hedging algorithm for asset liability management.

An adaptive artifical trader who can learn new regimes online: at anypoint in time Θ can be extended to include further models.

Also preferences can be θ dependent.

43 / 47

Page 45: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Results

A fully data driven hedging algorithm for asset liability management.

An adaptive artifical trader who can learn new regimes online: at anypoint in time Θ can be extended to include further models.

Also preferences can be θ dependent.

44 / 47

Page 46: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Outlook

use different computing architectures (reservoir computing).

use different mixing methods (the Dumbgen-Rogers one is closelyrelated to quadratic optimization problems).

45 / 47

Page 47: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

Outlook

use different computing architectures (reservoir computing).

use different mixing methods (the Dumbgen-Rogers one is closelyrelated to quadratic optimization problems).

46 / 47

Page 48: Deep Asset Liability Management (joint works with Thomas ...

Machine Learning in Finance: Model free Deep Hedging

References

H. Buhler, L. Gonon, J. Teichmann, and B. Wood:Deep Hedging, Arxiv, 2018.M. Dumgen, R. Rogers:Estimate nothing, Arxiv, 2014.T. Krabichler, J. Teichmann:Deep Asset Liability management, Arxiv, 2020.

47 / 47