Particle Methods in Finance Shohruh Miryusupov
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Numerical Solution of Jump-Diffusion LIBOR Market Models
Finance Stochast. 7, 1–27 (2003) c Springer-Verlag 2003 Numerical solution of jump-diffusion LIBOR market models Paul Glasserman1, Nicolas Merener2 1 403 Uris Hall, Graduate School of Business, Columbia University, New York, NY 10027, USA (e-mail: [email protected]) 2 Department of Applied Physics and Applied Mathematics, Columbia University, New York, NY 10027, USA (e-mail: [email protected]) Abstract. This paper develops, analyzes, and tests computational procedures for the numerical solution of LIBOR market models with jumps. We consider, in par- ticular, a class of models in which jumps are driven by marked point processes with intensities that depend on the LIBOR rates themselves. While this formulation of- fers some attractive modeling features, it presents a challenge for computational work. As a first step, we therefore show how to reformulate a term structure model driven by marked point processes with suitably bounded state-dependent intensities into one driven by a Poisson random measure. This facilitates the development of discretization schemes because the Poisson random measure can be simulated with- out discretization error. Jumps in LIBOR rates are then thinned from the Poisson random measure using state-dependent thinning probabilities. Because of discon- tinuities inherent to the thinning process, this procedure falls outside the scope of existing convergence results; we provide some theoretical support for our method through a result establishing first and second order convergence of schemes that accommodates thinning but imposes stronger conditions on other problem data. The bias and computational efficiency of various schemes are compared through numerical experiments. Key words: Interest rate models, Monte Carlo simulation, market models, marked point processes JEL Classification: G13, E43 Mathematics Subject Classification (1991): 60G55, 60J75, 65C05, 90A09 The authors thank Professor Steve Kou for helpful comments and discussions. -
Introduction to Lévy Processes
Introduction to Lévy Processes Huang Lorick [email protected] Document type These are lecture notes. Typos, errors, and imprecisions are expected. Comments are welcome! This version is available at http://perso.math.univ-toulouse.fr/lhuang/enseignements/ Year of publication 2021 Terms of use This work is licensed under a Creative Commons Attribution 4.0 International license: https://creativecommons.org/licenses/by/4.0/ Contents Contents 1 1 Introduction and Examples 2 1.1 Infinitely divisible distributions . 2 1.2 Examples of infinitely divisible distributions . 2 1.3 The Lévy Khintchine formula . 4 1.4 Digression on Relativity . 6 2 Lévy processes 8 2.1 Definition of a Lévy process . 8 2.2 Examples of Lévy processes . 9 2.3 Exploring the Jumps of a Lévy Process . 11 3 Proof of the Levy Khintchine formula 19 3.1 The Lévy-Itô Decomposition . 19 3.2 Consequences of the Lévy-Itô Decomposition . 21 3.3 Exercises . 23 3.4 Discussion . 23 4 Lévy processes as Markov Processes 24 4.1 Properties of the Semi-group . 24 4.2 The Generator . 26 4.3 Recurrence and Transience . 28 4.4 Fractional Derivatives . 29 5 Elements of Stochastic Calculus with Jumps 31 5.1 Example of Use in Applications . 31 5.2 Stochastic Integration . 32 5.3 Construction of the Stochastic Integral . 33 5.4 Quadratic Variation and Itô Formula with jumps . 34 5.5 Stochastic Differential Equation . 35 Bibliography 38 1 Chapter 1 Introduction and Examples In this introductive chapter, we start by defining the notion of infinitely divisible distributions. We then give examples of such distributions and end this chapter by stating the celebrated Lévy-Khintchine formula. -
Kalman and Particle Filtering
Abstract: The Kalman and Particle filters are algorithms that recursively update an estimate of the state and find the innovations driving a stochastic process given a sequence of observations. The Kalman filter accomplishes this goal by linear projections, while the Particle filter does so by a sequential Monte Carlo method. With the state estimates, we can forecast and smooth the stochastic process. With the innovations, we can estimate the parameters of the model. The article discusses how to set a dynamic model in a state-space form, derives the Kalman and Particle filters, and explains how to use them for estimation. Kalman and Particle Filtering The Kalman and Particle filters are algorithms that recursively update an estimate of the state and find the innovations driving a stochastic process given a sequence of observations. The Kalman filter accomplishes this goal by linear projections, while the Particle filter does so by a sequential Monte Carlo method. Since both filters start with a state-space representation of the stochastic processes of interest, section 1 presents the state-space form of a dynamic model. Then, section 2 intro- duces the Kalman filter and section 3 develops the Particle filter. For extended expositions of this material, see Doucet, de Freitas, and Gordon (2001), Durbin and Koopman (2001), and Ljungqvist and Sargent (2004). 1. The state-space representation of a dynamic model A large class of dynamic models can be represented by a state-space form: Xt+1 = ϕ (Xt,Wt+1; γ) (1) Yt = g (Xt,Vt; γ) . (2) This representation handles a stochastic process by finding three objects: a vector that l describes the position of the system (a state, Xt X R ) and two functions, one mapping ∈ ⊂ 1 the state today into the state tomorrow (the transition equation, (1)) and one mapping the state into observables, Yt (the measurement equation, (2)). -
Lecture 19: Wavelet Compression of Time Series and Images
Lecture 19: Wavelet compression of time series and images c Christopher S. Bretherton Winter 2014 Ref: Matlab Wavelet Toolbox help. 19.1 Wavelet compression of a time series The last section of wavelet leleccum notoolbox.m demonstrates the use of wavelet compression on a time series. The idea is to keep the wavelet coefficients of largest amplitude and zero out the small ones. 19.2 Wavelet analysis/compression of an image Wavelet analysis is easily extended to two-dimensional images or datasets (data matrices), by first doing a wavelet transform of each column of the matrix, then transforming each row of the result (see wavelet image). The wavelet coeffi- cient matrix has the highest level (largest-scale) averages in the first rows/columns, then successively smaller detail scales further down the rows/columns. The ex- ample also shows fine results with 50-fold data compression. 19.3 Continuous Wavelet Transform (CWT) Given a continuous signal u(t) and an analyzing wavelet (x), the CWT has the form Z 1 s − t W (λ, t) = λ−1=2 ( )u(s)ds (19.3.1) −∞ λ Here λ, the scale, is a continuous variable. We insist that have mean zero and that its square integrates to 1. The continuous Haar wavelet is defined: 8 < 1 0 < t < 1=2 (t) = −1 1=2 < t < 1 (19.3.2) : 0 otherwise W (λ, t) is proportional to the difference of running means of u over successive intervals of length λ/2. 1 Amath 482/582 Lecture 19 Bretherton - Winter 2014 2 In practice, for a discrete time series, the integral is evaluated as a Riemann sum using the Matlab wavelet toolbox function cwt. -
Poisson Processes Stochastic Processes
Poisson Processes Stochastic Processes UC3M Feb. 2012 Exponential random variables A random variable T has exponential distribution with rate λ > 0 if its probability density function can been written as −λt f (t) = λe 1(0;+1)(t) We summarize the above by T ∼ exp(λ): The cumulative distribution function of a exponential random variable is −λt F (t) = P(T ≤ t) = 1 − e 1(0;+1)(t) And the tail, expectation and variance are P(T > t) = e−λt ; E[T ] = λ−1; and Var(T ) = E[T ] = λ−2 The exponential random variable has the lack of memory property P(T > t + sjT > t) = P(T > s) Exponencial races In what follows, T1;:::; Tn are independent r.v., with Ti ∼ exp(λi ). P1: min(T1;:::; Tn) ∼ exp(λ1 + ··· + λn) . P2 λ1 P(T1 < T2) = λ1 + λ2 P3: λi P(Ti = min(T1;:::; Tn)) = λ1 + ··· + λn P4: If λi = λ and Sn = T1 + ··· + Tn ∼ Γ(n; λ). That is, Sn has probability density function (λs)n−1 f (s) = λe−λs 1 (s) Sn (n − 1)! (0;+1) The Poisson Process as a renewal process Let T1; T2;::: be a sequence of i.i.d. nonnegative r.v. (interarrival times). Define the arrival times Sn = T1 + ··· + Tn if n ≥ 1 and S0 = 0: The process N(t) = maxfn : Sn ≤ tg; is called Renewal Process. If the common distribution of the times is the exponential distribution with rate λ then process is called Poisson Process of with rate λ. Lemma. N(t) ∼ Poisson(λt) and N(t + s) − N(s); t ≥ 0; is a Poisson process independent of N(s); t ≥ 0 The Poisson Process as a L´evy Process A stochastic process fX (t); t ≥ 0g is a L´evyProcess if it verifies the following properties: 1. -
A Stochastic Processes and Martingales
A Stochastic Processes and Martingales A.1 Stochastic Processes Let I be either IINorIR+.Astochastic process on I with state space E is a family of E-valued random variables X = {Xt : t ∈ I}. We only consider examples where E is a Polish space. Suppose for the moment that I =IR+. A stochastic process is called cadlag if its paths t → Xt are right-continuous (a.s.) and its left limits exist at all points. In this book we assume that every stochastic process is cadlag. We say a process is continuous if its paths are continuous. The above conditions are meant to hold with probability 1 and not to hold pathwise. A.2 Filtration and Stopping Times The information available at time t is expressed by a σ-subalgebra Ft ⊂F.An {F ∈ } increasing family of σ-algebras t : t I is called a filtration.IfI =IR+, F F F we call a filtration right-continuous if t+ := s>t s = t. If not stated otherwise, we assume that all filtrations in this book are right-continuous. In many books it is also assumed that the filtration is complete, i.e., F0 contains all IIP-null sets. We do not assume this here because we want to be able to change the measure in Chapter 4. Because the changed measure and IIP will be singular, it would not be possible to extend the new measure to the whole σ-algebra F. A stochastic process X is called Ft-adapted if Xt is Ft-measurable for all t. If it is clear which filtration is used, we just call the process adapted.The {F X } natural filtration t is the smallest right-continuous filtration such that X is adapted. -
MERTON JUMP-DIFFUSION MODEL VERSUS the BLACK and SCHOLES APPROACH for the LOG-RETURNS and VOLATILITY SMILE FITTING Nicola Gugole
International Journal of Pure and Applied Mathematics Volume 109 No. 3 2016, 719-736 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu AP doi: 10.12732/ijpam.v109i3.19 ijpam.eu MERTON JUMP-DIFFUSION MODEL VERSUS THE BLACK AND SCHOLES APPROACH FOR THE LOG-RETURNS AND VOLATILITY SMILE FITTING Nicola Gugole Department of Computer Science University of Verona Strada le Grazie, 15-37134, Verona, ITALY Abstract: In the present paper we perform a comparison between the standard Black and Scholes model and the Merton jump-diffusion one, from the point of view of the study of the leptokurtic feature of log-returns and also concerning the volatility smile fitting. Provided results are obtained by calibrating on market data and by mean of numerical simulations which clearly show how the jump-diffusion model outperforms the classical geometric Brownian motion approach. AMS Subject Classification: 60H15, 60H35, 91B60, 91G20, 91G60 Key Words: Black and Scholes model, Merton model, stochastic differential equations, log-returns, volatility smile 1. Introduction In the early 1970’s the world of option pricing experienced a great contribu- tion given by the work of Fischer Black and Myron Scholes. They developed a new mathematical model to treat certain financial quantities publishing re- lated results in the article The Pricing of Options and Corporate Liabilities, see [1]. The latter work became soon a reference point in the financial scenario. Received: August 3, 2016 c 2016 Academic Publications, Ltd. Revised: September 16, 2016 url: www.acadpubl.eu Published: September 30, 2016 720 N. Gugole Nowadays, many traders still use the Black and Scholes (BS) model to price as well as to hedge various types of contingent claims. -
Sensitivity Estimation of Sabr Model Via Derivative of Random Variables
Proceedings of the 2011 Winter Simulation Conference S. Jain, R. R. Creasey, J. Himmelspach, K. P. White, and M. Fu, eds. SENSITIVITY ESTIMATION OF SABR MODEL VIA DERIVATIVE OF RANDOM VARIABLES NAN CHEN YANCHU LIU The Chinese University of Hong Kong 709A William Mong Engineering Building Shatin, N. T., HONG KONG ABSTRACT We derive Monte Carlo simulation estimators to compute option price sensitivities under the SABR stochastic volatility model. As a companion to the exact simulation method developed by Cai, Chen and Song (2011), this paper uses the sensitivity of “vol of vol” as a showcase to demonstrate how to use the pathwise method to obtain unbiased estimators to the price sensitivities under SABR. By appropriately conditioning on the path generated by the volatility, the evolution of the forward price can be represented as noncentral chi-square random variables with stochastic parameters. Combined with the technique of derivative of random variables, we can obtain fast and accurate unbiased estimators for the sensitivities. 1 INTRODUCTION The ubiquitous existence of the volatility smile and skew poses a great challenge to the practice of risk management in fixed and foreign exchange trading desks. In foreign currency option markets, the implied volatility is often relatively lower for at-the-money options and becomes gradually higher as the strike price moves either into the money or out of the money. Traders refer to this stylized pattern as the volatility smile. In the equity and interest rate markets, a typical aspect of the implied volatility, which is also known as the volatility skew, is that it decreases as the strike price increases. -
A Class of Measure-Valued Markov Chains and Bayesian Nonparametrics
Bernoulli 18(3), 2012, 1002–1030 DOI: 10.3150/11-BEJ356 A class of measure-valued Markov chains and Bayesian nonparametrics STEFANO FAVARO1, ALESSANDRA GUGLIELMI2 and STEPHEN G. WALKER3 1Universit`adi Torino and Collegio Carlo Alberto, Dipartimento di Statistica e Matematica Ap- plicata, Corso Unione Sovietica 218/bis, 10134 Torino, Italy. E-mail: [email protected] 2Politecnico di Milano, Dipartimento di Matematica, P.zza Leonardo da Vinci 32, 20133 Milano, Italy. E-mail: [email protected] 3University of Kent, Institute of Mathematics, Statistics and Actuarial Science, Canterbury CT27NZ, UK. E-mail: [email protected] Measure-valued Markov chains have raised interest in Bayesian nonparametrics since the seminal paper by (Math. Proc. Cambridge Philos. Soc. 105 (1989) 579–585) where a Markov chain having the law of the Dirichlet process as unique invariant measure has been introduced. In the present paper, we propose and investigate a new class of measure-valued Markov chains defined via exchangeable sequences of random variables. Asymptotic properties for this new class are derived and applications related to Bayesian nonparametric mixture modeling, and to a generalization of the Markov chain proposed by (Math. Proc. Cambridge Philos. Soc. 105 (1989) 579–585), are discussed. These results and their applications highlight once again the interplay between Bayesian nonparametrics and the theory of measure-valued Markov chains. Keywords: Bayesian nonparametrics; Dirichlet process; exchangeable sequences; linear functionals -
Option Pricing with Jump Diffusion Models
UNIVERSITY OF PIRAEUS DEPARTMENT OF BANKING AND FINANCIAL MANAGEMENT M. Sc in FINANCIAL ANALYSIS FOR EXECUTIVES Option pricing with jump diffusion models MASTER DISSERTATION BY: SIDERI KALLIOPI: MXAN 1134 SUPERVISOR: SKIADOPOULOS GEORGE EXAMINATION COMMITTEE: CHRISTINA CHRISTOU PITTIS NIKITAS PIRAEUS, FEBRUARY 2013 2 TABLE OF CONTENTS ς ABSTRACT .............................................................................................................................. 3 SECTION 1 INTRODUCTION ................................................................................................ 4 ώ SECTION 2 LITERATURE REVIEW: .................................................................................... 9 ι SECTION 3 DATASET .......................................................................................................... 14 SECTION 4 .............................................................................................................................α 16 4.1 PRICING AND HEDGING IN INCOMPLETE MARKETS ....................................... 16 4.2 CHANGE OF MEASURE ............................................................................................ρ 17 SECTION 5 MERTON’S MODEL .........................................................................................ι 21 5.1 THE FORMULA ........................................................................................................... 21 5.2 PDE APPROACH BY HEDGING ................................................................ε ............... 24 5.3 EFFECT -
CURRICULUM VITAE Anatoliy SWISHCHUK Department Of
CURRICULUM VITAE Anatoliy SWISHCHUK Department of Mathematics & Statistics, University of Calgary 2500 University Drive NW, Calgary, Alberta, Canada T2N 1N4 Office: MS552 E-mails: [email protected] Tel: +1 (403) 220-3274 (office) home page: http://www.math.ucalgary.ca/~aswish/ Education: • Doctor of Phys. & Math. Sci. (1992, Doctorate, Institute of Mathematics, National Academy of Sciences of Ukraine (NASU), Kiev, Ukraine) • Ph.D. (1984, Institute of Mathematics, NASU, Kiev, Ukraine) • M.Sc., B.Sc. (1974-1979, Kiev State University, Faculty of Mathematics & Mechanics, Probability Theory & Mathematical Statistics Department, Kiev, Ukraine) Work Experience: • Full Professor, Department of Mathematics and Statistics, University of Calgary, Calgary, Canada (April 2012-present) • Co-Director, Mathematical and Computational Finance Laboratory, Department of Math- ematics and Statistics, University of Calgary, Calgary, Canada (October 2004-present) • Associate Professor, Department of Mathematics and Statistics, University of Calgary, Calgary, Canada (July 2006-March 2012) • Assistant Professor, Department of Mathematics and Statistics, University of Calgary, Calgary, Canada (August 2004-June 2006) • Course Director, Department of Mathematics & Statistics, York University, Toronto, ON, Canada (January 2003-June 2004) • Research Associate, Laboratory for Industrial & Applied Mathematics, Department of Mathematics & Statistics, York University, Toronto, ON, Canada (November 1, 2001-July 2004) • Professor, Probability Theory & Mathematical Statistics -
Introduction to Black's Model for Interest Rate
INTRODUCTION TO BLACK'S MODEL FOR INTEREST RATE DERIVATIVES GRAEME WEST AND LYDIA WEST, FINANCIAL MODELLING AGENCY© Contents 1. Introduction 2 2. European Bond Options2 2.1. Different volatility measures3 3. Caplets and Floorlets3 4. Caps and Floors4 4.1. A call/put on rates is a put/call on a bond4 4.2. Greeks 5 5. Stripping Black caps into caplets7 6. Swaptions 10 6.1. Valuation 11 6.2. Greeks 12 7. Why Black is useless for exotics 13 8. Exercises 13 Date: July 11, 2011. 1 2 GRAEME WEST AND LYDIA WEST, FINANCIAL MODELLING AGENCY© Bibliography 15 1. Introduction We consider the Black Model for futures/forwards which is the market standard for quoting prices (via implied volatilities). Black[1976] considered the problem of writing options on commodity futures and this was the first \natural" extension of the Black-Scholes model. This model also is used to price options on interest rates and interest rate sensitive instruments such as bonds. Since the Black-Scholes analysis assumes constant (or deterministic) interest rates, and so forward interest rates are realised, it is difficult initially to see how this model applies to interest rate dependent derivatives. However, if f is a forward interest rate, it can be shown that it is consistent to assume that • The discounting process can be taken to be the existing yield curve. • The forward rates are stochastic and log-normally distributed. The forward rates will be log-normally distributed in what is called the T -forward measure, where T is the pay date of the option.