Next Article in Journal
Bank Risk-Taking and Legal Origin: What Do We Know about Dual Banking Economies?
Previous Article in Journal
Issues in Islamic Derivatives and Proposals for Reforms in the OTC Market in Indonesia
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Deep Partial Hedging

1
Department of Mathematics, ETH Zurich, 8092 Zürich, Switzerland
2
Centre for Banking & Finance, Eastern Switzerland University of Applied Sciences, 9001 St. Gallen, Switzerland
3
Institute of Wealth & Asset Management, ZHAW Zurich University of Applied Sciences, 8400 Winterthur, Switzerland
*
Author to whom correspondence should be addressed.
J. Risk Financial Manag. 2022, 15(5), 223; https://0-doi-org.brum.beds.ac.uk/10.3390/jrfm15050223
Submission received: 8 April 2022 / Revised: 11 May 2022 / Accepted: 13 May 2022 / Published: 19 May 2022
(This article belongs to the Section Banking and Finance)

Abstract

:
Using techniques from deep learning, we show that neural networks can be trained successfully to replicate the modified payoff functions that were first derived in the context of partial hedging by Föllmer and Leukert. Not only does this approach better accommodate the realistic setting of hedging in discrete time, it also allows for the inclusion of transaction costs as well as general market dynamics. It needs to be noted that, without further modifications, the approach works only if the risk aversion is beyond a certain level.

1. Introduction

In a complete market, the writer of an option can eliminate their risk entirely if they initiate a continuous hedging process with a capital position that equals the Black–Scholes price of the option. If the option writer decides to post strictly less capital to initiate the hedge, they will be exposed to shortfall risk. In this situation, they could try to maximize the probability of replicating the option payoff, a strategy named quantile hedging by Föllmer and Leukert (1999). Yet another strategy would be efficient hedging (cf. Föllmer and Leukert (2000); Föllmer and Schied (2016)), which has the advantage of taking into account the magnitude of the expected shortfall.

Basic Model Setting

W t shall denote a standard one-dimensional Brownian motion defined on the complete probability space ( Ω , F , P ) , where ( F t ) t 0 is the augmentation of the natural filtration F t W = σ ( W s ; 0 s t ) for all t 0 . We consider a complete market with a single geometric Brownian motion
d X t = X t μ d t + σ d W t ,
where the drift μ R and the volatility σ > 0 are constant. Given the contingent claim’s payoff function H = H ( X T ) , we look for an admissible hedging strategy ( V 0 , ξ ) with
V t = V 0 + 0 t ξ s d X s ,
where ξ is a predictable process with respect to the Brownian motion W such that either
  • P [ V T > H ] becomes maximal in the context of quantile hedging, or;
  • E [ ( ( H V T ) + ) ] becomes minimal in the context of efficient hedging.
In this note, we consider loss functions of the form ( x ) = x p / p , p R + . The limiting case p 0 is, in fact, identical to the quantile hedging problem; the bigger p, the higher the risk aversion. Föllmer and Leukert showed that quantile/efficient hedging is equivalent to delta-hedging options with certain modified payoffs, cf. (Föllmer and Leukert 2000, Proposition 5.2, and Figure 1).

2. Contribution of this Note

