A NUMERICAL EXAMPLE FOR PORTFOLIO OPTIMIZATION. In 2003, I collected data on 20 stocks, which are listed below: Berkshire-Hathaway B. Citigroup, Inc.

Size: px
Start display at page:

Download "A NUMERICAL EXAMPLE FOR PORTFOLIO OPTIMIZATION. In 2003, I collected data on 20 stocks, which are listed below: Berkshire-Hathaway B. Citigroup, Inc."

Transcription

1 A NUMERICAL EXAMPLE FOR PORTFOLIO OPTIMIZATION In 3, I collected data on stocks, which are listed below: Sybol ADBE AMZN BA BRKB C CAT CSCO DD FDX GE GLW GM INTC JNJ KO MO MSFT RTN SBC Nae Adobe Systes Aazon.co Boeing Berkshire-Hathaway B Citigroup, Inc. Caterpillar Cisco Dupont Federal Express General Electric Corning General Motors Intel Corporation Johnson and Johnson Coca Cola Altria Microsoft Raytheon Southern Bell Copany FRE 633, Deceber 5, 7 R. Van Slyke p.

2 VOD Vodaphone For each stock, I obtained fro Yahoo Financial the adjusted close values, onthly for the previous year; specifically the closes were for: 3-Nov-3 -Oct-3 -Sep-3 -Aug-3 -Jul-3 -Jun-3 -May-3 -Apr-3 3-Mar-3 3-Feb-3 -Jan-3 -Dec- -Nov- Fro this data we need to estiate two things, the return and the risk. The estiated return: We need to estiates for the total return (the principal plus net return). The first is the estiated yearly return for the asset. For that we siply use the actual annual return (the asset value at the end of the year divided by the asset value at the beginning). for Noveber, to Noveber 3, 3. In order to calculate our risk easure, we will also need an estiate for the onthly return. We assue that the expected returns for each onth are the sae. The siplest ethod is to siply divide the annual return by. So if R is the estiated expected onthly return and R is the annual return, then R = *R. But this is not the way returns usually y operate. If R is the expected onthly return, we would expect the expected return for two onths to be R, and for onths to be R. ( The power of copounding. ) The first ethod can be called arithetic accuulation, while the second can be called geoetric accuulation. There is soe controversy about which of these ethods actually works better in practice. The GAMS files you are given has the geoetric ethod as the default, but coented in are the instructions needed for arithetic ethod as an option. Here we assue the geoetric ethod. To calculate y FRE 633, Deceber 5, 7 R. Van Slyke p.

3 the onthly return per share, R, we used the geoetric ean of the total return for the year. That is siply the th root of the ratio of the closing value on Noveber 3, 3 to the closing value on Noveber,. The risk odel: We will estiate the risk of a portfolio of stocks by soe easure of the volatility of the value. Markowitz used the variance of the portfolio s value for his easure, which is essentially the su of squares of the onthly differences between the actual values and their ean. But we will consider other easures of volatility risk as well. Variance easures the fluctuation of the value about the ean, both above and below the ean. However, for our investents we are usually uch ore concerned with the fluctuations below the ean (the downside risk ); we are only too pleased if the fluctuations are above the ean. If the rando fluctuations are syetric about the ean; for exaple, if we assue they are noral then this is no proble because the fluctuations above the ean are statistically the sae as the fluctuations below so the two easures are related by a constant factor. In any case, we can solve both probles by using different easures of the variation of a portfolio. In addition to the variance, we will consider two additional ethods. In the first we will easure the variation by the su of the absolute values of the differences between the ean and the value. In the second, we will easure it by the largest difference between the ean and its value. In the language of approxiation theory (See the appendix or, for exaple) the variance is an L easure, our first alternative is an L easure, and the last is an L Aong other reasons the L and L can. be solved as linear progras. To illustrate our risk odels let us consider a portfolio of one stock, say, Citigroup, Inc, (Sybol C). prices returns deviations dev. sqd. -Nov Dec Jan Feb Mar Apr FRE 633, Deceber 5, 7 R. Van Slyke p. 3

4 -May Jun Jul Aug Sep Oct Nov One onth predicted return:.6 One year total return.5 L easure (su of the absolute derviations).594 L easure (square root of the su of the squared deviations}. L easure (largest onthly deviation).3 You are provided two GAMS files, L.gs, and L.gs. The first ipleents the Markowitz variance risk odel, the second ipleents the L easure. We have already looked at the Markowitz odel. Now let s look in a little ore detail at the L odel. The L risk odel: In period i, we copare the current adjusted price with the Noveber, th price ties the onthly rate to the i power. We require an expected return of % (R =.) on our $, investent. We look for the portfolio with the given expected return that iniizes the risk as easured by the su of the absolute deviations fro the ean. This leads to the following optiization progra for deterining optial portfolios using the L easure of risk. FRE 633, Deceber 5, 7 R. Van Slyke p. 4

5 which has a non-linear, non differentiable objective, but is equivalent to: which is a linear progra! There is a nuber of odeling issues associated with all this; for exaple, we should probably weight the recent values ore than the older ones. There are straightforward techniques for doing this (see Exercise 5). Appendix: L p nors For any p we can define easure of the size of a vector, called an L p FRE 633, Deceber 5, 7 R. Van Slyke p. 5

6 nor. It is defined by for a n-vector e. The three ost coon L p nors are for p =, p =, and p =. The forula given is not directly defined for p =, but it is fairly easy to show that so we use that as our definition for p =. So e is the noral euclidean distance; e is the su of the absolute values of the vector coponents (soeties called the Manhattan distance), and e is the largest absolute valued coponent. The figure shows the unit ball of each of the three nors, {e: e p }. The L nor is slightly inconvenient for optiization, first because it cannot be represented in a linear progra; secondly because of the square root in its definition. The second proble is not serious, we norally use the square of the L nor. Usually this does not cause any probles because we can use the onotone transforation theore we discussed in the first lecture. Even with this we have non-linearity so we often use the L nor or L nor. Thus for our optial portfolio ethod we are tepted to use the L nor or the L nor instead of the L nor which corresponds to the variance easure of risk. FRE 633, Deceber 5, 7 R. Van Slyke p. 6

