Interest Rate Curves Calibration with Monte-Carlo Simulation
|
|
|
- Ethelbert Welch
- 9 years ago
- Views:
Transcription
1 Maestría en Ingeniería Matemática Facultad de Matemáticas UCM University of Oxford Università degli Studi di Firenze II Modelling week Interest Rate Curves Calibration with Monte-Carlo Simulation Work by A. Baena (UCM) Y. Borhani (Univ. of Oxford) E. Leoncini (Univ. of Florence) R. Minguez (UCM) J.M. Nkhaso (UCM) A. Sanchez (UCM) A. Vilcapoma (UCM) Supervisors Dr. G. Oleaga I. Colodrón
2 1 Introduction In nance the yield curve is the relation between the interest rate and the time to maturity of the debt for a given borrower in a given currency. The value of an interest rate curve can be known today and can be used to obtain today's values for xed income securities, futures, derivatives etc. Now, if we wish to know the value of these securities in the future, the interest rate curves must be simulated. Our work deals with this simulation. We rst use historical data of interest rates to estimate the parameters required to describe the future values by a Monte Carlo simulator. The underlying assumption is that the interest rates t a certain model, for instance the log-normal model. Further work includes the generation of parameters for the Nelson-Siegel model using historical data and establishing a model that best describes the evolution of each parameter with time. This allows us to simulate future parameter values for the Nelson-Siegel model and hence gives us an alternate method for predicting future interest rate developments. 2 Modelling 2.1 Monte Carlo Simulator assuming a Lognormal Model Monte Carlo methods are based on random sampling and are most frequently used in problems without a deterministic solution. In nance they are used to value and analyze basic nancial models through to complex instruments by simulating various sources of uncertainty aecting their value and then determining their average value over the range of resultant outcomes. We use a Monte Carlo method to simulate the evolution of interest rate curves with time, as outlined below. For this purpose we must assume a model for the evolution. The log-normal model is a suitable and convenient model because it allows us to use a variety of stochastic calculus methods that are based on this assumption. Let us consider that the risk factors (interest rates for dierent maturities) follow the lognormal stochastic model with constant instantaneous mean µ and volatility σ: dx X where dw is a Wiener process, ie = µdt + σdw (2.1) dw = dtz where Z N (0, 1), has a standard normal distribution. This model has an explicit solution for the stochastic variable X, namely: log (X (t)) = log (X (t 0 )) + (µ 12 ) σ2 (t t 0 ) + σ t t 0 Z Z N (0, 1). 2
3 This can be easily checked by Ito's Lemma: d (log (X)) = X (log (X)) dx X 2 (log (X)) ( dx 2) = dx X 1 dx 2 2 X 2 = (µ 12 ) σ2 dt + σ dtz Then, log(x (t)) follows a brownian motion with constant drift µ 1 2 σ2 and volatity σ. Integrating the process between t 0 and t we obtain 1 : ) log (X (t)) log (X (t 0 )) = (µ σ2 (t t 0 ) + σ t t 0 Z, 2 or ) X (t) = X (t 0 ) exp ((µ σ2 (t t 0 ) + σ ) t t 0 Z. (2.2) 2 One variable: estimating µ and σ from historical data Suppose we have only one risk factor with its historical data. We want to estimate µ and σ from the historical data. Let us assume that we have M +1 historical observations x i, i = 1,... M +1, one for each day, and we assume that First we construct the returns r i := dx i x i dt 1 day. = x i+1 x i x i, and then use the estimator for the daily mean: r = 1 M M r i µdt. (2.3) i=1 And for the daily volatility: s = 1 M (r i r) 2 σ dt (unbiased estimator). (2.4) M 1 i=1 Then, we have the estimates for the annual mean and volatitity: µ = r dt σ = s dt. For a unique risk factor, the Monte Carlo simulation is now complete; we must generate a unique sample of a standard normal variable Z and plug the value into (2.2) to obtain simulations of X (t) given a value X (t 0 ). 1 Because of the explicit solution of the SDE we can integrate it. If we change the model we-ll have to compute the solution step by step from the starting time t 0 to the desired time t 3
4 Several variables: covariance matrix. In the case of several variables we must take into account the stochastic dependence between samples. Let us assume that we have N risk factors that follow a lognormal model as (2.1): dx j X j = µ j dt + σ j dw j. (2.5) Notice that the Wiener process is indexed in order to show explicitly that we have a dierent stochastic variable for each risk factor. The way to obtain the parameters for the simulation is the same as for a unique risk factor, using the returns of each variable and the mean (2.3) and volatility (2.4). We use now the notation x ij for the i historical sample of the variable j. Assume again that we have M + 1 data for each variable: r ij = X i+1,j X ij X ij. (2.6) r j = 1 M r ij µ j dt. M i=1 s j = 1 M (r ij r j ) 2 σ j dt. M 1 i=1 Therefore, taking into account the anualised values: µ j = 1 dt M M i=1 r ij σ j = 1 M (r ij r j ) 2. dt (M 1) These are the parameters that we will use in the explicit solution for each factor: (( ) ) (t t 0 ) + σ j t t0 Z j X j (t) = X j (t 0 ) exp µ j σ2 j 2 The main problem now is how to generate the N normal variables with the correlation implied by the data. This is a standard procedure that can be done in several ways. Here we need to take into account the time scaling factor in the stochastic term of the model (2.5). Let us call R the matix of returns and R the centered data matrix, that is, the one that is obtained from R by subtracting the daily mean of each column (µ j dt). Then: cov (r l, r m ) = 1 M 1 i=1 M ril r im (unbiased estimator). (2.7) i=1 4.
5 Notice that (due to the model selected) this is an estimate of the quantity: Then our covariance matrix is given by Notice that cov (r l, r m ) σ l σ m dt cov (Z l, Z m ). cov (Z l, Z m ) = cov (r l, r m ) σ l σ m dt 1 σ l σ m dt = M M (r il r l ) 2 (r im r m ) 2. (M 1) i=1 i=1. (2.8) Normal correlated samples generated by Cholesky's factorization Let us call V the covariance matrix cov(z l, Z m ). A way to generate the samples is to make a kind of Gram-Schmidt process, generating independent ξ i normal variables: Z 1 = λ 11 ξ 1 λ 11 = 1. Now we want ξ 2 independent of ξ 1 : Z 2 = λ 21 ξ 1 + λ 22 ξ 2 where λ 22, λ 12 are coecients to be determined in such a way that Z 1 and Z 2 have the correct covariation: The following step: then: V 22 = λ λ 2 21 = 1 V 12 = λ 21 λ 22 = 1 V12 2. Z 3 = λ 31 ξ 1 + λ 32 ξ 2 + λ 33 ξ 3 V 13 = λ 31 V 23 = λ 21 λ 31 + λ 22 λ 32 V 33 = λ λ λ 2 31 and so on. The Cholesky factorization would be: Z = Ωξ V = E [ ZZ T ] = ΩΩ T, where E [ ] is the expected value applied to each matix component. Computing Ω is one way to generate N correlated normal variables by means of N independent ones. We cannot use the Cholesky factorization of V, because it is not positive denite. Another way to obtain a factorization of the correlation matrix is explained in the next paragraph. 5
6 Numbers generated with the data. Recall that R is the matrix dened by the centered data: r ij = r ij µ j and we have by denition (cf. 2.7 and 2.8) that } {(R ) T R So that, if we rescale the data: Then V ml = cov (Z m, Z l ) = C ij = lm (M 1) σ l σ m dt r ij σ j (M 1) dt V = C T C Now consider the output of the product Z = Ωξ (2.9) where ξ is an M dimensional vector of independent standard normal variables and Ω = C T. If we consider the covariance matrix of the variable Z we have that [ ] E (Ωξ) (Ωξ) T = ΩΩ T = C T C = V Therefore, we can generate a sample of normal correlated variables with V correlation matrix, with the formula (2.9). 2.2 Fitting yield curves: the Nelson-Siegel model. The tting method of Nelson and Siegel [1] allows to construct the instantaneous forward yield curve by a family of functions consisting of a constant and the solutions of a second order dierential equation with constant coecients, when the roots of the associated polinomial are real and equal. In this case we can write: r (m) = β 0 + β 1 exp ( m/τ) + β 2 (m/τ) exp ( m/τ). (2.10) The relationship between forward and continuous rates with maturity m is as follows. Consider the growing factor on the interval [m, m + m]: P (0, m) P (0, m + m) m > 0, where P (t, m) is the price at time t of a unit amount of money that will be paid in time m. When we compute the forward instantaneous in that interval for m 0 we obtain: 1 + r (m) m P (0, m) P (0, m + m) r (m) = lim P (0, m) P (0, m + m), m 0 m P (0, m + m) 6
7 and then r (m) = P (0, m) m For continous compounding we have that: P (0, m) = exp ( mr (m)) and we obtain: P (0, m) m r (m) = (mr (m)) R (m) = 1 m 1 P (0, m). = (mr (m)) exp ( mr (m)) m 0 r (x) dx, therefore, R (m) is a kind of mean integral value of the forward instantaneous rates that we observe today. Taking into account this formula and the model (2.10), we can integrate and obtain: R (m) = 1 ( ( (β 0 m τβ 1 e m τ + β 2 τ 1 e m τ m = β 0 + τ ( ) m (β 1 + β 2 ) 1 e m τ β 2 e m τ ) m e m τ In this case β 0 is the behaviour for m, β 0 +β 1 is the short term behavior, and β 1 + β 2 denes the mid term behaviour (about two or three years). 3 Implementation of Montecarlo method As mentioned previously, Monte Carlo methods require a given distribution for generating random scenarios. We propose the usage of a lognormal distrubution and we rst need to statistically validate this choice using our historical data. In general, interest rate samples are distributed around a central value and exhibit a drift with time. This is an important property of the data since the majority of tools used in statistical analysis depend on the stationary nature of the data over time, that is the distribution of samples around their average without drift. In gure 1 we see a typical evolution of the interest rate in a given day. The variation is due to a unitary root in the stochastic variable. If the root is lower than 1, the variable average is stationary, with the variable itself varying in a random way without drifting away from the average value. We conducted statistical tests to establish whether the interest rate and the rst dierence of its logarithm (which gives the yield) have a unit root. The data (the signicance level in particular) implies that there is no unit root for the interest rates themselves, but for the rst dierence of the logarithm. The use of the lognormal model can therefore be justied in the latter case only. As the data for the interest rates is not stationary, it cannot be normally distributed. Thus the equation )) ds = µdt + σdw (3.1) 7
8 Figure 1: In the rst column we have the histograms of the development of interest rates for dierent maturities (1 week, 1 month, 20 years). The second column shows the returns based on the interest rates in column 1. D-Lag t-adf βy 1 σ t-dylag t-prob AIC F-prob ** ** ** Table 1: 1 DAY LIR-EUR-MONEY-TN: ADF tests (T = 99, Constant; 5% = % = 3.50) D-Lag t-adf βy 1 σ t-dylag t-prob AIC F-prob Table 2: 1 WEEK LIR-EUR-MONEY-1W: ADF tests (T = 99, Constant; 5% = % = 3.50) where W is a Wiener process, does not hold. Eventually we show that historical returns follow the model. ds S In fact we can divide it into two parts: = µdt + σdw (3.2) 8
9 D-Lag t-adf βy 1 σ t-dylag t-prob AIC F-prob Table 3: 1 MONTH LIR-EUR-MONEY-1M: ADF tests (T = 99, Constant; 5% = % = 3.50) unit root test: to look for data stability. So we can summarize in tables, as we did before. From tables 4, 5, 6 we gure that we can accept the null hypotesys so we can gure that the date of the returns are stables. D-Lag t-adf βy 1 σ t-dylag t-prob AIC F-prob ** ** ** ** ** Table 4: 1 DAY DLIR-EUR-MONEY-TN: ADF tests (T = 96, Constant; 5% = % = 3.50) D-Lag t-adf βy 1 σ t-dylag t-prob AIC F-prob ** ** ** ** ** Table 5: 1 WEEK DLIR-EUR-MONEY-TN: ADF tests (T = 96, Constant; 5% = % = 3.50) D-Lag t-adf βy 1 σ t-dylag t-prob AIC F-prob * ** ** ** ** Table 6: 1 MONTH DLIR-EUR-MONEY-TN: ADF tests (T = 96, Constant; 5% = % = 3.50) normal test: to verify that the returns are normal distributed. We can split the data in two parts. The data in the short run and those in the long run. For the short run we can see that the normal model doesn't t the data. In fact the normal test refuse the null hypothesis: 9
10 H 0 : does a normal distribution t the data for the returns? as we can observe by table 7 (the behaviour is the same until the 2 years). On the other hand data in the long run accept the null hypothesis, as we can observe by table 8 and the behaviour is quite the same for all dates after 3 years. Observations 101 Mean Std Dev Skewness Excess Kurtosis Minimum Maximum Asymptotic test: χ 2 (2) = [0.0000]** Normality test: χ 2 (2) = [0.0000]** Table 7: 1 DAY normality test Observations 101 Mean Std Dev Skewness Excess Kurtosis Minimum Maximum Asymptotic test: χ 2 (2) = [0.4851] Normality test: χ 2 (2) = [0.3897] Table 8: 3 YEARS normality test We have nally to test one more thing to see if the returns ts the model. When we assume that they follow a model like in 2.1, we're assuming that the process have independent increments. If we take a daily discretization of time and we consider dr t r t =µdt + W t dr t+1 r t+1 =µdt + W t+1 where dr t = r t+1 r t, r t is the interest rate for a xed risk factor and W t is a Wiener process, we are assuming that W t and W t+1 are independent. So we we look at the autocorrelation function in g. 2 we notice that there is not evidence of a correlation of the returns computed today with those that were given by previous days. We can observe this behaviour by the histogram of the autocorrelation of the returns, g. 2 and notice that a periodic correlation with the 5 th day, 10 th day,... 10
11 Figure 2: Autocorrelation of returns of dierent risk factors (1 week, 1 month, 20 years). 3.1 Criticism of the Montecarlo method Problems with the Montecarlo method We focus now on the problems that arise using this kind of model. The rst evident problem is that the curves generated with the Montecarlo method are discontinuous as we can observe by gure 3 Another problem is connected with the distribution. As mentioned before we noticed that in the short run data doesn't have a normal distribution while they t it well in the long run. This is put into evidence also by g. 4. We can notice that while for the long run the curves approach each other, in the short run they show signicant dierences. Possibly solutions Looking at g. 4 we notice that the density function generated by the data shows higher tails than the normal, so we could try to modied the normal distribution with the t-student or other distribution with thick tails. But in this case we'll miss the power of the stochastic calculus and the more similarity with the data will change in a more dicult model, with heavier computations. We'll try a dierent approach with the Nelson-Siegel model, as shown in the next paragraphs. 11
12 Figure 3: Simulated interest rate curve using Montecarlo simulator. Figure 4: Density graphs. Here we've put the theoric density function (normal, red line) together with the estimated density function for the data. 4 Implementation of Nelson Siegel model As we've done for the Montecarlo method we're going to analyze statistically the data and to get few estimates. We used the original data of interest rates 12
13 and a matlab program for the calibration of the Nelson Siegel model in order to obtain historical data for the Nelson Siegel model (the betas). 4.1 Stability test We made the unit root test to look for stability and we took into account short sample size because we noticed strange variations and behaviour for the parameters estimated using the full sample size. Integrating over time we get the graphics as shown in g. 5 that give us the gross behaviour of the Nelson Siegel parameters. Figure 5: Beta estimated using short sample size. Using the unit root stationarity test we nd that β 0 and τ are stationary, but β 1 and β 2 are not. Therefore we have to modelize the rst dierence of β 1 and β 2 (see g. 6), while we-ll use the original series for β 0 and τ. 13
14 Figure 6: First dierence of β 1 and β Normality test Proceding with the normality test we noticed that all the series of betas show a behaviour typical for normal distributions. We have few doubts only for the β 0 parameter. Therefore we can apply the ARIMA model methodology to estimate which are the stochastic processes which generate the betas, in this case we do not make any a priori assumptions about the behaviour of this stochastic process. 4.3 Identication of the stochastic processes that generate betas and calibration We use in this part statistical tools to nd out which would be the stochastic processes that generate the betas. We'll omit the technical details focusing our attention on few graphs to discover which are the orders of the ARIMA models which generate each parameter (see g. 7) and giving the conclusions. Here we can underline that the data for the betas don't show independence (as shown in the second column of graphs). In the third column of g. 7 we put into evidence that the today-value of a parameter is strictly correlated with the value at the previous time, but is weakly connected with the other ones. This lead to the conclusion that the stochastic processes that generate the parameters are β 0 β 1 β 2 τ ARIMA(1,0,0) ARIMA(0,1,1) ARIMA(0,1,1) ARIMA(0,0,1) The calibration of the previous models using the historical data for the betas 14
15 Figure 7: In the rst row is shown the behaviour of β 0, Dβ 1, Dβ 2 and τ. In the second column are shown the respective autocorrelation functions and in the last one the partial autocorrelation functions leads to the calibrated models: (β 0,t 0.045) =0.616(β 0,t ) + ɛ 0,t with ɛ 0,t i.i.d. N(0, ) (4.1) (0.0014) (0.087) (0.0014) (4.2) β 1,t = ɛ 1,t ɛ 1,t 1 with ɛ t i.i.d. N(0, ) (4.3) ( ) (0.1117) (4.4) β 2,t = ɛ 2,t 0.416ɛ 2,t 1 with ɛ t i.i.d. N(0, ) (4.5) ( ) (0.122) (4.6) τ t = ɛ 3,t ɛ 3,t 1 with ɛ t i.i.d. N(0, 0.604) (4.7) (0.0865) (0.096) (4.8) where we put into brackets the standard deviations for the estimate of the parameters of the model. 5 Conclusions We identied the statistical models underlying the evolution of the parameters of the Nelson Siegel Model in time. We found that the parameters are not constant and, in fact, we have estimated the stochastic processes which rule the evolution of these parameters. Afterwards, we can t the interest rate curve using the estimated parameters and, also, to forecast the parameters out-of-sample and, using them, make a prediction for the interest rate curve in the future. The 15
16 Figure 8: Comparison between historical data with the tted curve using the Nelson Siegel model for the date 8 th of May of Figure 9: Forecast of the interest rate curve using the Nelson Siegel model. The T -curve is real data from 8 th of May of 2008 and the other curves are forecasts. advantage of using the Nelson Siegel model with estimated parameters over the Monte Carlo simulation is the absence of assumptions about the data a priori, as we did not assume the data to t any particular model. We also found the Nelson Siegel curves for the interest rates are smoother than those generated by Monte Carlo simulation. Regarding the Monte Carlo simulator, we found that the lognormal model is insucient for the purpose of the simulation and that a more complex model in 16
17 the form of a dierent distribution is required to obtain more accurate results. In particular, we need a model that accounts for the outliers in the data that do not t a normal distribution. Further Work All of our work was centred on a single data set. Further work would involve testing our results on dierent interest rate data samples to conrm their global validity as well as developing more complex models that better t the data for the Monte Carlo simulations. References [1] Charles R. Nelson, Andrew F. Siegel, Parsimonious Modelling of Yield Curves, Journal of Business, 1987, vol. 60, no
18 Figure 10: Residuals for the ARIMA models calibrated to the parameters in the Nelson Siegel model. 18
Monte Carlo Methods in Finance
Author: Yiyang Yang Advisor: Pr. Xiaolin Li, Pr. Zari Rachev Department of Applied Mathematics and Statistics State University of New York at Stony Brook October 2, 2012 Outline Introduction 1 Introduction
Diusion processes. Olivier Scaillet. University of Geneva and Swiss Finance Institute
Diusion processes Olivier Scaillet University of Geneva and Swiss Finance Institute Outline 1 Brownian motion 2 Itô integral 3 Diusion processes 4 Black-Scholes 5 Equity linked life insurance 6 Merton
Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model
Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written
Maximum likelihood estimation of mean reverting processes
Maximum likelihood estimation of mean reverting processes José Carlos García Franco Onward, Inc. [email protected] Abstract Mean reverting processes are frequently used models in real options. For
Risk management of CPPI funds in switching regime markets.
Risk management of CPPI funds in switching regime markets. Donatien Hainaut October, 1 NSA-CRST. 945 Malako Cedex, France. mail: [email protected] Abstract The constant proportion portfolio insurance
R 2 -type Curves for Dynamic Predictions from Joint Longitudinal-Survival Models
Faculty of Health Sciences R 2 -type Curves for Dynamic Predictions from Joint Longitudinal-Survival Models Inference & application to prediction of kidney graft failure Paul Blanche joint work with M-C.
Bias in the Estimation of Mean Reversion in Continuous-Time Lévy Processes
Bias in the Estimation of Mean Reversion in Continuous-Time Lévy Processes Yong Bao a, Aman Ullah b, Yun Wang c, and Jun Yu d a Purdue University, IN, USA b University of California, Riverside, CA, USA
Simulating Stochastic Differential Equations
Monte Carlo Simulation: IEOR E473 Fall 24 c 24 by Martin Haugh Simulating Stochastic Differential Equations 1 Brief Review of Stochastic Calculus and Itô s Lemma Let S t be the time t price of a particular
LOGNORMAL MODEL FOR STOCK PRICES
LOGNORMAL MODEL FOR STOCK PRICES MICHAEL J. SHARPE MATHEMATICS DEPARTMENT, UCSD 1. INTRODUCTION What follows is a simple but important model that will be the basis for a later study of stock prices as
A Memory Reduction Method in Pricing American Options Raymond H. Chan Yong Chen y K. M. Yeung z Abstract This paper concerns with the pricing of American options by simulation methods. In the traditional
Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab
Monte Carlo Simulation: IEOR E4703 Fall 2004 c 2004 by Martin Haugh Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab 1 Overview of Monte Carlo Simulation 1.1 Why use simulation?
IL GOES OCAL A TWO-FACTOR LOCAL VOLATILITY MODEL FOR OIL AND OTHER COMMODITIES 15 // MAY // 2014
IL GOES OCAL A TWO-FACTOR LOCAL VOLATILITY MODEL FOR OIL AND OTHER COMMODITIES 15 MAY 2014 2 Marie-Lan Nguyen / Wikimedia Commons Introduction 3 Most commodities trade as futures/forwards Cash+carry arbitrage
Finite Differences Schemes for Pricing of European and American Options
Finite Differences Schemes for Pricing of European and American Options Margarida Mirador Fernandes IST Technical University of Lisbon Lisbon, Portugal November 009 Abstract Starting with the Black-Scholes
Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t.
LECTURE 7: BLACK SCHOLES THEORY 1. Introduction: The Black Scholes Model In 1973 Fisher Black and Myron Scholes ushered in the modern era of derivative securities with a seminal paper 1 on the pricing
Advanced Fixed Income Analytics Lecture 1
Advanced Fixed Income Analytics Lecture 1 Backus & Zin/April 1, 1999 Vasicek: The Fixed Income Benchmark 1. Prospectus 2. Models and their uses 3. Spot rates and their properties 4. Fundamental theorem
An introduction to Value-at-Risk Learning Curve September 2003
An introduction to Value-at-Risk Learning Curve September 2003 Value-at-Risk The introduction of Value-at-Risk (VaR) as an accepted methodology for quantifying market risk is part of the evolution of risk
Volatility Index: VIX vs. GVIX
I. II. III. IV. Volatility Index: VIX vs. GVIX "Does VIX Truly Measure Return Volatility?" by Victor Chow, Wanjun Jiang, and Jingrui Li (214) An Ex-ante (forward-looking) approach based on Market Price
Does the Spot Curve Contain Information on Future Monetary Policy in Colombia? Por : Juan Manuel Julio Román. No. 463
Does the Spot Curve Contain Information on Future Monetary Policy in Colombia? Por : Juan Manuel Julio Román No. 463 2007 tá - Colombia - Bogotá - Colombia - Bogotá - Colombia - Bogotá - Colombia - Bogotá
3. Monte Carlo Simulations. Math6911 S08, HM Zhu
3. Monte Carlo Simulations Math6911 S08, HM Zhu References 1. Chapters 4 and 8, Numerical Methods in Finance. Chapters 17.6-17.7, Options, Futures and Other Derivatives 3. George S. Fishman, Monte Carlo:
Betting on Volatility: A Delta Hedging Approach. Liang Zhong
Betting on Volatility: A Delta Hedging Approach Liang Zhong Department of Mathematics, KTH, Stockholm, Sweden April, 211 Abstract In the financial market, investors prefer to estimate the stock price
ANALYZING INVESTMENT RETURN OF ASSET PORTFOLIOS WITH MULTIVARIATE ORNSTEIN-UHLENBECK PROCESSES
ANALYZING INVESTMENT RETURN OF ASSET PORTFOLIOS WITH MULTIVARIATE ORNSTEIN-UHLENBECK PROCESSES by Xiaofeng Qian Doctor of Philosophy, Boston University, 27 Bachelor of Science, Peking University, 2 a Project
Pricing Discrete Barrier Options
Pricing Discrete Barrier Options Barrier options whose barrier is monitored only at discrete times are called discrete barrier options. They are more common than the continuously monitored versions. The
第 9 讲 : 股 票 期 权 定 价 : B-S 模 型 Valuing Stock Options: The Black-Scholes Model
1 第 9 讲 : 股 票 期 权 定 价 : B-S 模 型 Valuing Stock Options: The Black-Scholes Model Outline 有 关 股 价 的 假 设 The B-S Model 隐 性 波 动 性 Implied Volatility 红 利 与 期 权 定 价 Dividends and Option Pricing 美 式 期 权 定 价 American
Introduction to Logistic Regression
OpenStax-CNX module: m42090 1 Introduction to Logistic Regression Dan Calderon This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract Gives introduction
INTEREST RATES AND FX MODELS
INTEREST RATES AND FX MODELS 8. Portfolio greeks Andrew Lesniewski Courant Institute of Mathematical Sciences New York University New York March 27, 2013 2 Interest Rates & FX Models Contents 1 Introduction
36 CHAPTER 1. LIMITS AND CONTINUITY. Figure 1.17: At which points is f not continuous?
36 CHAPTER 1. LIMITS AND CONTINUITY 1.3 Continuity Before Calculus became clearly de ned, continuity meant that one could draw the graph of a function without having to lift the pen and pencil. While this
Pricing Corn Calendar Spread Options. Juheon Seok and B. Wade Brorsen
Pricing Corn Calendar Spread Options by Juheon Seok and B. Wade Brorsen Suggested citation format: Seok, J., and B. W. Brorsen. 215. Pricing Corn Calendar Spread Options. Proceedings of the NCCC-134 Conference
Chapter 12 Modal Decomposition of State-Space Models 12.1 Introduction The solutions obtained in previous chapters, whether in time domain or transfor
Lectures on Dynamic Systems and Control Mohammed Dahleh Munther A. Dahleh George Verghese Department of Electrical Engineering and Computer Science Massachuasetts Institute of Technology 1 1 c Chapter
Preliminary Version { Comments Welcome
Option Pricing under the Mixture of Distributions Hypothesis Marco Neumann Diskussionspapier Nr. 208 First Version: December 14, 1997 Current Version: June 27, 1998 Preliminary Version { Comments Welcome
Simple linear regression
Simple linear regression Introduction Simple linear regression is a statistical method for obtaining a formula to predict values of one variable from another where there is a causal relationship between
NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( )
Chapter 340 Principal Components Regression Introduction is a technique for analyzing multiple regression data that suffer from multicollinearity. When multicollinearity occurs, least squares estimates
Sales forecasting # 2
Sales forecasting # 2 Arthur Charpentier [email protected] 1 Agenda Qualitative and quantitative methods, a very general introduction Series decomposition Short versus long term forecasting
Java Modules for Time Series Analysis
Java Modules for Time Series Analysis Agenda Clustering Non-normal distributions Multifactor modeling Implied ratings Time series prediction 1. Clustering + Cluster 1 Synthetic Clustering + Time series
Black-Scholes Equation for Option Pricing
Black-Scholes Equation for Option Pricing By Ivan Karmazin, Jiacong Li 1. Introduction In early 1970s, Black, Scholes and Merton achieved a major breakthrough in pricing of European stock options and there
CAPM, Arbitrage, and Linear Factor Models
CAPM, Arbitrage, and Linear Factor Models CAPM, Arbitrage, Linear Factor Models 1/ 41 Introduction We now assume all investors actually choose mean-variance e cient portfolios. By equating these investors
Four Derivations of the Black Scholes PDE by Fabrice Douglas Rouah www.frouah.com www.volopta.com
Four Derivations of the Black Scholes PDE by Fabrice Douglas Rouah www.frouah.com www.volopta.com In this Note we derive the Black Scholes PDE for an option V, given by @t + 1 + rs @S2 @S We derive the
A Comparison of Option Pricing Models
A Comparison of Option Pricing Models Ekrem Kilic 11.01.2005 Abstract Modeling a nonlinear pay o generating instrument is a challenging work. The models that are commonly used for pricing derivative might
A Pricing Model for American Options with Stochastic Interest Rates Bert Menkveld and Ton Vorst Department of Finance Erasmus University Rotterdam P.O. Box 1738 NL-3000 DR Rotterdam The Netherlands e-mail:
A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH [email protected]
A Regime-Switching Model for Electricity Spot Prices Gero Schindlmayr EnBW Trading GmbH [email protected] May 31, 25 A Regime-Switching Model for Electricity Spot Prices Abstract Electricity markets
Introduction to Time Series Analysis. Lecture 1.
Introduction to Time Series Analysis. Lecture 1. Peter Bartlett 1. Organizational issues. 2. Objectives of time series analysis. Examples. 3. Overview of the course. 4. Time series models. 5. Time series
Continued Fractions and the Euclidean Algorithm
Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction
Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies
Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies Drazen Pesjak Supervised by A.A. Tsvetkov 1, D. Posthuma 2 and S.A. Borovkova 3 MSc. Thesis Finance HONOURS TRACK Quantitative
Chapter 1. Vector autoregressions. 1.1 VARs and the identi cation problem
Chapter Vector autoregressions We begin by taking a look at the data of macroeconomics. A way to summarize the dynamics of macroeconomic data is to make use of vector autoregressions. VAR models have become
Miscellaneous. Simone Freschi [email protected] Tommaso Gabriellini [email protected]. Università di Siena
Miscellaneous Simone Freschi [email protected] Tommaso Gabriellini [email protected] Head of Global MPS Capital Services SpA - MPS Group Università di Siena ini A.A. 2014-2015 1 / 1 A
Estimating the Degree of Activity of jumps in High Frequency Financial Data. joint with Yacine Aït-Sahalia
Estimating the Degree of Activity of jumps in High Frequency Financial Data joint with Yacine Aït-Sahalia Aim and setting An underlying process X = (X t ) t 0, observed at equally spaced discrete times
How To Model The Yield Curve
Modeling Bond Yields in Finance and Macroeconomics Francis X. Diebold, Monika Piazzesi, and Glenn D. Rudebusch* January 2005 Francis X. Diebold, Department of Economics, University of Pennsylvania, Philadelphia,
Geometric Brownian Motion, Option Pricing, and Simulation: Some Spreadsheet-Based Exercises in Financial Modeling
Spreadsheets in Education (ejsie) Volume 5 Issue 3 Article 4 November 01 Geometric Brownian Motion, Option Pricing, and Simulation: Some Spreadsheet-Based Exercises in Financial Modeling Kevin D. Brewer
Chapter 3 RANDOM VARIATE GENERATION
Chapter 3 RANDOM VARIATE GENERATION In order to do a Monte Carlo simulation either by hand or by computer, techniques must be developed for generating values of random variables having known distributions.
When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment
When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment Siwei Gan, Jin Zheng, Xiaoxia Feng, and Dejun Xie Abstract Refinancing refers to the replacement of an existing debt obligation
Chapter 2: Binomial Methods and the Black-Scholes Formula
Chapter 2: Binomial Methods and the Black-Scholes Formula 2.1 Binomial Trees We consider a financial market consisting of a bond B t = B(t), a stock S t = S(t), and a call-option C t = C(t), where the
Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur
Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce
On Black-Scholes Equation, Black- Scholes Formula and Binary Option Price
On Black-Scholes Equation, Black- Scholes Formula and Binary Option Price Abstract: Chi Gao 12/15/2013 I. Black-Scholes Equation is derived using two methods: (1) risk-neutral measure; (2) - hedge. II.
Markovian projection for volatility calibration
cutting edge. calibration Markovian projection for volatility calibration Vladimir Piterbarg looks at the Markovian projection method, a way of obtaining closed-form approximations of European-style option
Properties of the SABR model
U.U.D.M. Project Report 2011:11 Properties of the SABR model Nan Zhang Examensarbete i matematik, 30 hp Handledare och examinator: Johan Tysk Juni 2011 Department of Mathematics Uppsala University ABSTRACT
Does Black-Scholes framework for Option Pricing use Constant Volatilities and Interest Rates? New Solution for a New Problem
Does Black-Scholes framework for Option Pricing use Constant Volatilities and Interest Rates? New Solution for a New Problem Gagan Deep Singh Assistant Vice President Genpact Smart Decision Services Financial
Market Risk Analysis. Quantitative Methods in Finance. Volume I. The Wiley Finance Series
Brochure More information from http://www.researchandmarkets.com/reports/2220051/ Market Risk Analysis. Quantitative Methods in Finance. Volume I. The Wiley Finance Series Description: Written by leading
y t by left multiplication with 1 (L) as y t = 1 (L) t =ª(L) t 2.5 Variance decomposition and innovation accounting Consider the VAR(p) model where
. Variance decomposition and innovation accounting Consider the VAR(p) model where (L)y t = t, (L) =I m L L p L p is the lag polynomial of order p with m m coe±cient matrices i, i =,...p. Provided that
Matching Investment Strategies in General Insurance Is it Worth It? Aim of Presentation. Background 34TH ANNUAL GIRO CONVENTION
Matching Investment Strategies in General Insurance Is it Worth It? 34TH ANNUAL GIRO CONVENTION CELTIC MANOR RESORT, NEWPORT, WALES Aim of Presentation To answer a key question: What are the benefit of
Master of Mathematical Finance: Course Descriptions
Master of Mathematical Finance: Course Descriptions CS 522 Data Mining Computer Science This course provides continued exploration of data mining algorithms. More sophisticated algorithms such as support
Simple Regression Theory II 2010 Samuel L. Baker
SIMPLE REGRESSION THEORY II 1 Simple Regression Theory II 2010 Samuel L. Baker Assessing how good the regression equation is likely to be Assignment 1A gets into drawing inferences about how close the
Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)
Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume
Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMS091)
Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMS091) Magnus Wiktorsson Centre for Mathematical Sciences Lund University, Sweden Lecture 5 Sequential Monte Carlo methods I February
Using the SABR Model
Definitions Ameriprise Workshop 2012 Overview Definitions The Black-76 model has been the standard model for European options on currency, interest rates, and stock indices with it s main drawback being
Affine-structure models and the pricing of energy commodity derivatives
Affine-structure models and the pricing of energy commodity derivatives Nikos K Nomikos [email protected] Cass Business School, City University London Joint work with: Ioannis Kyriakou, Panos Pouliasis
Some Practical Issues in FX and Equity Derivatives
Some Practical Issues in FX and Equity Derivatives Phenomenology of the Volatility Surface The volatility matrix is the map of the implied volatilities quoted by the market for options of different strikes
Derivation of Local Volatility by Fabrice Douglas Rouah www.frouah.com www.volopta.com
Derivation of Local Volatility by Fabrice Douglas Rouah www.frouah.com www.volopta.com The derivation of local volatility is outlined in many papers and textbooks (such as the one by Jim Gatheral []),
Introduction to General and Generalized Linear Models
Introduction to General and Generalized Linear Models General Linear Models - part I Henrik Madsen Poul Thyregod Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby
The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series.
Cointegration The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series. Economic theory, however, often implies equilibrium
Valuing Stock Options: The Black-Scholes-Merton Model. Chapter 13
Valuing Stock Options: The Black-Scholes-Merton Model Chapter 13 Fundamentals of Futures and Options Markets, 8th Ed, Ch 13, Copyright John C. Hull 2013 1 The Black-Scholes-Merton Random Walk Assumption
1 Example of Time Series Analysis by SSA 1
1 Example of Time Series Analysis by SSA 1 Let us illustrate the 'Caterpillar'-SSA technique [1] by the example of time series analysis. Consider the time series FORT (monthly volumes of fortied wine sales
Introduction to Arbitrage-Free Pricing: Fundamental Theorems
Introduction to Arbitrage-Free Pricing: Fundamental Theorems Dmitry Kramkov Carnegie Mellon University Workshop on Interdisciplinary Mathematics, Penn State, May 8-10, 2015 1 / 24 Outline Financial market
The Black-Scholes Formula
FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 The Black-Scholes Formula These notes examine the Black-Scholes formula for European options. The Black-Scholes formula are complex as they are based on the
Lecture. S t = S t δ[s t ].
Lecture In real life the vast majority of all traded options are written on stocks having at least one dividend left before the date of expiration of the option. Thus the study of dividends is important
Implied Volatility of Leveraged ETF Options
IEOR Dept. Columbia University joint work with Ronnie Sircar (Princeton) Cornell Financial Engineering Seminar Feb. 6, 213 1 / 37 LETFs and Their Options Leveraged Exchange Traded Funds (LETFs) promise
Hedging Exotic Options
Kai Detlefsen Wolfgang Härdle Center for Applied Statistics and Economics Humboldt-Universität zu Berlin Germany introduction 1-1 Models The Black Scholes model has some shortcomings: - volatility is not
Jung-Soon Hyun and Young-Hee Kim
J. Korean Math. Soc. 43 (2006), No. 4, pp. 845 858 TWO APPROACHES FOR STOCHASTIC INTEREST RATE OPTION MODEL Jung-Soon Hyun and Young-Hee Kim Abstract. We present two approaches of the stochastic interest
Yield Curve Modeling
Eötvös Loránd University Faculty of Science Yield Curve Modeling Thesis Balázs Márton Süli Actuarial and Financial Mathematics MSc Quantitative Finances Major Supervisors: Dr. András Zempléni associate
Merton-Black-Scholes model for option pricing. Peter Denteneer. 22 oktober 2009
Merton-Black-Scholes model for option pricing Instituut{Lorentz voor Theoretische Natuurkunde, LION, Universiteit Leiden 22 oktober 2009 With inspiration from: J. Tinbergen, T.C. Koopmans, E. Majorana,
Pricing and calibration in local volatility models via fast quantization
Pricing and calibration in local volatility models via fast quantization Parma, 29 th January 2015. Joint work with Giorgia Callegaro and Martino Grasselli Quantization: a brief history Birth: back to
Mathematical Finance
Mathematical Finance Option Pricing under the Risk-Neutral Measure Cory Barnes Department of Mathematics University of Washington June 11, 2013 Outline 1 Probability Background 2 Black Scholes for European
Using R for Linear Regression
Using R for Linear Regression In the following handout words and symbols in bold are R functions and words and symbols in italics are entries supplied by the user; underlined words and symbols are optional
The Time Value of Money
The Time Value of Money This handout is an overview of the basic tools and concepts needed for this corporate nance course. Proofs and explanations are given in order to facilitate your understanding and
CS 522 Computational Tools and Methods in Finance Robert Jarrow Lecture 1: Equity Options
CS 5 Computational Tools and Methods in Finance Robert Jarrow Lecture 1: Equity Options 1. Definitions Equity. The common stock of a corporation. Traded on organized exchanges (NYSE, AMEX, NASDAQ). A common
Vanna-Volga Method for Foreign Exchange Implied Volatility Smile. Copyright Changwei Xiong 2011. January 2011. last update: Nov 27, 2013
Vanna-Volga Method for Foreign Exchange Implied Volatility Smile Copyright Changwei Xiong 011 January 011 last update: Nov 7, 01 TABLE OF CONTENTS TABLE OF CONTENTS...1 1. Trading Strategies of Vanilla
Oscillations of the Sending Window in Compound TCP
Oscillations of the Sending Window in Compound TCP Alberto Blanc 1, Denis Collange 1, and Konstantin Avrachenkov 2 1 Orange Labs, 905 rue Albert Einstein, 06921 Sophia Antipolis, France 2 I.N.R.I.A. 2004
10. Fixed-Income Securities. Basic Concepts
0. Fixed-Income Securities Fixed-income securities (FIS) are bonds that have no default risk and their payments are fully determined in advance. Sometimes corporate bonds that do not necessarily have certain
SYSTEMS OF REGRESSION EQUATIONS
SYSTEMS OF REGRESSION EQUATIONS 1. MULTIPLE EQUATIONS y nt = x nt n + u nt, n = 1,...,N, t = 1,...,T, x nt is 1 k, and n is k 1. This is a version of the standard regression model where the observations
Imputing Missing Data using SAS
ABSTRACT Paper 3295-2015 Imputing Missing Data using SAS Christopher Yim, California Polytechnic State University, San Luis Obispo Missing data is an unfortunate reality of statistics. However, there are
Cost of Capital and Corporate Refinancing Strategy: Optimization of Costs and Risks *
Cost of Capital and Corporate Refinancing Strategy: Optimization of Costs and Risks * Garritt Conover Abstract This paper investigates the effects of a firm s refinancing policies on its cost of capital.
The term structure of Russian interest rates
The term structure of Russian interest rates Stanislav Anatolyev New Economic School, Moscow Sergey Korepanov EvrazHolding, Moscow Corresponding author. Address: Stanislav Anatolyev, New Economic School,