In this research note, we show that deep neural networks can be trained to approximate closely the modified payoffs for efficient hedging with lower partial moments with p > 1 derived theoretically by Föllmer and Leukert (2000); Leukert (1999). We stress that no other information is needed for this training but the underlying random environment, the capital amount corresponding to the initial hedge, and the option’s target payoff function. To the best of our knowledge, this is the first algorithmic approach to partial hedging whose optimization takes into account transaction costs.
Remark 1.
There is an important limitation to our approach that we encountered when p lies in the unit interval [ 0 , 1 ] . For risk preferences within this range, Föllmer and Leukert (2000) found that the modified contingent claims to be replicated have a knock-out feature that makes their payoff profiles discontinuous. It appears that deep hedging struggles with detecting these discontinuous profiles. Overcoming the problem is apparently not straightforward. On the other hand, when the modified payoff is continuous (e.g., if p > 1 ), then deep partial hedging does work.
Pricing and hedging is a classical field of mathematical finance with many ramifications. Tackling partial hedging in realistic financial models is a particularly challenging endeavour. Typical impediments from the analytical viewpoint are model intractability originating from complex underlying dynamics (e.g., stochastic volatility, rough volatility, jumps) market features such as incompleteness and trading frictions, and intricate objective functions. Hence, partial hedging has only been analyzed in comparatively simple contexts; cf. Föllmer and Leukert (2000); Leukert (1999). Deep hedging (cf. Buehler et al. (2019)) offers a fresh and powerful approach to deal with these impediments without further ado. One utilises the backpropagation algorithm to find suitable hedging strategies for a given bundle of scenarios. Introducing market frictions or using any sort of stochastically generated scenarios does not adversely affect the operability of the technique. This research note illustrates both the edge and a possible pitfall when adapting deep hedging to the relevant use case of partial hedging.

3. Numerical Results

In this section, we present the numerical results by using techniques from deep learning. We choose similar parameters as in Föllmer and Leukert (2000); a risk-free rate r = 0.7 , Black–Scholes dynamics with μ = 0.08 , σ = 0.3 , the initial stock price S 0 = 100 , and a European call option with strike κ = 110 and maturity T = 10 . We choose N = 100 time steps for time discretization. This leads us to the discretized value process
V t = V t 1 + K t ( S t S t 1 ) , t = 1 , , T ,
where ( K t ) t = 1 T denotes the adapted hedging strategy.
Let us set a bankruptcy bound B < 0 . In order to incorporate 0-admissibility, we modify the update in the following way: if updating with (1) results in V t + 1 < B , we set
V t + 1 = ( V t B ) exp π t ( μ d t + σ d W t ) π t 2 σ 2 d t 2 + B π t = K t S t V t
instead. If V t = B , we claim bankruptcy and leave the market, i.e., K h = 0 prevails for all h t . With this modification, we make sure all strategies are B-admissible.1 Then, we numerically minimize the loss consisting of three terms
L ( K ) = L p ( K ) + L cos t ( K ) + L ad ( K ) ,
where
L p ( K ) = E ( ( H V T ) + ) , L cos t ( K ) = c cos t E t = 1 T 1 | K t + 1 K t | · S t , L ad ( K ) = c ad E ( min t V t ) + ,
for the hyperparameters c cos t and c ad . The minimization of the first term L p is the primary objective of efficient hedging. The second term takes into account proportional transaction costs. The last term penalizes the deviation from 0-admissibility. We consider the so-called deep strategy
K t = N t ( S t ) ,
where N t belongs to a certain class of neural networks NN . Its structure comprises two hidden layers and each hidden layer consists of 21 nodes. The detailed configuration can be found in the publicly available code2. We utilize Adam mini-batch training with a learning rate of 0.01 , cf. Kingma and Ba (2015). For different risk aversion levels p { 1 , 1.1 , 2 } , Table 1 and Table 2 depict the performance line-up for deep hedging and discretized delta hedging respectively.
Finally, we compare the terminal wealth between deep hedging and delta hedging in Figure 1, Figure 2, Figure 3, Figure 4, Figure 5 and Figure 6, from which we can see that the violation of admissibility by delta hedging is substantial.

4. Conclusions and Outlook

In this note, we have shown that deep partial hedging can replicate the modified contingent claims as derived theoretically in the context of efficient hedging by Föllmer and Leukert (2000), without any prior knowledge of the latter’s payoff profile. Our findings hold for risk-neutral and risk-averse option writers ( p 1 ); for risk-taking option writers ( p [ 0 , 1 ) ), it appears to be difficult to capture the modified payoff with two barriers using deep neural networks (cf. Föllmer and Leukert (2000)). We refer further research into these challenges, as well as the investigation of deep partial hedging for more general market dynamics and derivatives, to future work.
[custom] References

Author Contributions

