Week 7 Quantitative Analysis of Financial Markets Simulation Methods

Size: px
Start display at page:

Download "Week 7 Quantitative Analysis of Financial Markets Simulation Methods"

Transcription

1 Week 7 Quantitative Analysis of Financial Markets Simulation Methods Christopher Ting Christopher Ting : christopherting@smu.edu.sg : : LKCSB 5036 November 21, 2017 Christopher Ting QF 603 November 21, /30

2 Lesson Plan 1 Introduction 2 Techniques 3 Examples 4 Bootstrapping 5 Capital Risk 6 Takeaways Christopher Ting QF 603 November 21, /30

3 Introduction A The Monte Carlo Method technique is often used in econometrics and finance when the properties of a particular estimation method are not known. 1 Quantifying the simultaneous equations bias induced by treating an endogenous variable as exogenous. 2 Determining the appropriate critical values for a Dickey-Fuller test. 3 Determining what effect heteroscedasticity has upon the size and power of a test for autocorrelation. 4 Pricing of exotic options 5 Determining the effect on financial markets of substantial changes in the macroeconomic environment. 6 Stress-testing risk management models o determine whether they generate capital requirements sufficient to cover losses in all situations. Christopher Ting QF 603 November 21, /30

4 A Procedures Conducting Simulations Experiments 1 Generate the data according to the desired data generating process (DGP), with the errors being drawn from some given distribution. 2 Do the regression and calculate the test statistic. 3 Save the test statistic or whatever parameter is of interest. 4 Go back to stage 1 and repeat N times. A N is the number of replications, and should be as large as is feasible. A The central idea behind Monte Carlo is that of random sampling from a given distribution. A Therefore, if the number of replications is set too small, the results will be sensitive to odd combinations of random number draws. Christopher Ting QF 603 November 21, /30

5 QA-16 Simulation Methods Chapter 13. Chris Brooks, Introductory Econometrics for Finance, 3rd Edition (Cambridge, UK: Cambridge University Press, 2014). A Describe the basic steps to conduct a Monte Carlo simulation. A Describe ways to reduce Monte Carlo sampling error. A Explain how to use antithetic variate technique to reduce Monte Carlo sampling error. A Explain how to use control variates to reduce Monte Carlo sampling error and when it is effective. Christopher Ting QF 603 November 21, /30

6 QA-16 Simulation Methods (cont d) A Describe the benefits of reusing sets of random number draws across Monte Carlo experiments and how to reuse them. A Describe the bootstrapping method and its advantage over Monte Carlo simulation. A Describe the pseudo-random number generation method and how a good simulation design alleviates the effects the choice of the seed has on the properties of the generated series. A Describe situations where the bootstrapping method is ineffective. A Describe disadvantages of the simulation approach to financial problem solving. Christopher Ting QF 603 November 21, /30

7 Random Number Generation B We generate numbers that are a continuous uniform(0,1) according to the following recursion: then y i+1 = (ay i + c) modulo m, i = 0, 1,..., T R i+1 = y i+1 /m for i = 0, 1,..., T for T random draws, where y 0 is the seed (the initial value of y), a is a multiplier and c is an increment. B An example of a discrete uniform number generator would be a die or a roulette wheel. Computers generate continuous uniform random number draws. B These are pseudo-random numbers B The U(0, 1) draws can be transformed into other standard distributions (e.g normal, t, etc). Christopher Ting QF 603 November 21, /30

8 Variance Reduction Techniques B The sampling variation in a Monte Carlo study is measured by the standard error estimate, denoted S x : var(x) S x = N where var(x) is the variance of the estimates of the quantity of interest over the N replications B In order to achieve acceptable accuracy, the number of replications may have to be set at an infeasibly high level. B An alternative way to reduce Monte Carlo sampling error is to use a variance reduction technique B Two of the intuitively simplest and most widely used methods are antithetic variates and control variates. Christopher Ting QF 603 November 21, /30

9 Antithetic Variates B One reason that a lot of replications are typically required of a Monte Carlo study is that it may take many, repeated sets of sampling before the entire probability space is adequately covered. B What is really required is for successive replications to cover different parts of the probability space. B The antithetic variate technique involves taking the complement of a set of random numbers and running a parallel simulation on those. B For each replication conducted using random draws u t, an additional replication with errors given by u t is also used. Christopher Ting QF 603 November 21, /30

10 Antithetic Variates (cont d) B Suppose that the average value of the parameter of interest across 2 sets of Monte Carlo replications is given by x = (x 1 + x 2 )/2, where x 1 and x 2 are the average parameter values for replications set 1 and 2 respectively. B The variance of will be given by: var( x) = 1 4 ( var(x1 ) + var(x 2 ) + 2cov(x 1, x 2 ) ) B If no antithetic variates are used: var( x) = 1 4 (var(x 1) + var(x 2 )) Christopher Ting QF 603 November 21, /30

11 Control Variates B The application of control variates involves employing a variable similar to that used in the simulation, but whose properties are known prior to the simulation. B Denote the variable whose properties are known by y, and that whose properties are under simulation by x. B The simulation is conducted on x and also on y, with the same sets of random number draws being employed in both cases. B Denoting the simulation estimates of x and y using hats, a new estimate of x can be derived from: x = y + (ˆx ŷ) Christopher Ting QF 603 November 21, /30

12 Control Variates (cont d) B Again, it can be shown that the Monte Carlo sampling error of this quantity, x, will typically be lower than that of x. B In fact, it can be shown that control variates will reduce the Monte Carlo variance if corr(ˆx, ŷ) > 1 var(ŷ) 2 var(ˆx) B For example, if the topic of interest is the pricing of an Asian option, the control variate approach would be given by PA = ( P ˆ A P ˆ BS ) + P BS Christopher Ting QF 603 November 21, /30

13 Dickey-Fuller Test d The Dickey Fuller test applied to some series y t is the regression y t = φy t 1 + u t d The test is one of H 0 : φ = 1 against H 1 : φ < 1. The relevant test statistic is given by τ = ˆφ 1 SE( ˆφ) d Under the null hypothesis of a unit root, the test statistic does not follow a standard distribution, and therefore a simulation would be required to obtain the relevant critical values. Christopher Ting QF 603 November 21, /30