7 Exercises: For all the probles in addition to your solutions subit copies of your input files using MyPoly s Digital Dropbox. Be sure to identify each input as to what who you are, what proble it solves, etc. It is a good idea to keep unodified copies of the files L.gs and L.gs, and just work fro copies. th Wednesday evening, Noveber 8 our class will eet in Brooklyn to hear the lecture by Nassi Taleb. It starts at 6:PM in the auditoriu in Dibner. I will arrange for a conference roo before and after his talk, to discuss the probles with you. I expect your draft solutions that night. It will count towards your hoework grade. I also will try to give you soe useful feedback.. Run the GAMS file, L.gs for R =., and M = $,. What is the value for risk (the objective)? What stocks were chosen.,. Change fro the geoetric to the arithetic ean for estiating the expected onthly total return. (Be careful, you have to change the code in two places.). How do the rates copare? What does this say about the power of copounding? 3. The forulation in the file you were given requires that you invest all your oney. Modify the budget constraint in L.gs so that you are only liited to spend no ore than your budget. Do you get the sae answer as in Proble? Explain why you did or didn t. Do this again with R = Using GAMS trace the efficient frontier for R =. to.4 by increents of. for both L and L. What stocks were never chosen; which were always chosen? What difference did the risk odel ake? 5. Now run the L profile considering only the downside risk. What changes in the optial portfolios, if any, did you note for given total target returns? 6. Vanderbei proposed weighting the historic returns, so that the ost recent have a higher influence than the earlier ones. For t our proble, list weights w that su to one, so that each one is 9/th the previous. Hint, review A Useful Trick in the FRE 633, Deceber 5, 7 R. Van Slyke p. 7

8 Single Variable Optiization Lecture. [Vanderbei,, p. 398] 7. Using your weights fro Proble 6, calculate for Citigroup: (a) the weighted arithetic average of Actual Monthly Return. That is, the expected (b) return per onth for Citigroup. The weighted geoetric average, which is given by. 8. Copare the average onthly return for Citigroup as given in the text above, and in Proble 7; I will post an Excel file with the (correct) Citigroup data. 9. Construct an L risk odel that can be solved using linear prograing. Ipleent it as a GAMS file by odifying L.gs and/or L.gs.. Modify the L.gs file to restrict the nuber of assets, k, you can invest in. To be specific, write your GAMS file, to restrict investent to 5 or fewer assets (but you get to choose which 5). Build your odel using ixed, integer and continuous variables. Solve using a ixed integer prograing solver. That is, use a ip algorith. Using your progra trace the efficient frontier for R =. to.4 by increents of.. Copare with your results for Proble 4 (for L risk odel only).. Modify both the L and the L files using integer variables, so that portfolios are constrained to have exact integer nubers of round lots of shares ( shares at tie). List the portfolios, and their iniu risk easures for R =.. Solve using integer prograing. Use a inlp algorith.. If we allow short selling with the L odel (variance); that is we allow the coponents of the x vector to be either positive or negative (short selling), then if we have two optial portfolios (with different target total returns) then an optial portfolio for any third target return can constructed by taking a linear cobination of the first two optial FRE 633, Deceber 5, 7 R. Van Slyke p. 8

9 portfolios. (See the suppleental note: Portfolio Optiization and Quadratic Prograing.) Verify this epirically by odifying L.gs so that x can take on both positive and negative values. Then ake several runs to verify the result. Make the total return equation and the budget equation equalities. You ay need arithetic averages to ake this work. Try this first considering only 7 assets (ADBE, AMZN, BA, BRKB, C, CAT, and CSCO) instead of all assets. Discuss, what happens in both cases. 3. How do the Relaxation Theore, and Monotone Transforation Theore apply to the issues arising in the notes, and probles? References: Chvatal, Vasek, Linear Prograing, Freean, 983. Konno, Hiroshi, and Hiroaki Yaazaki, Mean-Absolute Deviation Portfolio Optiization Model and Its Applications to Tokyo Stock Market, Manageent Science, v. 37, no. 5, May 99. Vanderbei, R., Linear Prograing, Kluwer,. Young, Martin R., A Miniax Portfolio Selection Rule with Linear Prograing Solution, Manageent Science, v. 44, no. 5, May 998. Richard Van Slyke (Revised /5/7) FRE 633, Deceber 5, 7 R. Van Slyke p. 9

Survey of Math: Chapter 21: Consumer Finance Savings Page 1

Survey of Math: Chapter 21: Consumer Finance Savings Page 1 Survey of Math: Chapter 21: Consuer Finance Savings Page 1 The atheatical concepts we use to describe finance are also used to describe how populations of organiss vary over tie, how disease spreads through

More information

MAT 3788 Lecture 3, Feb

MAT 3788 Lecture 3, Feb The Tie Value of Money MAT 3788 Lecture 3, Feb 010 The Tie Value of Money and Interest Rates Prof. Boyan Kostadinov, City Tech of CUNY Everyone is failiar with the saying "tie is oney" and in finance there

More information

III. Valuation Framework for CDS options

III. Valuation Framework for CDS options III. Valuation Fraework for CDS options In siulation, the underlying asset price is the ost iportant variable. The suitable dynaics is selected to describe the underlying spreads. The relevant paraeters

More information

Analysis of the purchase option of computers

Analysis of the purchase option of computers Analysis of the of coputers N. Ahituv and I. Borovits Faculty of Manageent, The Leon Recanati Graduate School of Business Adinistration, Tel-Aviv University, University Capus, Raat-Aviv, Tel-Aviv, Israel

More information

Time Value of Money. Financial Mathematics for Actuaries Downloaded from by on 01/12/18. For personal use only.

Time Value of Money. Financial Mathematics for Actuaries Downloaded from  by on 01/12/18. For personal use only. Interest Accuulation and Tie Value of Money Fro tie to tie we are faced with probles of aking financial decisions. These ay involve anything fro borrowing a loan fro a bank to purchase a house or a car;

More information

CHAPTER 2: FUTURES MARKETS AND THE USE OF FUTURES FOR HEDGING