Conceptualization, M.W.; Investigation, S.H., T.K. and M.W.; Software, S.H. and T.K.; Writing, S.H. and T.K.; Visualization, S.H. All authors have read and agreed to the published version of the manuscript.

Funding

M.W. acknowledges partial funding by COST Action 19130: Fintech and Artificial Intelligence in Finance—Towards a transparent financial industry, supported by COST (European Cooperation in Science and Technology). The APC was funded by the ZHAW Zurich University of Applied Sciences.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

Notes

1
In our numerical experiments, we set B = 100 .
2

References

  1. Buehler, Hans, Lukas Gonon, Josef Teichmann, and Ben Wood. 2019. Deep hedging. Quantitative Finance 19: 1271–91. [Google Scholar] [CrossRef]
  2. Föllmer, Hans, and Peter Leukert. 1999. Quantile hedging. Finance and Stochastics 3: 251–73. [Google Scholar] [CrossRef]
  3. Föllmer, Hans, and Peter Leukert. 2000. Efficient hedging: Cost versus shortfall risk. Finance and Stochastics 4: 117–46. [Google Scholar] [CrossRef] [Green Version]
  4. Föllmer, Hans, and Alexander Schied. 2016. Stochastic Finance. Berlin and Boston: de Gruyter. [Google Scholar]
  5. Kingma, Diederik, and Jimmy Ba. 2015. Adam: A Method for Stochastic Optimization. Paper presented at the 3rd International Conference on Learning Representations (ICLR 2015), San Diego, CA, USA, May 7–9. [Google Scholar]
  6. Leukert, Peter. 1999. Absicherungsstrategien zur Minimierung des Verlustrisikos. Ph.D. thesis, Humbold Universität zu Berlin, Berlin, Germany. [Google Scholar]
Figure 1. Terminal wealth ( p = 1 ).
Figure 1. Terminal wealth ( p = 1 ).
Jrfm 15 00223 g001
Figure 2. Hedging strategy ( p = 1 ).
Figure 2. Hedging strategy ( p = 1 ).
Jrfm 15 00223 g002
Figure 3. Terminal wealth ( p = 1.1 ).
Figure 3. Terminal wealth ( p = 1.1 ).
Jrfm 15 00223 g003
Figure 4. Hedging strategy ( p = 1.1 ).
Figure 4. Hedging strategy ( p = 1.1 ).
Jrfm 15 00223 g004
Figure 5. Terminal wealth ( p = 2 ).
Figure 5. Terminal wealth ( p = 2 ).
Jrfm 15 00223 g005
Figure 6. Hedging strategy ( p = 2 ).
Figure 6. Hedging strategy ( p = 2 ).
Jrfm 15 00223 g006
Table 1. Efficient hedging loss for different risk aversion levels without transaction costs.
Table 1. Efficient hedging loss for different risk aversion levels without transaction costs.
p = 1 p = 1.1 p = 2
deep hedge18.1416.7514.31
delta hedge19.6436.6932.63
Table 2. Efficient hedging loss for different risk aversion levels with proportional transaction costs of 1 % .
Table 2. Efficient hedging loss for different risk aversion levels with proportional transaction costs of 1 % .
p = 1 p = 1.1 p = 2
deep hedge18.0916.3915.58
delta hedge26.4544.0137.84
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Hou, S.; Krabichler, T.; Wunsch, M. Deep Partial Hedging. J. Risk Financial Manag. 2022, 15, 223. https://0-doi-org.brum.beds.ac.uk/10.3390/jrfm15050223

AMA Style

Hou S, Krabichler T, Wunsch M. Deep Partial Hedging. Journal of Risk and Financial Management. 2022; 15(5):223. https://0-doi-org.brum.beds.ac.uk/10.3390/jrfm15050223

Chicago/Turabian Style

Hou, Songyan, Thomas Krabichler, and Marcus Wunsch. 2022. "Deep Partial Hedging" Journal of Risk and Financial Management 15, no. 5: 223. https://0-doi-org.brum.beds.ac.uk/10.3390/jrfm15050223

Article Metrics

Back to TopTop