14 Simulation d Construct the data generating process under the null hypothesis. that is, obtain a series for y that follows a unit root process. Draw a series of length T, the required number of observations, from a normal distribution. This will be the error series, so that u t N(0, 1). Assume a first value for y, i.e. a value for y at time t = 0. Construct the series for y recursively, starting with y 1, y 2, and so on: y 1 = y 0 + u 1 y 2 = y 1 + u 2 y 3 = y 2 + u 3... y T = y T 1 + u T Christopher Ting QF 603 November 21, /30

15 Calculate the test statistic, τ. Simulation (cont d) Repeat steps 1 and 2 N times to obtain N replications of the experiment. A distribution of values for τ will be obtained across the replications. Order the set of N values of τ from the lowest to the highest. The relevant 5% critical value will be the 5 th percentile of this distribution. Christopher Ting QF 603 November 21, /30

16 Simulate the Price of an Option d Although the example presented here is for a simple plain vanilla call option, the same basic approach would be used to value an exotic option. The steps are: Specify a data generating process for the underlying asset. A random walk with drift model is usually assumed. Specify also the assumed size of the drift component and the assumed size of the volatility parameter. Specify also a strike price K, and a time to maturity, T. Draw a series of length T, the required number of observations for the life of the option, from a normal distribution. This will be the error series, so that u t N(0, 1). Form a series of observations of length T on the underlying asset. Christopher Ting QF 603 November 21, /30

17 Simulate the Price of an Option (cont d) Observe the price of the underlying asset at maturity observation T. For a call option, if the value of the underlying asset on maturity date, P T < K, the option expires worthless for this replication. If the value of the underlying asset on maturity date, P T > K, the option expires in the money, and has value on that date equal to P T K, which should be discounted back to the present day using the risk free rate. Repeat steps 1 to 4 N times, and take the average value of the option over the N replications. This average will be the price of the option. d The data for the underlying can be generated according to a more empirically realistic process. Christopher Ting QF 603 November 21, /30

18 Introduction to Bootstrapping H In finance, the bootstrap is often used instead of a pure simulation. H This is mainly because financial asset returns do not follow the standard statistical distributions that are used in simulations. H Bootstrapping provides an alternative where by definition, the properties of the artificially constructed series will be similar to those of the actual series. H Bootstrapping is used to obtain a description of the properties of empirical estimators by using the sample data points themselves. H Bootstrapping is similar to pure simulation but the former involves sampling from real data rather than creating new data. Christopher Ting QF 603 November 21, /30

19 Taking Sample with Replacement H Suppose we have a sample of data, y = y 1, y 2,..., y T and we want to estimate some parameter θ. H We can get an approximation to the statistical properties of ˆθ T by studying a sample of bootstrap estimators. H We do this by taking N samples of size T with replacement from y and re-calculating ˆθ T with each new sample. H We then get a series of ˆθ estimates. H Advantage of bootstrapping: it allows the researcher to make inferences without making strong distributional assumptions. Christopher Ting QF 603 November 21, /30

20 Taking Sample with Replacement (cont d) H Instead of imposing a shape on the sampling distribution of the ˆθ s, bootstrapping involves empirically estimating the sampling distribution by looking at the variation of the statistic within sample. H We draw a set of new samples with replacement from the sample and calculate the test statistic of interest from each of these. H Call the test statistics calculated from the new samples ˆθ. H The samples are likely to be quite different from each other. H We thus get a distribution of ˆθ s. Christopher Ting QF 603 November 21, /30

21 Bootstrapping in a Regression Context H Consider a standard regression model, y = βx + u. H The regression model can be bootstrapped in two ways. Resample the Data 1 Take the data, and sample the entire rows corresponding to observation i together. The steps would then be Generate a sample of size T from the original data by sampling with replacement from the whole rows taken together. Calculate ˆβ, the coefficient matrix for this bootstrap sample. Go back to stage 1 and generate another sample of size T. Repeat this a total of N times. Christopher Ting QF 603 November 21, /30

22 Bootstrapping in a Regression Context (cont d) 2 Problem with this approach is that we are sampling from the regressors. 3 The only random influence in the regression is the errors, u, so why not just bootstrap from those? Resampling from the Residuals The steps are 1 Estimate the model on the actual data, obtain the fitted values ŷ, and calculate the residuals, û. 2 Take a sample of size T with replacement from these residuals (and call these û ), and generate a bootstrapped dependent variable: y = ŷ + û 3 Then regress the original X data on this new dependent variable to get a bootstrapped coefficient vector, ˆβ. 4 Go back to stage 2, and repeat a total of N times. Christopher Ting QF 603 November 21, /30

23 Situations where the Bootstrap will be Ineffective H If there are extreme outliers in the data, the conclusions of the bootstrap may be affected. H Use of the bootstrap implicitly assumes that the data from which the sampling is done are independent. This would not hold, for example, if the data were autocorrelated. Christopher Ting QF 603 November 21, /30

24 Financial Motivation o An important use of bootstrapping in a financial context is in the calculation of value at risk. VaR gives the amount in financial terms that is expected to be lost with a given probability over a given time interval. o E.g. 95%, 10-day VaR = $100m o How do we calculate, say, the amount of capital required to cover 95% of the daily losses on a particular position? o This is a forecasting problem considered by Hsieh (1993). o Data: daily log returns on foreign currency (against the US dollar) futures series from 22 February 1985 until 9 March 1990 (1275 observations) for the British pound (denoted BP), the German mark (GM), the Japanese yen (JY), and the Swiss franc (SF). Christopher Ting QF 603 November 21, /30

25 Which Model to Use? o The first step in the analysis is to find a model that describes the main features of the data that can be used to construct the bootstraps. o Hsieh shows that his FX returns have no linear or non-linear structure in the mean, but they have evidence of non-linear structure in the variance. o What models are examples of this type? The GARCH family. o Hsieh (1993) uses EGARCH and Autoregressive Volatility models. Christopher Ting QF 603 November 21, /30