CHAPTER 2: FUTURES MARKETS AND THE USE OF FUTURES FOR HEDGING CHAPER : FUURES MARKES AND HE USE OF FUURES FOR HEDGING Futures contracts are agreeents to buy or sell an asset in the future for a certain price. Unlike forward contracts, they are usually traded on an

More information

The Institute of Chartered Accountants of Sri Lanka

The Institute of Chartered Accountants of Sri Lanka The Institute of Chartered Accountants of Sri Lanka Executive Diploa in Business and Accounting Financial Matheatics Financial Matheatics deals with probles of investing Money, or Capital. If the investor

More information

Introduction to Risk, Return and the Opportunity Cost of Capital

Introduction to Risk, Return and the Opportunity Cost of Capital Introduction to Risk, Return and the Opportunity Cost of Capital Alexander Krüger, 008-09-30 Definitions and Forulas Investent risk There are three basic questions arising when we start thinking about

More information

Financial Risk: Credit Risk, Lecture 1

Financial Risk: Credit Risk, Lecture 1 Financial Risk: Credit Risk, Lecture 1 Alexander Herbertsson Centre For Finance/Departent of Econoics School of Econoics, Business and Law, University of Gothenburg E-ail: alexander.herbertsson@cff.gu.se

More information

An alternative route to performance hypothesis testing Received (in revised form): 7th November, 2003

An alternative route to performance hypothesis testing Received (in revised form): 7th November, 2003 An alternative route to perforance hypothesis testing Received (in revised for): 7th Noveber, 3 Bernd Scherer heads Research for Deutsche Asset Manageent in Europe. Before joining Deutsche, he worked at

More information

Optimal Design Of English Auctions With Discrete Bid Levels*

Optimal Design Of English Auctions With Discrete Bid Levels* Optial Design Of English Auctions With Discrete Bid Levels* E. David, A. Rogers and N. R. Jennings Electronics and Coputer Science, University of Southapton, Southapton, SO7 BJ, UK. {ed,acr,nrj}@ecs.soton.ac.uk.

More information

PRODUCTION COSTS MANAGEMENT BY MEANS OF INDIRECT COST ALLOCATED MODEL

PRODUCTION COSTS MANAGEMENT BY MEANS OF INDIRECT COST ALLOCATED MODEL PRODUCTION COSTS MANAGEMENT BY MEANS OF INDIRECT COST ALLOCATED MODEL Berislav Bolfek 1, Jasna Vujčić 2 1 Polytechnic Slavonski Brod, Croatia, berislav.bolfek@vusb.hr 2 High school ''Matija Antun Reljković'',

More information

A Description of Swedish Producer and Import Price Indices PPI, EXPI and IMPI

A Description of Swedish Producer and Import Price Indices PPI, EXPI and IMPI STATSTCS SWEDE Rev. 2010-12-20 1(10) A Description of Swedish roducer and port rice ndices, EX and M The rice indices in roducer and port stages () ai to show the average change in prices in producer and

More information

Bond Duration. Floyd Vest

Bond Duration. Floyd Vest Bond Duration Floyd Vest It is well known that when arket interest rates change, the price of a bond, or the share prices in a bond fund, changes. Bond duration is widely used to estiate the change in

More information

LECTURE 4: MIXED STRATEGIES (CONT D), BIMATRIX GAMES