26 Simulating by Bootstrapping o The standardised residuals (e.g. û t /ˆσ t for the EGARCH model) are tested for non-randomness; little evidence of any structure is found. o We can thus sample with replacement from these standardised residuals. o From these, we can simulate a set of future paths for σ t and then y t by bootstrapping from v t = (û t /ˆσ t ). o Hsieh simulates the future path of returns for 180 days after the end of the estimation sample. Christopher Ting QF 603 November 21, /30

27 Calculating the Capital Risk Requirements o In each case, the maximum drawdown (loss) can be calculated over a given holding period by Q = (P 0 P 1 ) number of contracts where P 0 is the initial value of the position, and P 1 is the lowest simulated price (for a long position) or highest simulated price (for a short position) over the holding period. o Repeat this procedure 2,000 times to get 2,000 maximum losses. o The maximum loss is calculated assuming holding periods of 1, 5, 10, 15, 20, 25, 30, 60, 90 and 180 days. o It is assumed that the futures position is opened on the final day of the sample used to estimate the models, 9 March o Then he takes the 90th percentile of these 2000 maximum losses to get the amount of capital required to cover losses on 90% of days. Christopher Ting QF 603 November 21, /30

28 Minimum Capital Risk Requirements Long position Short position Unconditional Unconditional No. of days AR density EGARCH AR density EGARCH BP JY Christopher Ting QF 603 November 21, /30

29 Minimum Capital Risk Requirements: Discussion o The MCRRs derived from bootstrapping the price changes themselves (the unconditional approach ) are in most cases higher than those generated from the other two methods, especially at short investment horizons. o As the holding period increases from 1 towards 180 days, the MCRR estimates from the ARV model converge upon those of the unconditional densities. On the other hand, those of the EGARCH model do not converge, even after 180 days o It can also be observed that the MCRRs for short positions are larger than those of comparative long positions. Christopher Ting QF 603 November 21, /30

30 Takeaways k It might be computationally expensive. k The results might not be precise. k The results are often hard to replicate. k Simulation results are experiment-specific. k To conclude, simulation is an extremely useful tool that can be applied to an enormous variety of problems. k The technique has grown in popularity over the past decade, and continues to do so. Christopher Ting QF 603 November 21, /30

Introduction Dickey-Fuller Test Option Pricing Bootstrapping. Simulation Methods. Chapter 13 of Chris Brook s Book.

Introduction Dickey-Fuller Test Option Pricing Bootstrapping. Simulation Methods. Chapter 13 of Chris Brook s Book. Simulation Methods Chapter 13 of Chris Brook s Book Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 April 26, 2017 Christopher

More information

Brooks, Introductory Econometrics for Finance, 3rd Edition

Brooks, Introductory Econometrics for Finance, 3rd Edition P1.T2. Quantitative Analysis Brooks, Introductory Econometrics for Finance, 3rd Edition Bionic Turtle FRM Study Notes Sample By David Harper, CFA FRM CIPM and Deepa Raju www.bionicturtle.com Chris Brooks,

More information

Introductory Econometrics for Finance

Introductory Econometrics for Finance Introductory Econometrics for Finance SECOND EDITION Chris Brooks The ICMA Centre, University of Reading CAMBRIDGE UNIVERSITY PRESS List of figures List of tables List of boxes List of screenshots Preface

More information

Week 1 Quantitative Analysis of Financial Markets Distributions B

Week 1 Quantitative Analysis of Financial Markets Distributions B Week 1 Quantitative Analysis of Financial Markets Distributions B Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October

More information

Bias Reduction Using the Bootstrap

Bias Reduction Using the Bootstrap Bias Reduction Using the Bootstrap Find f t (i.e., t) so that or E(f t (P, P n ) P) = 0 E(T(P n ) θ(p) + t P) = 0. Change the problem to the sample: whose solution is so the bias-reduced estimate is E(T(P

More information

List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements

List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements Table of List of figures List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements page xii xv xvii xix xxi xxv 1 Introduction 1 1.1 What is econometrics? 2 1.2 Is

More information

Value at Risk Ch.12. PAK Study Manual

Value at Risk Ch.12. PAK Study Manual Value at Risk Ch.12 Related Learning Objectives 3a) Apply and construct risk metrics to quantify major types of risk exposure such as market risk, credit risk, liquidity risk, regulatory risk etc., and

More information

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 29

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 29 Chapter 5 Univariate time-series analysis () Chapter 5 Univariate time-series analysis 1 / 29 Time-Series Time-series is a sequence fx 1, x 2,..., x T g or fx t g, t = 1,..., T, where t is an index denoting

More information

ELEMENTS OF MONTE CARLO SIMULATION

ELEMENTS OF MONTE CARLO SIMULATION APPENDIX B ELEMENTS OF MONTE CARLO SIMULATION B. GENERAL CONCEPT The basic idea of Monte Carlo simulation is to create a series of experimental samples using a random number sequence. According to the

More information

Optimal Window Selection for Forecasting in The Presence of Recent Structural Breaks

Optimal Window Selection for Forecasting in The Presence of Recent Structural Breaks Optimal Window Selection for Forecasting in The Presence of Recent Structural Breaks Yongli Wang University of Leicester Econometric Research in Finance Workshop on 15 September 2017 SGH Warsaw School

More information

Which GARCH Model for Option Valuation? By Peter Christoffersen and Kris Jacobs

Which GARCH Model for Option Valuation? By Peter Christoffersen and Kris Jacobs Online Appendix Sample Index Returns Which GARCH Model for Option Valuation? By Peter Christoffersen and Kris Jacobs In order to give an idea of the differences in returns over the sample, Figure A.1 plots

More information

Monte Carlo Methods in Structuring and Derivatives Pricing

Monte Carlo Methods in Structuring and Derivatives Pricing Monte Carlo Methods in Structuring and Derivatives Pricing Prof. Manuela Pedio (guest) 20263 Advanced Tools for Risk Management and Pricing Spring 2017 Outline and objectives The basic Monte Carlo algorithm

More information

Macroeconometric Modeling: 2018

Macroeconometric Modeling: 2018 Macroeconometric Modeling: 2018 Contents Ray C. Fair 2018 1 Macroeconomic Methodology 4 1.1 The Cowles Commission Approach................. 4 1.2 Macroeconomic Methodology.................... 5 1.3 The

More information

Modelling Returns: the CER and the CAPM

Modelling Returns: the CER and the CAPM Modelling Returns: the CER and the CAPM Carlo Favero Favero () Modelling Returns: the CER and the CAPM 1 / 20 Econometric Modelling of Financial Returns Financial data are mostly observational data: they

More information

Reading the Tea Leaves: Model Uncertainty, Robust Foreca. Forecasts, and the Autocorrelation of Analysts Forecast Errors

Reading the Tea Leaves: Model Uncertainty, Robust Foreca. Forecasts, and the Autocorrelation of Analysts Forecast Errors Reading the Tea Leaves: Model Uncertainty, Robust Forecasts, and the Autocorrelation of Analysts Forecast Errors December 1, 2016 Table of Contents Introduction Autocorrelation Puzzle Hansen-Sargent Autocorrelation

More information

Alternative VaR Models

Alternative VaR Models Alternative VaR Models Neil Roeth, Senior Risk Developer, TFG Financial Systems. 15 th July 2015 Abstract We describe a variety of VaR models in terms of their key attributes and differences, e.g., parametric

More information

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg :

More information

Interval estimation. September 29, Outline Basic ideas Sampling variation and CLT Interval estimation using X More general problems

Interval estimation. September 29, Outline Basic ideas Sampling variation and CLT Interval estimation using X More general problems Interval estimation September 29, 2017 STAT 151 Class 7 Slide 1 Outline of Topics 1 Basic ideas 2 Sampling variation and CLT 3 Interval estimation using X 4 More general problems STAT 151 Class 7 Slide

More information

University of New South Wales Semester 1, Economics 4201 and Homework #2 Due on Tuesday 3/29 (20% penalty per day late)

University of New South Wales Semester 1, Economics 4201 and Homework #2 Due on Tuesday 3/29 (20% penalty per day late) University of New South Wales Semester 1, 2011 School of Economics James Morley 1. Autoregressive Processes (15 points) Economics 4201 and 6203 Homework #2 Due on Tuesday 3/29 (20 penalty per day late)

More information

Risk Measuring of Chosen Stocks of the Prague Stock Exchange

Risk Measuring of Chosen Stocks of the Prague Stock Exchange Risk Measuring of Chosen Stocks of the Prague Stock Exchange Ing. Mgr. Radim Gottwald, Department of Finance, Faculty of Business and Economics, Mendelu University in Brno, radim.gottwald@mendelu.cz Abstract

More information

Much of what appears here comes from ideas presented in the book:

Much of what appears here comes from ideas presented in the book: Chapter 11 Robust statistical methods Much of what appears here comes from ideas presented in the book: Huber, Peter J. (1981), Robust statistics, John Wiley & Sons (New York; Chichester). There are many

More information

MAFS Computational Methods for Pricing Structured Products

MAFS Computational Methods for Pricing Structured Products MAFS550 - Computational Methods for Pricing Structured Products Solution to Homework Two Course instructor: Prof YK Kwok 1 Expand f(x 0 ) and f(x 0 x) at x 0 into Taylor series, where f(x 0 ) = f(x 0 )

More information

Internet Appendix for Asymmetry in Stock Comovements: An Entropy Approach

Internet Appendix for Asymmetry in Stock Comovements: An Entropy Approach Internet Appendix for Asymmetry in Stock Comovements: An Entropy Approach Lei Jiang Tsinghua University Ke Wu Renmin University of China Guofu Zhou Washington University in St. Louis August 2017 Jiang,

More information

2.1 Mathematical Basis: Risk-Neutral Pricing

2.1 Mathematical Basis: Risk-Neutral Pricing Chapter Monte-Carlo Simulation.1 Mathematical Basis: Risk-Neutral Pricing Suppose that F T is the payoff at T for a European-type derivative f. Then the price at times t before T is given by f t = e r(t

More information

Assicurazioni Generali: An Option Pricing Case with NAGARCH

Assicurazioni Generali: An Option Pricing Case with NAGARCH Assicurazioni Generali: An Option Pricing Case with NAGARCH Assicurazioni Generali: Business Snapshot Find our latest analyses and trade ideas on bsic.it Assicurazioni Generali SpA is an Italy-based insurance

More information

RISKMETRICS. Dr Philip Symes

RISKMETRICS. Dr Philip Symes 1 RISKMETRICS Dr Philip Symes 1. Introduction 2 RiskMetrics is JP Morgan's risk management methodology. It was released in 1994 This was to standardise risk analysis in the industry. Scenarios are generated

More information

1. You are given the following information about a stationary AR(2) model:

1. You are given the following information about a stationary AR(2) model: Fall 2003 Society of Actuaries **BEGINNING OF EXAMINATION** 1. You are given the following information about a stationary AR(2) model: (i) ρ 1 = 05. (ii) ρ 2 = 01. Determine φ 2. (A) 0.2 (B) 0.1 (C) 0.4

More information

Web Appendix. Are the effects of monetary policy shocks big or small? Olivier Coibion

Web Appendix. Are the effects of monetary policy shocks big or small? Olivier Coibion Web Appendix Are the effects of monetary policy shocks big or small? Olivier Coibion Appendix 1: Description of the Model-Averaging Procedure This section describes the model-averaging procedure used in

More information

Bloomberg. Portfolio Value-at-Risk. Sridhar Gollamudi & Bryan Weber. September 22, Version 1.0

Bloomberg. Portfolio Value-at-Risk. Sridhar Gollamudi & Bryan Weber. September 22, Version 1.0 Portfolio Value-at-Risk Sridhar Gollamudi & Bryan Weber September 22, 2011 Version 1.0 Table of Contents 1 Portfolio Value-at-Risk 2 2 Fundamental Factor Models 3 3 Valuation methodology 5 3.1 Linear factor

More information

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function?

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? DOI 0.007/s064-006-9073-z ORIGINAL PAPER Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? Jules H. van Binsbergen Michael W. Brandt Received:

More information

Amath 546/Econ 589 Univariate GARCH Models

Amath 546/Econ 589 Univariate GARCH Models Amath 546/Econ 589 Univariate GARCH Models Eric Zivot April 24, 2013 Lecture Outline Conditional vs. Unconditional Risk Measures Empirical regularities of asset returns Engle s ARCH model Testing for ARCH

More information

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50)

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50) Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50) Magnus Wiktorsson Centre for Mathematical Sciences Lund University, Sweden Lecture 5 Sequential Monte Carlo methods I January