LECTURE 4: MIXED STRATEGIES (CONT D), BIMATRIX GAMES LECTURE 4: MIXED STRATEGIES (CONT D), BIMATRIX GAMES Mixed Strategies in Matrix Gaes (revision) 2 ixed strategy: the player decides about the probabilities of the alternative strategies (su of the probabilities

More information

S old. S new. Old p D. Old q. New q

S old. S new. Old p D. Old q. New q Proble Set 1: Solutions ECON 301: Interediate Microeconoics Prof. Marek Weretka Proble 1 (Fro Varian Chapter 1) In this proble, the supply curve shifts to the left as soe of the apartents are converted

More information

Construction Methods.. Ch.-2- Factors Affecting the Selection of Construction Equipment

Construction Methods.. Ch.-2- Factors Affecting the Selection of Construction Equipment Construction Methods.. Ch.-2- Factors Affecting the Selection of Construction Equipent Chapter 2 Factors Affecting the Selection of Construction Equipent 2. Factors Affecting the Selection of Construction

More information

... About Higher Moments

... About Higher Moments WHAT PRACTITIONERS NEED TO KNOW...... About Higher Moents Mark P. Kritzan In financial analysis, a return distribution is coonly described by its expected return and standard deviation. For exaple, the

More information

DSC1630. Tutorial letter 201/1/2014. Introductory Financial Mathematics. Semester 1. Department of Decision Sciences DSC1630/201/1/2014

DSC1630. Tutorial letter 201/1/2014. Introductory Financial Mathematics. Semester 1. Department of Decision Sciences DSC1630/201/1/2014 DSC1630/201/1/2014 Tutorial letter 201/1/2014 Introductory Financial Matheatics DSC1630 Seester 1 Departent of Decision Sciences IMPORTANT INFORMATION: This tutorial letter contains solutions to the assignents

More information

How Integrated Benefits Optimization Can Benefit Employers & Employees

How Integrated Benefits Optimization Can Benefit Employers & Employees Integrated Benefits Optiization A Perspective Partners White Paper How Integrated Benefits Optiization Can Benefit Eployers & Eployees Executive Suary Eployers and eployees soeties see to be on opposite

More information

Research on the Management Strategy from the Perspective of Profit and Loss Balance

Research on the Management Strategy from the Perspective of Profit and Loss Balance ISSN: 2278-3369 International Journal of Advances in Manageent and Econoics Available online at: www.anageentjournal.info RESEARCH ARTICLE Research on the Manageent Strategy fro the Perspective of Profit

More information

Staff Memo N O 2005/11. Documentation of the method used by Norges Bank for estimating implied forward interest rates.

Staff Memo N O 2005/11. Documentation of the method used by Norges Bank for estimating implied forward interest rates. N O 005/ Oslo Noveber 4, 005 Staff Meo Departent for Market Operations and Analysis Docuentation of the ethod used by Norges Bank for estiating iplied forward interest rates by Gaute Myklebust Publications

More information

Introductory Financial Mathematics DSC1630

Introductory Financial Mathematics DSC1630 /2015 Tutorial Letter 201/1/2015 Introductory Financial Matheatics DSC1630 Seester 1 Departent of Decision Sciences Iportant Inforation: This tutorial letter contains the solutions of Assignent 01. Bar

More information

Non-Linear Programming Approach for Optimization of Construction Project s Control System

Non-Linear Programming Approach for Optimization of Construction Project s Control System Non-Linear Prograing Approach for Optiization of Construction Project s Control Syste Yusrizal Lubis 1 and Zuhri 1,2 Sekolah Tinggi Teknik Harapan Medan Indonesia, Sekolah Tinggi Ilu Manajeen Suka Medan

More information

THE CHINESE UNIVERSITY OF HONG KONG Department of Mathematics MMAT5250 Financial Mathematics Homework 2 Due Date: March 24, 2018

THE CHINESE UNIVERSITY OF HONG KONG Department of Mathematics MMAT5250 Financial Mathematics Homework 2 Due Date: March 24, 2018 THE CHINESE UNIVERSITY OF HONG KONG Department of Mathematics MMAT5250 Financial Mathematics Homework 2 Due Date: March 24, 2018 Name: Student ID.: I declare that the assignment here submitted is original

More information

OPTIMIZATION APPROACHES IN RISK MANAGEMENT: APPLICATIONS IN FINANCE AND AGRICULTURE

OPTIMIZATION APPROACHES IN RISK MANAGEMENT: APPLICATIONS IN FINANCE AND AGRICULTURE OPTIMIZATION APPROACHES IN RISK MANAGEMENT: APPLICATIONS IN FINANCE AND AGRICULTURE By CHUNG-JUI WANG A DISSERTATION PRESENTED TO THE GRADUATE SCHOOL OF THE UNIVERSITY OF FLORIDA IN PARTIAL FULFILLMENT

More information

Unisex-Calculation and Secondary Premium Differentiation in Private Health Insurance. Oliver Riedel

Unisex-Calculation and Secondary Premium Differentiation in Private Health Insurance. Oliver Riedel Unisex-Calculation and Secondary Preiu Differentiation in Private Health Insurance Oliver Riedel University of Giessen Risk Manageent & Insurance Licher Strasse 74, D - 35394 Giessen, Gerany Eail: oliver.t.riedel@wirtschaft.uni-giessen.de

More information

Research on Entrepreneur Environment Management Evaluation Method Derived from Advantage Structure

Research on Entrepreneur Environment Management Evaluation Method Derived from Advantage Structure Research Journal of Applied Sciences, Engineering and Technology 6(1): 160-164, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Subitted: Noveber 08, 2012 Accepted: Deceber

More information

Nontradables and relative price levels across areas within Japan Hidehiro Ikeno Surugadai University

Nontradables and relative price levels across areas within Japan Hidehiro Ikeno Surugadai University Nontradables and relative price levels across areas within Japan Hidehiro Ieno Surugadai University 1. Introduction This paper exaines epirically the iportance of tradables and nontradables in deterining

More information

Last For A Lifetime. Making Your Money. Why You Need to Know About Annuities

Last For A Lifetime. Making Your Money. Why You Need to Know About Annuities Making Your Money Last For A Lifetie Why You Need to Know About Annuities A Joint Project of The Actuarial Foundation and WISER, the Woen s Institute for a Secure Retireent Acknowledgeents Special thanks

More information

Research Article Analysis on the Impact of the Fluctuation of the International Gold Prices on the Chinese Gold Stocks

Research Article Analysis on the Impact of the Fluctuation of the International Gold Prices on the Chinese Gold Stocks Discrete Dynaics in Nature and Society, Article ID 308626, 6 pages http://dx.doi.org/10.1155/2014/308626 Research Article Analysis on the Ipact of the Fluctuation of the International Gold Prices on the

More information

Appendix Table A1. MPC Stratified by Additional Variables

Appendix Table A1. MPC Stratified by Additional Variables Appendix Table A1. MPC Stratified by Additional Variables This table presents estiates of the MPC out of liquidity for groups of consuers stratified by whether they have low, ediu, or high levels of credit

More information

Capital Asset Pricing Model: The Criticisms and the Status Quo

Capital Asset Pricing Model: The Criticisms and the Status Quo Journal of Applied Sciences Research, 7(1): 33-41, 2011 ISSN 1819-544X This is a refereed journal and all articles are professionally screened and reviewed 33 ORIGINAL ARTICLES Capital Asset Pricing Model:

More information

Garrison Schlauch - CLAS. This handout covers every type of utility function you will see in Econ 10A.

Garrison Schlauch - CLAS. This handout covers every type of utility function you will see in Econ 10A. This handout covers every type of utility function you will see in Econ 0A. Budget Constraint Unfortunately, we don t have unliited oney, and things cost oney. To siplify our analysis of constrained utility

More information

Capital reserve planning:

Capital reserve planning: C O - O P E R A T I V E H O U S I N G F E D E R A T I O N O F C A N A D A Capital reserve planning: A guide for federal-progra co-ops Getting our house in order P A R T O F T H E 2 0 2 0 V I S I O N T

More information

The Least-Squares Method for American Option Pricing

The Least-Squares Method for American Option Pricing U.U.D.M. Proect Report 29:6 The Least-Squares Method for Aerican Option Pricing Xueun Huang and Xuewen Huang Exaensarbete i ateatik, 3 hp + 5 hp Handledare och exainator: Macie Kliek Septeber 29 Departent

More information

Estimate products of decimal tenths and money amounts using a variety of strategies. Suggested answer: Suggested answer: Suggested answer:

Estimate products of decimal tenths and money amounts using a variety of strategies. Suggested answer: Suggested answer: Suggested answer: 1 Estiating Products Estiate products of decial tenths and oney aounts using a variety of strategies. 1. Estiate each product. Show your work. a).6 $9.55 d) 5.7 $1.77 4 x $0 = $10 or 6 x $1 = $7 or x $0

More information

Unisex Tariffs in Health Insurance