More information

B. Maddah INDE 504 Discrete-Event Simulation. Output Analysis (3)

B. Maddah INDE 504 Discrete-Event Simulation. Output Analysis (3) B. Maddah INDE 504 Discrete-Event Simulation Output Analysis (3) Variance Reduction Variance reduction techniques (VRT) are methods to reduce the variance (i.e. increase precision) of simulation output

More information

Market Volatility and Risk Proxies

Market Volatility and Risk Proxies Market Volatility and Risk Proxies... an introduction to the concepts 019 Gary R. Evans. This slide set by Gary R. Evans is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

More information

A1. Relating Level and Slope to Expected Inflation and Output Dynamics

A1. Relating Level and Slope to Expected Inflation and Output Dynamics Appendix 1 A1. Relating Level and Slope to Expected Inflation and Output Dynamics This section provides a simple illustrative example to show how the level and slope factors incorporate expectations regarding

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Describe

More information

Lecture 12: The Bootstrap

Lecture 12: The Bootstrap Lecture 12: The Bootstrap Reading: Chapter 5 STATS 202: Data mining and analysis October 20, 2017 1 / 16 Announcements Midterm is on Monday, Oct 30 Topics: chapters 1-5 and 10 of the book everything until

More information

STRESS-STRENGTH RELIABILITY ESTIMATION

STRESS-STRENGTH RELIABILITY ESTIMATION CHAPTER 5 STRESS-STRENGTH RELIABILITY ESTIMATION 5. Introduction There are appliances (every physical component possess an inherent strength) which survive due to their strength. These appliances receive

More information

Financial Econometrics Notes. Kevin Sheppard University of Oxford

Financial Econometrics Notes. Kevin Sheppard University of Oxford Financial Econometrics Notes Kevin Sheppard University of Oxford Monday 15 th January, 2018 2 This version: 22:52, Monday 15 th January, 2018 2018 Kevin Sheppard ii Contents 1 Probability, Random Variables

More information

Sample Size for Assessing Agreement between Two Methods of Measurement by Bland Altman Method

Sample Size for Assessing Agreement between Two Methods of Measurement by Bland Altman Method Meng-Jie Lu 1 / Wei-Hua Zhong 1 / Yu-Xiu Liu 1 / Hua-Zhang Miao 1 / Yong-Chang Li 1 / Mu-Huo Ji 2 Sample Size for Assessing Agreement between Two Methods of Measurement by Bland Altman Method Abstract:

More information

Four Major Asset Classes

Four Major Asset Classes Four Major Asset Classes Christopher Ting Christopher Ting http://www.mysmu.edu/faculty/christophert/ : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 August 26, 2016 Christopher Ting QF 101 Week

More information

12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006.

12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006. 12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006. References for this Lecture: Robert F. Engle. Autoregressive Conditional Heteroscedasticity with Estimates of Variance

More information

Journal of Economics and Financial Analysis, Vol:1, No:1 (2017) 1-13

Journal of Economics and Financial Analysis, Vol:1, No:1 (2017) 1-13 Journal of Economics and Financial Analysis, Vol:1, No:1 (2017) 1-13 Journal of Economics and Financial Analysis Type: Double Blind Peer Reviewed Scientific Journal Printed ISSN: 2521-6627 Online ISSN:

More information

Financial Risk Forecasting Chapter 7 Simulation methods for VaR for options and bonds

Financial Risk Forecasting Chapter 7 Simulation methods for VaR for options and bonds Financial Risk Forecasting Chapter 7 Simulation methods for VaR for options and bonds Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com

More information

Modelling the Sharpe ratio for investment strategies

Modelling the Sharpe ratio for investment strategies Modelling the Sharpe ratio for investment strategies Group 6 Sako Arts 0776148 Rik Coenders 0777004 Stefan Luijten 0783116 Ivo van Heck 0775551 Rik Hagelaars 0789883 Stephan van Driel 0858182 Ellen Cardinaels

More information

Module 4: Point Estimation Statistics (OA3102)

Module 4: Point Estimation Statistics (OA3102) Module 4: Point Estimation Statistics (OA3102) Professor Ron Fricker Naval Postgraduate School Monterey, California Reading assignment: WM&S chapter 8.1-8.4 Revision: 1-12 1 Goals for this Module Define

More information

Testing for the martingale hypothesis in Asian stock prices: a wild bootstrap approach

Testing for the martingale hypothesis in Asian stock prices: a wild bootstrap approach Testing for the martingale hypothesis in Asian stock prices: a wild bootstrap approach Jae H. Kim Department of Econometrics and Business Statistics Monash University, Caulfield East, VIC 3145, Australia

More information

A New Hybrid Estimation Method for the Generalized Pareto Distribution

A New Hybrid Estimation Method for the Generalized Pareto Distribution A New Hybrid Estimation Method for the Generalized Pareto Distribution Chunlin Wang Department of Mathematics and Statistics University of Calgary May 18, 2011 A New Hybrid Estimation Method for the GPD

More information

A Test of the Normality Assumption in the Ordered Probit Model *

A Test of the Normality Assumption in the Ordered Probit Model * A Test of the Normality Assumption in the Ordered Probit Model * Paul A. Johnson Working Paper No. 34 March 1996 * Assistant Professor, Vassar College. I thank Jahyeong Koo, Jim Ziliak and an anonymous

More information

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng Financial Econometrics Jeffrey R. Russell Midterm 2014 Suggested Solutions TA: B. B. Deng Unless otherwise stated, e t is iid N(0,s 2 ) 1. (12 points) Consider the three series y1, y2, y3, and y4. Match

More information

Small Area Estimation of Poverty Indicators using Interval Censored Income Data

Small Area Estimation of Poverty Indicators using Interval Censored Income Data Small Area Estimation of Poverty Indicators using Interval Censored Income Data Paul Walter 1 Marcus Groß 1 Timo Schmid 1 Nikos Tzavidis 2 1 Chair of Statistics and Econometrics, Freie Universit?t Berlin

More information

Multi-Path General-to-Specific Modelling with OxMetrics

Multi-Path General-to-Specific Modelling with OxMetrics Multi-Path General-to-Specific Modelling with OxMetrics Genaro Sucarrat (Department of Economics, UC3M) http://www.eco.uc3m.es/sucarrat/ 1 April 2009 (Corrected for errata 22 November 2010) Outline: 1.

More information

Research Memo: Adding Nonfarm Employment to the Mixed-Frequency VAR Model

Research Memo: Adding Nonfarm Employment to the Mixed-Frequency VAR Model Research Memo: Adding Nonfarm Employment to the Mixed-Frequency VAR Model Kenneth Beauchemin Federal Reserve Bank of Minneapolis January 2015 Abstract This memo describes a revision to the mixed-frequency

More information

Introduction to Algorithmic Trading Strategies Lecture 8

Introduction to Algorithmic Trading Strategies Lecture 8 Introduction to Algorithmic Trading Strategies Lecture 8 Risk Management Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com Outline Value at Risk (VaR) Extreme Value Theory (EVT) References

More information

Linear Regression with One Regressor

Linear Regression with One Regressor Linear Regression with One Regressor Michael Ash Lecture 9 Linear Regression with One Regressor Review of Last Time 1. The Linear Regression Model The relationship between independent X and dependent Y

More information

Introduction to Sequential Monte Carlo Methods

Introduction to Sequential Monte Carlo Methods Introduction to Sequential Monte Carlo Methods Arnaud Doucet NCSU, October 2008 Arnaud Doucet () Introduction to SMC NCSU, October 2008 1 / 36 Preliminary Remarks Sequential Monte Carlo (SMC) are a set

More information

Random Walk Expectations and the Forward Discount Puzzle 1

Random Walk Expectations and the Forward Discount Puzzle 1 Random Walk Expectations and the Forward Discount Puzzle 1 Philippe Bacchetta Study Center Gerzensee University of Lausanne Swiss Finance Institute & CEPR Eric van Wincoop University of Virginia NBER January

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (42 pts) Answer briefly the following questions. 1. Questions

More information

INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE

INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE Abstract Petr Makovský If there is any market which is said to be effective, this is the the FOREX market. Here we

More information

Financial Risk Forecasting Chapter 6 Analytical value-at-risk for options and bonds

Financial Risk Forecasting Chapter 6 Analytical value-at-risk for options and bonds Financial Risk Forecasting Chapter 6 Analytical value-at-risk for options and bonds Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com

More information

Current Account Balances and Output Volatility

Current Account Balances and Output Volatility Current Account Balances and Output Volatility Ceyhun Elgin Bogazici University Tolga Umut Kuzubas Bogazici University Abstract: Using annual data from 185 countries over the period from 1950 to 2009,

More information

A Two-Step Estimator for Missing Values in Probit Model Covariates

A Two-Step Estimator for Missing Values in Probit Model Covariates WORKING PAPER 3/2015 A Two-Step Estimator for Missing Values in Probit Model Covariates Lisha Wang and Thomas Laitila Statistics ISSN 1403-0586 http://www.oru.se/institutioner/handelshogskolan-vid-orebro-universitet/forskning/publikationer/working-papers/

More information

Course information FN3142 Quantitative finance

Course information FN3142 Quantitative finance Course information 015 16 FN314 Quantitative finance This course is aimed at students interested in obtaining a thorough grounding in market finance and related empirical methods. Prerequisite If taken

More information

Monte Carlo Methods in Financial Engineering

Monte Carlo Methods in Financial Engineering Paul Glassennan Monte Carlo Methods in Financial Engineering With 99 Figures

More information

Chapter 10 Market Risk

Chapter 10 Market Risk Chapter 10 Market Risk True/False 10-1 Market risk is the uncertainty of an FI s earnings resulting from changes in market conditions such as interest rates and asset prices. 10-2 As securitization of

More information

Financial Econometrics Jeffrey R. Russell Midterm 2014

Financial Econometrics Jeffrey R. Russell Midterm 2014 Name: Financial Econometrics Jeffrey R. Russell Midterm 2014 You have 2 hours to complete the exam. Use can use a calculator and one side of an 8.5x11 cheat sheet. Try to fit all your work in the space

More information

Market Risk: FROM VALUE AT RISK TO STRESS TESTING. Agenda. Agenda (Cont.) Traditional Measures of Market Risk

Market Risk: FROM VALUE AT RISK TO STRESS TESTING. Agenda. Agenda (Cont.) Traditional Measures of Market Risk Market Risk: FROM VALUE AT RISK TO STRESS TESTING Agenda The Notional Amount Approach Price Sensitivity Measure for Derivatives Weakness of the Greek Measure Define Value at Risk 1 Day to VaR to 10 Day

More information

The Economic and Social BOOTSTRAPPING Review, Vol. 31, No. THE 4, R/S October, STATISTIC 2000, pp

The Economic and Social BOOTSTRAPPING Review, Vol. 31, No. THE 4, R/S October, STATISTIC 2000, pp The Economic and Social BOOTSTRAPPING Review, Vol. 31, No. THE 4, R/S October, STATISTIC 2000, pp. 351-359 351 Bootstrapping the Small Sample Critical Values of the Rescaled Range Statistic* MARWAN IZZELDIN

More information

Forecasting: an introduction. There are a variety of ad hoc methods as well as a variety of statistically derived methods.