Unisex Tariffs in Health Insurance The Geneva Papers, 2006, 31, (233 244) r 2006 The International Association for the Study of Insurance Econoics 1018-5895/06 $30.00 www.palgrave-journals.co/gpp Unisex Tariffs in Health Insurance Oliver

More information

ASSESSING CREDIT LOSS DISTRIBUTIONS FOR INDIVIDUAL BORROWERS AND CREDIT PORTFOLIOS. BAYESIAN MULTI-PERIOD MODEL VS. BASEL II MODEL.

ASSESSING CREDIT LOSS DISTRIBUTIONS FOR INDIVIDUAL BORROWERS AND CREDIT PORTFOLIOS. BAYESIAN MULTI-PERIOD MODEL VS. BASEL II MODEL. ASSESSING CREIT LOSS ISTRIBUTIONS FOR INIVIUAL BORROWERS AN CREIT PORTFOLIOS. BAYESIAN ULTI-PERIO OEL VS. BASEL II OEL. Leonid V. Philosophov,. Sc., Professor, oscow Coittee of Bankruptcy Affairs. 33 47

More information

Monte Carlo Methods. Monte Carlo methods

Monte Carlo Methods. Monte Carlo methods ρ θ σ µ Monte Carlo Methos What is a Monte Carlo Metho? Rano walks The Metropolis rule iportance sapling Near neighbor sapling Sapling prior an posterior probability Exaple: gravity inversion The ovie

More information

BERMUDA NATIONAL PENSION SCHEME (GENERAL) REGULATIONS 1999 BR 82 / 1999

BERMUDA NATIONAL PENSION SCHEME (GENERAL) REGULATIONS 1999 BR 82 / 1999 QUO FA T A F U E R N T BERMUDA NATIONAL PENSION SCHEME (GENERAL) REGULATIONS 1999 BR 82 / 1999 TABLE OF CONTENTS 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Citation Interpretation PART 1 PRELIMINARY PART II REGISTRATION

More information

Project selection by using AHP and Bernardo Techniques

Project selection by using AHP and Bernardo Techniques International Journal of Huanities and Applied Sciences (IJHAS) Vol. 5, No., 06 ISSN 77 4386 Project selection by using AHP and Bernardo Techniques Aza Keshavarz Haddadha, Ali Naazian, Siaak Haji Yakhchali

More information

MADM Methods in Solving Group Decision Support System on Gene Mutations Detection Simulation

MADM Methods in Solving Group Decision Support System on Gene Mutations Detection Simulation MADM Methods in Solving Group Decision Support Syste on Gene Mutations Detection Siulation Eratita *1, Sri Hartati *2, Retantyo Wardoyo *2, Agus Harjoko *2 *1 Departent of Inforation Syste, Coputer Science

More information

\Notes" Yuri Y. Boykov. 4 August Analytic approximation of. In this chapter we apply the method of lines to approximate values of several

\Notes Yuri Y. Boykov. 4 August Analytic approximation of. In this chapter we apply the method of lines to approximate values of several \Notes" Yuri Y. Boyov 4 August 1996 Part II Analytic approxiation of soe exotic options 1 Introduction In this chapter we apply the ethod of lines to approxiate values of several options of both European

More information

Actuarial Society of India

Actuarial Society of India Actuarial Society of India EXAMINATIONS June 005 CT1 Financial Mathematics Indicative Solution Question 1 a. Rate of interest over and above the rate of inflation is called real rate of interest. b. Real

More information

Handelsbanken Debt Security Index Base Methodology. Version September 2017

Handelsbanken Debt Security Index Base Methodology. Version September 2017 Handelsbanken Debt Security Index Base ethodology Version 1.0 22 Septeber 2017 Contents 1 Introduction... 3 2 Description... 3 3 General Ters... 3 4 Iportant Inforation... 4 5 Definitions... 5 5.1 iscellaneous...

More information

AIM V.I. Small Cap Equity Fund

AIM V.I. Small Cap Equity Fund AIM V.I. Sall Cap Equity Fund PROSPECTUS May 1, 2009 Series I shares Shares of the fund are currently offered only to insurance copany separate accounts funding variable annuity contracts and variable

More information

State of Delaware VOYA PLAN and Your Voya Retirement Insurance and Annuity Company Investment Program - Plan-related Information

State of Delaware VOYA PLAN and Your Voya Retirement Insurance and Annuity Company Investment Program - Plan-related Information State of Delaware VOYA PLAN 664093 and 664094 Your Voya Retireent Insurance and Annuity Copany Investent Progra - Plan-related Inforation August 17,2016 The purpose of this docuent is to suarize certain

More information

EVOLVING PARAMETERS OF LOGIT MODEL USING GENETIC ALGORITHMS

EVOLVING PARAMETERS OF LOGIT MODEL USING GENETIC ALGORITHMS EVOLVING PARAMETERS OF LOGIT MODEL USING GENETIC ALGORITHMS Ming Zhong, University of New Brunswick Pawan Lingras and Will Blades, Saint Mary s University John Douglas Hunt, University of Calgary Introduction

More information

See Market liquidity: Research Findings and Selected Policy Implications in BIS (1999) for the various dimensions of liquidity.

See Market liquidity: Research Findings and Selected Policy Implications in BIS (1999) for the various dimensions of liquidity. Estiating liquidity preia in the Spanish Governent securities arket 1 Francisco Alonso, Roberto Blanco, Ana del Río, Alicia Sanchís, Banco de España Abstract This paper investigates the presence of liquidity

More information

Chapter 4 Rates of Change

Chapter 4 Rates of Change Capter 4 Rates of Cange In tis capter we will investigate ow fast one quantity canges in relation to anoter. Te first type of cange we investigate is te average rate of cange, or te rate a quantity canges

More information

ARTICLE IN PRESS. Pricing in debit and credit card schemes. Julian Wright* 1. Introduction

ARTICLE IN PRESS. Pricing in debit and credit card schemes. Julian Wright* 1. Introduction ARTICLE IN PRE Econoics Letters x (200) xxx xxx www.elsevier.co/ locate/ econbase Pricing in debit and credit card schees Julian Wright* Departent of Econoics, University of Auckland, Private ag 92019,