Forecasting: an introduction. There are a variety of ad hoc methods as well as a variety of statistically derived methods. Forecasting: an introduction Given data X 0,..., X T 1. Goal: guess, or forecast, X T or X T+r. There are a variety of ad hoc methods as well as a variety of statistically derived methods. Illustration

More information

Math Computational Finance Double barrier option pricing using Quasi Monte Carlo and Brownian Bridge methods

Math Computational Finance Double barrier option pricing using Quasi Monte Carlo and Brownian Bridge methods . Math 623 - Computational Finance Double barrier option pricing using Quasi Monte Carlo and Brownian Bridge methods Pratik Mehta pbmehta@eden.rutgers.edu Masters of Science in Mathematical Finance Department

More information

Volume 37, Issue 2. Handling Endogeneity in Stochastic Frontier Analysis

Volume 37, Issue 2. Handling Endogeneity in Stochastic Frontier Analysis Volume 37, Issue 2 Handling Endogeneity in Stochastic Frontier Analysis Mustafa U. Karakaplan Georgetown University Levent Kutlu Georgia Institute of Technology Abstract We present a general maximum likelihood

More information

Chapter 7: Point Estimation and Sampling Distributions

Chapter 7: Point Estimation and Sampling Distributions Chapter 7: Point Estimation and Sampling Distributions Seungchul Baek Department of Statistics, University of South Carolina STAT 509: Statistics for Engineers 1 / 20 Motivation In chapter 3, we learned

More information

The Fundamental Review of the Trading Book: from VaR to ES

The Fundamental Review of the Trading Book: from VaR to ES The Fundamental Review of the Trading Book: from VaR to ES Chiara Benazzoli Simon Rabanser Francesco Cordoni Marcus Cordi Gennaro Cibelli University of Verona Ph. D. Modelling Week Finance Group (UniVr)

More information

An Implementation of Markov Regime Switching GARCH Models in Matlab

An Implementation of Markov Regime Switching GARCH Models in Matlab An Implementation of Markov Regime Switching GARCH Models in Matlab Thomas Chuffart Aix-Marseille University (Aix-Marseille School of Economics), CNRS & EHESS Abstract MSGtool is a MATLAB toolbox which

More information

VARIANCE ESTIMATION FROM CALIBRATED SAMPLES

VARIANCE ESTIMATION FROM CALIBRATED SAMPLES VARIANCE ESTIMATION FROM CALIBRATED SAMPLES Douglas Willson, Paul Kirnos, Jim Gallagher, Anka Wagner National Analysts Inc. 1835 Market Street, Philadelphia, PA, 19103 Key Words: Calibration; Raking; Variance

More information

ARCH and GARCH models

ARCH and GARCH models ARCH and GARCH models Fulvio Corsi SNS Pisa 5 Dic 2011 Fulvio Corsi ARCH and () GARCH models SNS Pisa 5 Dic 2011 1 / 21 Asset prices S&P 500 index from 1982 to 2009 1600 1400 1200 1000 800 600 400 200

More information

WC-5 Just How Credible Is That Employer? Exploring GLMs and Multilevel Modeling for NCCI s Excess Loss Factor Methodology

WC-5 Just How Credible Is That Employer? Exploring GLMs and Multilevel Modeling for NCCI s Excess Loss Factor Methodology Antitrust Notice The Casualty Actuarial Society is committed to adhering strictly to the letter and spirit of the antitrust laws. Seminars conducted under the auspices of the CAS are designed solely to

More information

Market interest-rate models

Market interest-rate models Market interest-rate models Marco Marchioro www.marchioro.org November 24 th, 2012 Market interest-rate models 1 Lecture Summary No-arbitrage models Detailed example: Hull-White Monte Carlo simulations

More information

1. Covariance between two variables X and Y is denoted by Cov(X, Y) and defined by. Cov(X, Y ) = E(X E(X))(Y E(Y ))