More information

CREDIT AND TRAINING PROVISION TO THE POOR BY VERTICALLY CONNECTED NGO S AND COMMERCIAL BANKS

CREDIT AND TRAINING PROVISION TO THE POOR BY VERTICALLY CONNECTED NGO S AND COMMERCIAL BANKS CREDIT AND TRAINING PROVISION TO THE POOR BY VERTICALLY CONNECTED NGO S AND COMMERCIAL BANKS Gherardo Gino Giuseppe Girardi Econoics, Finance and International Business London Metropolitan University g.girardi@londoneac.uk

More information

Combining Neural Network and Firefly Algorithm to Predict Stock Price in Tehran exchange

Combining Neural Network and Firefly Algorithm to Predict Stock Price in Tehran exchange Cobining Neural Network and Firefly Algorith to Predict Stock Price in Tehran exchange Aliabdollahi Departent of Accounting Persian Gulf International Branch Islaic Azad Univercity,khorrashahr, Iran Saharotaedi

More information

Performance Analysis of Online Anticipatory Algorithms for Large Multistage Stochastic Integer Programs

Performance Analysis of Online Anticipatory Algorithms for Large Multistage Stochastic Integer Programs Perforance Analysis of Online Anticipatory Algoriths for Large Multistage Stochastic Integer Progras Luc Mercier and Pascal Van Hentenryck Brown University {ercier,pvh}@cs.brown.edu Abstract Despite significant

More information

Department of Econometrics and Business Statistics

Department of Econometrics and Business Statistics ISSN 440-77X Australia Departent of Econoetrics and Business Statistics http://www.buseco.onash.edu.au/depts/ebs/pubs/wpapers/ Applications of Inforation Measures to Assess Convergence in the Central Liit

More information

Portfolio decision analysis with PROBE: Addressing costs of not financing projects

Portfolio decision analysis with PROBE: Addressing costs of not financing projects Portfolio decision analysis with PROBE: Addressing costs of not financing proects JOÃO CARLOS LOURENÇO, CARLOS A. BANA E COSTA, JOÃO OLIVEIRA SOARES Departent of Engineering and Manageent (DEG) and Centre

More information

Research Article A Two-Stage Model for Project Optimization in Transportation Infrastructure Management System

Research Article A Two-Stage Model for Project Optimization in Transportation Infrastructure Management System Matheatical Probles in Engineering, Article ID 914515, 8 pages http://dx.doi.org/10.1155/2014/914515 Research Article A wo-stage Model for Project Optiization in ransportation Infrastructure Manageent

More information

m-string Prediction

m-string Prediction Figure 1. An =3 strategy. -string Prediction 000 0 001 1 010 1 011 0 100 0 101 1 110 0 111 1 10 Figure 2: N=101 s=1 9 8 7 6 σ 5 4 3 2 1 0 0 2 4 6 8 10 12 14 16 42 Figure 3: N=101 s=2 15 10 σ 5 0 0 2 4

More information

Realized Variance and IID Market Microstructure Noise

Realized Variance and IID Market Microstructure Noise Realized Variance and IID Market Microstructure Noise Peter R. Hansen a, Asger Lunde b a Brown University, Departent of Econoics, Box B,Providence, RI 02912, USA b Aarhus School of Business, Departent

More information

METHODOLOGY AND RESULTS

METHODOLOGY AND RESULTS Methodological Docuent METHODOLOGY AND RESULTS PRODUCER PRICE INDEX IN BOSNIA AND HERZEGOVINA Bosnia and Herzegovina Agenc for Statistics of Bosnia and Herzegovina Federal Office of Statistics of Federation

More information

QED. Queen s Economics Department Working Paper No. 1088

QED. Queen s Economics Department Working Paper No. 1088 QED Queen s Econoics Departent Working Paper No. 1088 Regulation and Taxation of Casinos under State-Monopoly, Private Monopoly and Casino Association Regies Hasret Benar Eastern Mediterranean University

More information

Third quarter 2017 results

Third quarter 2017 results Third quarter 2017 results October 27, 2017 Cautionary stateent regarding forward-looking stateents This presentation contains stateents that constitute forward-looking stateents, including but not liited

More information

Expert Advisor (EA) Evaluation System Using Web-based ELECTRE Method in Foreign Exchange (Forex) Market

Expert Advisor (EA) Evaluation System Using Web-based ELECTRE Method in Foreign Exchange (Forex) Market The 2 nd International Conference on Energy, Environent and Inforation Syste (ICENIS 2017) 15 th 16 th August 2017, Universitas Diponegoro, Searang, Indonesia Expert Advisor (EA) Evaluation Syste Using

More information

An Analytical Solution to Reasonable Royalty Rate Calculations a

An Analytical Solution to Reasonable Royalty Rate Calculations a -0- An Analytical Solution to Reasonable Royalty Rate Calculations a Willia Choi b Roy Weinstein c July 000 Abstract The courts are increasingly encouraging use of ore rigorous, scientific approaches to

More information

Variance Swaps and Non-Constant Vega

Variance Swaps and Non-Constant Vega Variance Swaps and Non-Constant Vega David E. Kuenzi Head of Risk anageent and Quantitative Research Glenwood Capital Investents, LLC 3 N. Wacker Drive, Suite 8 Chicago, IL 666 dkuenzi@glenwood.co Phone

More information

Section on Survey Research Methods

Section on Survey Research Methods Using the Statistics of Incoe Division s Saple Data to Reduce Measureent and Processing Error in Sall Area Estiates Produced fro Adinistrative Tax Records Kiberly Henry, Partha Lahiri, and Robin Fisher

More information

A NOJE;o.n INTEREST RATE RISK, SYSTEMATIC RISK and the PLANNING. Researchmeraorandum Sept. '85

A NOJE;o.n INTEREST RATE RISK, SYSTEMATIC RISK and the PLANNING. Researchmeraorandum Sept. '85 ET 05548 1985 023 SERIE RE5ERR[HE0RHHDH A NOJE;o.n INTEREST RATE RISK, SYSTEMATIC RISK and the PLANNING HORIZON Leon J. de Man Researcheraorandu 1985-23 Sept. '85 VRIJE UNIVERSITEIT Faculteit der Econoische