1. Covariance between two variables X and Y is denoted by Cov(X, Y) and defined by. Cov(X, Y ) = E(X E(X))(Y E(Y )) Correlation & Estimation - Class 7 January 28, 2014 Debdeep Pati Association between two variables 1. Covariance between two variables X and Y is denoted by Cov(X, Y) and defined by Cov(X, Y ) = E(X E(X))(Y

More information

The Pennsylvania State University. The Graduate School. Department of Industrial Engineering AMERICAN-ASIAN OPTION PRICING BASED ON MONTE CARLO

The Pennsylvania State University. The Graduate School. Department of Industrial Engineering AMERICAN-ASIAN OPTION PRICING BASED ON MONTE CARLO The Pennsylvania State University The Graduate School Department of Industrial Engineering AMERICAN-ASIAN OPTION PRICING BASED ON MONTE CARLO SIMULATION METHOD A Thesis in Industrial Engineering and Operations

More information

Resampling Methods. Exercises.

Resampling Methods. Exercises. Aula 5. Monte Carlo Method III. Exercises. 0 Resampling Methods. Exercises. Anatoli Iambartsev IME-USP Aula 5. Monte Carlo Method III. Exercises. 1 Bootstrap. The use of the term bootstrap derives from

More information

Math Computational Finance Option pricing using Brownian bridge and Stratified samlping

Math Computational Finance Option pricing using Brownian bridge and Stratified samlping . Math 623 - Computational Finance Option pricing using Brownian bridge and Stratified samlping Pratik Mehta pbmehta@eden.rutgers.edu Masters of Science in Mathematical Finance Department of Mathematics,

More information

Financial Times Series. Lecture 6

Financial Times Series. Lecture 6 Financial Times Series Lecture 6 Extensions of the GARCH There are numerous extensions of the GARCH Among the more well known are EGARCH (Nelson 1991) and GJR (Glosten et al 1993) Both models allow for

More information

A Non-Random Walk Down Wall Street

A Non-Random Walk Down Wall Street A Non-Random Walk Down Wall Street Andrew W. Lo A. Craig MacKinlay Princeton University Press Princeton, New Jersey list of Figures List of Tables Preface xiii xv xxi 1 Introduction 3 1.1 The Random Walk

More information

FINITE SAMPLE DISTRIBUTIONS OF RISK-RETURN RATIOS

FINITE SAMPLE DISTRIBUTIONS OF RISK-RETURN RATIOS Available Online at ESci Journals Journal of Business and Finance ISSN: 305-185 (Online), 308-7714 (Print) http://www.escijournals.net/jbf FINITE SAMPLE DISTRIBUTIONS OF RISK-RETURN RATIOS Reza Habibi*

More information

Tax or Spend, What Causes What? Reconsidering Taiwan s Experience

Tax or Spend, What Causes What? Reconsidering Taiwan s Experience International Journal of Business and Economics, 2003, Vol. 2, No. 2, 109-119 Tax or Spend, What Causes What? Reconsidering Taiwan s Experience Scott M. Fuess, Jr. Department of Economics, University of

More information

درس هفتم یادگیري ماشین. (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی

درس هفتم یادگیري ماشین. (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی یادگیري ماشین توزیع هاي نمونه و تخمین نقطه اي پارامترها Sampling Distributions and Point Estimation of Parameter (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی درس هفتم 1 Outline Introduction

More information

Volume 29, Issue 2. Measuring the external risk in the United Kingdom. Estela Sáenz University of Zaragoza

Volume 29, Issue 2. Measuring the external risk in the United Kingdom. Estela Sáenz University of Zaragoza Volume 9, Issue Measuring the external risk in the United Kingdom Estela Sáenz University of Zaragoza María Dolores Gadea University of Zaragoza Marcela Sabaté University of Zaragoza Abstract This paper

More information

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 59

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 59 Chapter 5 Univariate time-series analysis () Chapter 5 Univariate time-series analysis 1 / 59 Time-Series Time-series is a sequence fx 1, x 2,..., x T g or fx t g, t = 1,..., T, where t is an index denoting

More information

Optimized Least-squares Monte Carlo (OLSM) for Measuring Counterparty Credit Exposure of American-style Options

Optimized Least-squares Monte Carlo (OLSM) for Measuring Counterparty Credit Exposure of American-style Options Optimized Least-squares Monte Carlo (OLSM) for Measuring Counterparty Credit Exposure of American-style Options Kin Hung (Felix) Kan 1 Greg Frank 3 Victor Mozgin 3 Mark Reesor 2 1 Department of Applied

More information

MONTE CARLO EXTENSIONS

MONTE CARLO EXTENSIONS MONTE CARLO EXTENSIONS School of Mathematics 2013 OUTLINE 1 REVIEW OUTLINE 1 REVIEW 2 EXTENSION TO MONTE CARLO OUTLINE 1 REVIEW 2 EXTENSION TO MONTE CARLO 3 SUMMARY MONTE CARLO SO FAR... Simple to program

More information

Accelerated Option Pricing Multiple Scenarios

Accelerated Option Pricing Multiple Scenarios Accelerated Option Pricing in Multiple Scenarios 04.07.2008 Stefan Dirnstorfer (stefan@thetaris.com) Andreas J. Grau (grau@thetaris.com) 1 Abstract This paper covers a massive acceleration of Monte-Carlo

More information

Topic 4: Introduction to Exchange Rates Part 1: Definitions and empirical regularities

Topic 4: Introduction to Exchange Rates Part 1: Definitions and empirical regularities Topic 4: Introduction to Exchange Rates Part 1: Definitions and empirical regularities - The models we studied earlier include only real variables and relative prices. We now extend these models to have

More information

Statistical Models and Methods for Financial Markets

Statistical Models and Methods for Financial Markets Tze Leung Lai/ Haipeng Xing Statistical Models and Methods for Financial Markets B 374756 4Q Springer Preface \ vii Part I Basic Statistical Methods and Financial Applications 1 Linear Regression Models

More information

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD)

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD) STAT758 Final Project Time series analysis of daily exchange rate between the British Pound and the US dollar (GBP/USD) Theophilus Djanie and Harry Dick Thompson UNR May 14, 2012 INTRODUCTION Time Series

More information

IEOR E4703: Monte-Carlo Simulation

IEOR E4703: Monte-Carlo Simulation IEOR E4703: Monte-Carlo Simulation Simulation Efficiency and an Introduction to Variance Reduction Methods Martin Haugh Department of Industrial Engineering and Operations Research Columbia University

More information

Effects of Outliers and Parameter Uncertainties in Portfolio Selection

Effects of Outliers and Parameter Uncertainties in Portfolio Selection Effects of Outliers and Parameter Uncertainties in Portfolio Selection Luiz Hotta 1 Carlos Trucíos 2 Esther Ruiz 3 1 Department of Statistics, University of Campinas. 2 EESP-FGV (postdoctoral). 3 Department

More information

MEASURING TRADED MARKET RISK: VALUE-AT-RISK AND BACKTESTING TECHNIQUES

MEASURING TRADED MARKET RISK: VALUE-AT-RISK AND BACKTESTING TECHNIQUES MEASURING TRADED MARKET RISK: VALUE-AT-RISK AND BACKTESTING TECHNIQUES Colleen Cassidy and Marianne Gizycki Research Discussion Paper 9708 November 1997 Bank Supervision Department Reserve Bank of Australia

More information

Market Integration, Price Discovery, and Volatility in Agricultural Commodity Futures P.Ramasundaram* and Sendhil R**

Market Integration, Price Discovery, and Volatility in Agricultural Commodity Futures P.Ramasundaram* and Sendhil R** Market Integration, Price Discovery, and Volatility in Agricultural Commodity Futures P.Ramasundaram* and Sendhil R** *National Coordinator (M&E), National Agricultural Innovation Project (NAIP), Krishi

More information

Monte-Carlo Methods in Financial Engineering

Monte-Carlo Methods in Financial Engineering Monte-Carlo Methods in Financial Engineering Universität zu Köln May 12, 2017 Outline Table of Contents 1 Introduction 2 Repetition Definitions Least-Squares Method 3 Derivation Mathematical Derivation

More information