More information

Financial Markets 11-1

Financial Markets 11-1 Financial Markets Laurent Calvet calvet@hec.fr John Lewis john.lewis04@imperial.ac.uk Topic 11: Measuring Financial Risk HEC MBA Financial Markets 11-1 Risk There are many types of risk in financial transactions

More information

Compensation Report. Fresenius Medical Care AG & Co. KGaA

Compensation Report. Fresenius Medical Care AG & Co. KGaA Copensation Report Fresenius Medical Care AG & Co. KGaA Copensation Report The copensation report of FMC-AG & Co. KGaA suarizes the ain eleents of the copensation syste for the ebers of the Manageent Board

More information

Optimal resource allocation among transit agencies for fleet management

Optimal resource allocation among transit agencies for fleet management Optial resource allocation aong transit agencies for fleet anageent To V Mathew a, Snehaay Khasnabis b, Sabyasachee Mishra b a Departent of Civil Engineering, Indian Institute of Technology Bobay, Powai,

More information

Reinsurance and securitization: Application to life risk management. Pauline Barrieu Henri Loubergé

Reinsurance and securitization: Application to life risk management. Pauline Barrieu Henri Loubergé securitization: Application to life risk anageent Pauline Barrieu Henri Loubergé 2 Background Traditional reinsurance theory (Borch, 1960, 1962): a reinsurance pool is fored to share undiversifiable risk;

More information

Puerto Rico, US, Dec 2013: 5-year sentence for pricefixing

Puerto Rico, US, Dec 2013: 5-year sentence for pricefixing Dynaic oligopoly theory Collusion price coordination Illegal in ost countries - Explicit collusion not feasible - Legal exeptions Recent EU cases - Banking approx..7 billion Euros in fines (03) - Cathodic

More information

Why Do Large Investors Disclose Their Information?

Why Do Large Investors Disclose Their Information? Why Do Large Investors Disclose Their Inforation? Ying Liu Noveber 7, 2017 Abstract Large investors often advertise private inforation at private talks or in the edia. To analyse the incentives for inforation

More information

Evaluation on the Growth of Listed SMEs Based on Improved Principal Component Projection Method

Evaluation on the Growth of Listed SMEs Based on Improved Principal Component Projection Method Proceedings of the 7th International Conference on Innovation & Manageent 519 Evaluation on the Growth of Listed SMEs Based on Iproved Principal Coponent Projection Method Li Li, Ci Jinfeng Shenzhen Graduate

More information

HIGH MODERATE LOW SECURITY. Speculative Stock Junk Bonds Collectibles. Blue Chip or Growth Stocks Real Estate Mutual Funds

HIGH MODERATE LOW SECURITY. Speculative Stock Junk Bonds Collectibles. Blue Chip or Growth Stocks Real Estate Mutual Funds RETURN POTENTIAL $$$$ HIGH Speculative Stock Junk Bonds Collectibles $$$ $$ MODERATE LOW Blue Chip or Growth Stocks Real Estate Mutual Funds Corporate Bonds Preferred Stock Government Bonds $ SECURITY

More information

QED. Queen s Economics Department Working Paper No Hasret Benar Department of Economics, Eastern Mediterranean University

QED. Queen s Economics Department Working Paper No Hasret Benar Department of Economics, Eastern Mediterranean University QED Queen s Econoics Departent Working Paper No. 1056 Regulation and Taxation of Casinos under State-Monopoly, Private Monopoly and Casino Association Regies Hasret Benar Departent of Econoics, Eastern

More information

WORKING PAPER. Women s and men's responses to in-work benefits: The influence of younger children. Daniela Andrén and Thomas Andrén Economics

WORKING PAPER. Women s and men's responses to in-work benefits: The influence of younger children. Daniela Andrén and Thomas Andrén Economics WORKING PAPER 1/2014 Woen s and en's responses to in-ork benefits: The influence of younger children Daniela Andrén and Thoas Andrén Econoics ISSN 1403-0586 http://.oru.se/institutioner/handelshogskolan-vid-orebro-universitet/forskning/publikationer/working-papers/

More information

Who Gains and Who Loses from the 2011 Debit Card Interchange Fee Reform?

Who Gains and Who Loses from the 2011 Debit Card Interchange Fee Reform? No. 12-6 Who Gains and Who Loses fro the 2011 Debit Card Interchange Fee Refor? Abstract: Oz Shy In October 2011, new rules governing debit card interchange fees becae effective in the United States. These

More information

Research Article Concession Period Decision Models for Public Infrastructure Projects Based on Option Games

Research Article Concession Period Decision Models for Public Infrastructure Projects Based on Option Games Matheatical Probles in Engineering Volue 2015, Article ID 671764, 9 pages http://dx.doi.org/10.1155/2015/671764 Research Article Concession Period Decision Models for Public Infrastructure Projects Based

More information

Executive Summary. July 17, 2015

Executive Summary. July 17, 2015 Executive Summary July 17, 2015 The Revenue Estimating Conference adopted interest rates for use in the state budgeting process. The adopted interest rates take into consideration current benchmark rates

More information

Estimating Nonlinear Models With Multiply Imputed Data

Estimating Nonlinear Models With Multiply Imputed Data Estiating onlinear Models With Multiply Iputed Data Catherine Phillips Montalto 1 and Yoonkyung Yuh 2 Repeated-iputation inference (RII) techniques for estiating nonlinear odels with ultiply iputed data

More information

Inflation and Unemployment in Nigeria: An ARDL- Approach

Inflation and Unemployment in Nigeria: An ARDL- Approach World Journal of Econoic and Finance Vol. 3(2), pp. 069-074, Noveber, 2017. www.preierpublishers.org. ISSN: XXXX-XXXX WJEF Research Article Inflation and Uneployent in Nigeria: An ARDL- Approach Saad Buba

More information

Duration, convexity and the optimal management of bond portfolios for insurance companies Riccardo Cesari, Vieri Mosco

Duration, convexity and the optimal management of bond portfolios for insurance companies Riccardo Cesari, Vieri Mosco Quaderno n. 7 Duration, convexity and the optial anageent of bond portfolios for insurance copanies Riccardo Cesari, Vieri Mosco February 7 This series of Quaderni is aied at contributing econoic research

More information

The Social Accounting Matrix (SAM)

The Social Accounting Matrix (SAM) Università degli Studi di Roa "Tor Vergata The Social Accounting Matrix (SAM) Methodology and Web site Federica Alfani 17 Maggio 2009 The Social Accounting Matrix (SAM) Iportant aspects related to this

More information

Modelling optimal asset allocation when households experience health shocks. Jiapeng Liu, Rui Lu, Ronghua Yi, and Ting Zhang*

Modelling optimal asset allocation when households experience health shocks. Jiapeng Liu, Rui Lu, Ronghua Yi, and Ting Zhang* Modelling optial asset allocation when households experience health shocks Jiapeng Liu, Rui Lu, Ronghua Yi, and Ting Zhang* Abstract Health status is an iportant factor affecting household portfolio decisions.

More information

( The Gleason Report Performance of the TGR Timing Models with the Dow Stocks January 2015

(  The Gleason Report Performance of the TGR Timing Models with the Dow Stocks January 2015 (www.gleasonreport.com) The Gleason Report Performance of the TGR Timing Models with the Dow Stocks January 2015 The Gleason Report (TGR) market timing system uses many years of data to create a customized

More information

ARTICLE IN PRESS. Journal of Mathematical Economics xxx (2008) xxx xxx. Contents lists available at ScienceDirect. Journal of Mathematical Economics

ARTICLE IN PRESS. Journal of Mathematical Economics xxx (2008) xxx xxx. Contents lists available at ScienceDirect. Journal of Mathematical Economics Journal of Matheatical Econoics xxx (28) xxx xxx Contents lists available at ScienceDirect Journal of Matheatical Econoics journal hoepage: www.elsevier.co/locate/jateco 1 1 2 2 3 4 5 6 7 8 9 1 11 12 13

More information

Time Varying International Market Integration

Time Varying International Market Integration International Journal of conoics and Finance; Vol. 5, No. 11; 013 ISSN 1916-971X-ISSN 1916-978 Published by Canadian Center of Science and ducation Tie Varying International Market Integration Dhouha Hadidane

More information

First quarter 2017 results

First quarter 2017 results First quarter 2017 results April 28, 2017 Cautionary stateent regarding forward-looking stateents This presentation contains stateents that constitute forward-looking stateents, including but not liited

More information

Total PS TG. Budgeted production levels can be calculated as follows:

Total PS TG. Budgeted production levels can be calculated as follows: U. ;' cn '.:. \.' >>.:---"--^ '-.'" * i--.'. * ::-;.v>"--:'i.-^ -7 -..=../.-' "-. " '.:.' Ill all it.;? s Solution Total PS TG Sales units 6,000 5,000 1,000 Sales value $605,000 $475,000 $130,000 Workings

More information

A Multi-Objective Optimization Model for Transit Fleet Resource Allocation

A Multi-Objective Optimization Model for Transit Fleet Resource Allocation Mishra et al. 0 0 0 0 0 A Multi-Objective Optiization Model for Transit Fleet Resource Allocation By Sabyasachee Mishra, Ph.D., P.E. Assistant Professor Departent of Civil Engineering University of Mephis

More information

Implementation of MADM Methods in Solving Group Decision Support System on Gene Mutations Detection Simulation

Implementation of MADM Methods in Solving Group Decision Support System on Gene Mutations Detection Simulation Ipleentation of MADM Methods in Solving Group Decision Support Syste on Gene Mutations Detection Siulation Eratita *1, Sri Hartati *2, Retantyo Wardoyo *2, Agus Harjoko *2 *1 Departent of Inforation Syste,

More information

XML Publisher Balance Sheet Vision Operations (USA) Feb-02

XML Publisher Balance Sheet Vision Operations (USA) Feb-02 Page:1 Apr-01 May-01 Jun-01 Jul-01 ASSETS Current Assets Cash and Short Term Investments 15,862,304 51,998,607 9,198,226 Accounts Receivable - Net of Allowance 2,560,786

More information

We can also develop useful upper bounds. The value of the arithmetic Asian option is

We can also develop useful upper bounds. The value of the arithmetic Asian option is Aian option Introduction Aian option are popular in currency and coodity arket becaue they offer a cheaper ethod of hedging expoure to regular periodic cah flow they are le uceptible to anipulation of

More information

Catastrophe Insurance Products in Markov Jump Diffusion Model

Catastrophe Insurance Products in Markov Jump Diffusion Model Catastrophe Insurance Products in Markov Jup Diffusion Model (Topic of paper: Risk anageent of an insurance enterprise) in Shih-Kuei Assistant Professor Departent of Finance National University of Kaohsiung

More information

Anatomy of an Investor Term Sheet

Anatomy of an Investor Term Sheet Anatoy of an Investor Ter Sheet By Andrew S. Whitan, Managing Partner Before you receive a ter sheet fro an investor, you should consider that traditional investors usually structure a ter sheet to protect

More information

Production, Process Investment and the Survival of Debt Financed Startup Firms

Production, Process Investment and the Survival of Debt Financed Startup Firms Babson College Digital Knowledge at Babson Babson Faculty Research Fund Working Papers Babson Faculty Research Fund 00 Production, Process Investent and the Survival of Debt Financed Startup Firs S. Sinan

More information

FinancialTimeSeriesRecentTrendsinEconometrics

FinancialTimeSeriesRecentTrendsinEconometrics Global Journal of Manageent and Business Research Finance Volue 13 Issue 5 Version 1.0 Year 013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online

More information

A NUMERICAL METHOD FOR PRICING AMERICAN-STYLE ASIAN OPTIONS UNDER GARCH MODEL

A NUMERICAL METHOD FOR PRICING AMERICAN-STYLE ASIAN OPTIONS UNDER GARCH MODEL A NUMERICAL METHOD FOR PRICING AMERICAN-STYLE ASIAN OPTIONS UNDER GARCH MODEL DAN SHAO Abstract. This article develops a nuerical ethod to price Aerican-style Asian option in the context of the generalized

More information