Package FinAna. R topics documented: October 26, Type Package

Size: px
Start display at page:

Download "Package FinAna. R topics documented: October 26, Type Package"

Transcription

1 Type Package Package FiAa October 26, 2017 Title Fiacial Aalysis ad Regressio Diagostic Aalysis Versio Author Xuahua(Peter) Yi Maitaier Xuahua(Peter) Yi Fuctios for fiacial aalysis ad fiacial modelig, icludig batch graphs geeratio, beta calculatio, descriptive statistics, auity calculatio, bod pricig ad fiacial data dowload. Note Few parts are still prelimiary ad might be chaged i the ear future. Ad more fuctios will be add as easier tools to higher efficiecy i aalyzig. Licese GPL (>= 2) LazyData TRUE RoygeNote NeedsCompilatio o Repository CRAN Date/Publicatio :08:49 UTC R topics documeted: au.fv au.pv au.pv.df betaf bod.price corm desc get.mode get.price.google get.price.yahoo kur

2 2 au.pv ploth ploths plotsm plotts rr sk Ide 11 au.fv Calculate future value of auity Calculate future value of a ordiary auity or a auity due. au.fv(pmt,i,,type = 0) pmt i type :the equal amout of paymet of each period :iterest rate accodig to the period :umber of periods :type = 0 for ordiary auity, type = 1 for auity due #au.fv(100,0.0248,10,0) au.pv Calculate preset value of auity Calculate preset value of a ordiary auity or a auity due. au.pv(pmt,i,,type = 0)

3 au.pv.df 3 pmt i type :the equal amout of paymet of each period :iterest rate accodig to the period :umber of periods :type = 0 for ordiary auity, type = 1 for auity due #au.pv(100,0.0248,10,0) au.pv.df Calculate preset value of auity Calculate preset value of a ordiary auity or a auity due. au.pv.df(pmt,i,,k) pmt i k :the equal amout of paymet of each period :iterest rate accodig to the period :umber of periods :umber of periods deffered #au.pv(100,0.0248,10,4,0)

4 4 bod.price betaf Calculatig beta for a compay or a select of compaies Calculatig beta usig commo method or liear regressio(ols) betaf(,y,method) y method :a vector or a data.frame of rate of retur of compaies :ame of the idepedet variable :method of calculatio; method = 1 for a commo epressio of beta(see detail); method = 2 usig liear regressio to estimate the beta #betaf(appl,sp500) bod.price Calculate the plai vailla bod price Calculate the plai vailla bod price bod.price(par,c,,yield,m) par c yield m :the face value of the bod :the aual coupo rate of the bod :umber of years :the aual yield to maturity of a bod :coupodig period i a year #bod.price(1000,0.03,10,0.0248,2)

5 corm 5 corm Correlatio matri ad correlatio rakig of a data.frame Calculatig the descriptive statistics of a data.frame ad eportig i a data.frame corm(,) :a data.frame :umber of decimal poits #corm(sp1500,3) for correlatio matri of sp1500 desc Descriptice statistics of a data.frame Calculatig the descriptive statistics of a data.frame ad eportig i a data.frame desc(,) :a data.frame :umber of decimal poits #desc(sp1500,3) for descriptive statistics of sp1500

6 6 get.price.google get.mode Calculatig mode for umeric data Calculatig mode for umeric data get.mode() :a umeric variable(vector) # get.mode(retur) get.price.google Dowload fiacial data from google fiace Dowload stock prices for oe compay or a list of compaies from google fiace. Ad furthur applicatio of rate of retur fuctio ad beta fuctio i the package for more aalysis. get.price.google(tkr, bg = " ",ed = "today") tkr :compay ticker, e.g. "BABA","AMZN" bg :begiig date, e.g." " ed :edig date, e.g. "today", " " #get.price.google("goog") #get.price.google("goog", bg = " ",ed = "today") # the two above are the same # # tkr <- c("aapl", "IBM","YHOO") # pricelist <- get.price.google(tkr, bg = " ",ed = "today") # aapl <- pricelist[1] # covert to sigle data.frame # ibm <- pricelist[2] # covert to sigle data.frame # yhoo <- pricelist[3] # covert to sigle data.frame

7 get.price.yahoo 7 get.price.yahoo Dowload fiacial data from Yahoo fiace Dowload stock prices for oe compay or a list of compaies from Yahoo fiace. The fuctio ca dowload daily, weekly ad mothly data. Ad furthur applicatio of rate of retur fuctio ad beta fuctio i the package for more aalysis. get.price.yahoo(tkr, bg = "first",ed = "today", f = "d") tkr bg :compay ticker, e.g. "BABA","AMZN" :begiig date, e.g. "first"," " ed :edig date, e.g. "today", " " f :frequecy, e.g. "d" for daily,"w" for weekly,"m" for mothly #get.price.yahoo("goog") #get.price.yahoo("goog", bg = "first",ed = "today", f = "d") # the two above are the same # # tkr <- c("aapl", "IBM","YHOO") # pricelist <- get.price.yahoo(tkr, bg = "first",ed = "today", f = "m") # aapl <- pricelist[1] # covert to sigle data.frame # ibm <- pricelist[2] # covert to sigle data.frame # yhoo <- pricelist[3] # covert to sigle data.frame kur Calculatig kurtosis for umeric data Kurtosis kur() :a umeric variable

8 8 ploths #kur(retur) for skewess of variable retur ploth Plot histograms for a data.frame Plottig histograms for a data.frame. Also the fuctio will ame the graphs ad umber the graphs. ploth(,c,l) :a dataframe c :is there dummy variable i the data.frame; c = 0 whe there is oe; c = 1 whe there is l : umber of labelig starts at (default = 1) #ploth(sp500,0,20) for histograms of sp500 which does ot has dummy variables ploths Plot histograms ad scatter plots for a data.frame Plottig histograms or scatter plots of your choice for a data.frame. Also the fuctio will ame the graphs ad umber them.the purpose of the fuctio is to save time whe plottig graphs for a regressio aalysis or other usage. The fuctio ca plot, ame ad umber the graphs at oe step. ploths(,a,depedet,c,l) :a dataframe a :the type of graph you wat; a = 1 for histograms; a = 2 for scatter plots; a = 0 for both depedet :the depedet variable for scatterplots c :is there dummy variable i the dataframe; c = 0 whe there is oe; c = 1 whe there is l : umber of labelig starts at (default = 1)

9 plotsm 9 #ploths(sp500,0,"price",0,20) plotsm Plot scatter smooth plots for a data.frame Plottig scatter smooth plots for a data.frame, with ame, umber ad labels. plotsm(,depedet,c,l) :a dataframe depedet :the depedet variable c :is there dummy variable i the data.frame; c = 0 whe there is oe; c = 1 whe there is l : umber of labelig starts at (default = 1) # plotsm(jpm-ratios,"price"",0,20) plotts Plot time series plots for a data.frame Plottig time series plots for a data.frame, with ame the graphs ad umber the graphs. plotts(,c,l) :a dataframe c :is there dummy variable i the data.frame; c = 0 whe there is oe; c = 1 whe there is l : umber of labelig starts at (default = 1) #plotts(sp500,0,20)

10 10 sk rr Calculatig rate of retur of a vector Calculatig the rate of retur of a vector for further aalysis, icludig calculatig beta of compaies, plottig to see the tred of the stock for techical aalysis rr(,) :a vector of compay prices : umber of lags #rr(aapl,1) sk Calculatig skewess for umeric data Calculatig Pearso s skewess i three types: mode, media, ad mea sk(, type = 3) type :a umeric variable :type = 1 for mode skewess; type = 2 for media skewess; type = 3 for mea skewess #sk(retur) for skewess of variable retur

11 Ide au.fv, 2 au.pv, 2 au.pv.df, 3 betaf, 4 bod.price, 4 corm, 5 desc, 5 get.mode, 6 get.price.google, 6 get.price.yahoo, 7 kur, 7 ploth, 8 ploths, 8 plotsm, 9 plotts, 9 rr, 10 sk, 10 11

Chapter 4: Time Value of Money

Chapter 4: Time Value of Money FIN 301 Class Notes Chapter 4: Time Value of Moey The cocept of Time Value of Moey: A amout of moey received today is worth more tha the same dollar value received a year from ow. Why? Do you prefer a

More information

43. A 000 par value 5-year bod with 8.0% semiaual coupos was bought to yield 7.5% covertible semiaually. Determie the amout of premium amortized i the 6 th coupo paymet. (A).00 (B).08 (C).5 (D).5 (E).34

More information

Subject CT1 Financial Mathematics Core Technical Syllabus

Subject CT1 Financial Mathematics Core Technical Syllabus Subject CT1 Fiacial Mathematics Core Techical Syllabus for the 2018 exams 1 Jue 2017 Subject CT1 Fiacial Mathematics Core Techical Aim The aim of the Fiacial Mathematics subject is to provide a groudig

More information

Chapter 5 Time Value of Money

Chapter 5 Time Value of Money Chapter 5 Time Value of Moey 1. Suppose you deposit $100 i a bak that pays 10% iterest per year. How much will you have i the bak oe year later? 2. Suppose you deposit $100 i a bak that pays 10% per year.

More information

Chapter Four 1/15/2018. Learning Objectives. The Meaning of Interest Rates Future Value, Present Value, and Interest Rates Chapter 4, Part 1.

Chapter Four 1/15/2018. Learning Objectives. The Meaning of Interest Rates Future Value, Present Value, and Interest Rates Chapter 4, Part 1. Chapter Four The Meaig of Iterest Rates Future Value, Preset Value, ad Iterest Rates Chapter 4, Part 1 Preview Develop uderstadig of exactly what the phrase iterest rates meas. I this chapter, we see that

More information

Section 3.3 Exercises Part A Simplify the following. 1. (3m 2 ) 5 2. x 7 x 11

Section 3.3 Exercises Part A Simplify the following. 1. (3m 2 ) 5 2. x 7 x 11 123 Sectio 3.3 Exercises Part A Simplify the followig. 1. (3m 2 ) 5 2. x 7 x 11 3. f 12 4. t 8 t 5 f 5 5. 3-4 6. 3x 7 4x 7. 3z 5 12z 3 8. 17 0 9. (g 8 ) -2 10. 14d 3 21d 7 11. (2m 2 5 g 8 ) 7 12. 5x 2

More information

AY Term 2 Mock Examination

AY Term 2 Mock Examination AY 206-7 Term 2 Mock Examiatio Date / Start Time Course Group Istructor 24 March 207 / 2 PM to 3:00 PM QF302 Ivestmet ad Fiacial Data Aalysis G Christopher Tig INSTRUCTIONS TO STUDENTS. This mock examiatio

More information

Chapter Four Learning Objectives Valuing Monetary Payments Now and in the Future

Chapter Four Learning Objectives Valuing Monetary Payments Now and in the Future Chapter Four Future Value, Preset Value, ad Iterest Rates Chapter 4 Learig Objectives Develop a uderstadig of 1. Time ad the value of paymets 2. Preset value versus future value 3. Nomial versus real iterest

More information

Lecture 16 Investment, Time, and Risk (Basic issues in Finance)

Lecture 16 Investment, Time, and Risk (Basic issues in Finance) Lecture 16 Ivestmet, Time, ad Risk (Basic issues i Fiace) 1. Itertemporal Ivestmet Decisios: The Importace o Time ad Discoutig 1) Time as oe o the most importat actors aectig irm s ivestmet decisios: A

More information

APPLICATION OF GEOMETRIC SEQUENCES AND SERIES: COMPOUND INTEREST AND ANNUITIES

APPLICATION OF GEOMETRIC SEQUENCES AND SERIES: COMPOUND INTEREST AND ANNUITIES APPLICATION OF GEOMETRIC SEQUENCES AND SERIES: COMPOUND INTEREST AND ANNUITIES Example: Brado s Problem Brado, who is ow sixtee, would like to be a poker champio some day. At the age of twety-oe, he would

More information

CHAPTER 2 PRICING OF BONDS

CHAPTER 2 PRICING OF BONDS CHAPTER 2 PRICING OF BONDS CHAPTER SUARY This chapter will focus o the time value of moey ad how to calculate the price of a bod. Whe pricig a bod it is ecessary to estimate the expected cash flows ad

More information

Package pps. February 15, 2013

Package pps. February 15, 2013 Package pps February 15, 2013 Versio 0.94 Date 2005-11-21 Title Fuctios for PPS samplig Author Jack G. Gambio Maitaier Jack G. Gambio The pps package cotais

More information

2. The Time Value of Money

2. The Time Value of Money 2. The Time Value of Moey Problem 4 Suppose you deposit $100 i the bak today ad it ears iterest at a rate of 10% compouded aually. How much will be i the accout 50 years from today? I this case, $100 ivested

More information

The self-assessment will test the following six major areas, relevant to studies in the Real Estate Division's credit-based courses:

The self-assessment will test the following six major areas, relevant to studies in the Real Estate Division's credit-based courses: Math Self-Assessmet This self-assessmet tool has bee created to assist studets review their ow math kowledge ad idetify areas where they may require more assistace. We hope that studets will complete this

More information

1 Savings Plans and Investments

1 Savings Plans and Investments 4C Lesso Usig ad Uderstadig Mathematics 6 1 Savigs las ad Ivestmets 1.1 The Savigs la Formula Lets put a $100 ito a accout at the ed of the moth. At the ed of the moth for 5 more moths, you deposit $100

More information

0.07. i PV Qa Q Q i n. Chapter 3, Section 2

0.07. i PV Qa Q Q i n. Chapter 3, Section 2 Chapter 3, Sectio 2 1. (S13HW) Calculate the preset value for a auity that pays 500 at the ed of each year for 20 years. You are give that the aual iterest rate is 7%. 20 1 v 1 1.07 PV Qa Q 500 5297.01

More information

FINANCIAL MATHEMATICS

FINANCIAL MATHEMATICS CHAPTER 7 FINANCIAL MATHEMATICS Page Cotets 7.1 Compoud Value 116 7.2 Compoud Value of a Auity 117 7.3 Sikig Fuds 118 7.4 Preset Value 121 7.5 Preset Value of a Auity 121 7.6 Term Loas ad Amortizatio 122

More information

2013/4/9. Topics Covered. Principles of Corporate Finance. Time Value of Money. Time Value of Money. Future Value

2013/4/9. Topics Covered. Principles of Corporate Finance. Time Value of Money. Time Value of Money. Future Value 3/4/9 Priciples of orporate Fiace By Zhag Xiaorog : How to alculate s Topics overed ad Future Value Net NPV Rule ad IRR Rule Opportuity ost of apital Valuig Log-Lived Assets PV alculatio Short uts ompoud

More information

2. Find the annual percentage yield (APY), to the nearest hundredth of a %, for an account with an APR of 12% with daily compounding.

2. Find the annual percentage yield (APY), to the nearest hundredth of a %, for an account with an APR of 12% with daily compounding. 1. Suppose that you ivest $4,000 i a accout that ears iterest at a of 5%, compouded mothly, for 58 years. `Show the formula that you would use to determie the accumulated balace, ad determie the accumulated

More information

An Empirical Study of the Behaviour of the Sample Kurtosis in Samples from Symmetric Stable Distributions

An Empirical Study of the Behaviour of the Sample Kurtosis in Samples from Symmetric Stable Distributions A Empirical Study of the Behaviour of the Sample Kurtosis i Samples from Symmetric Stable Distributios J. Marti va Zyl Departmet of Actuarial Sciece ad Mathematical Statistics, Uiversity of the Free State,

More information

Chapter 3. Compound interest

Chapter 3. Compound interest Chapter 3 Compoud iterest 1 Simple iterest ad compoud amout formula Formula for compoud amout iterest is: S P ( 1 Where : S: the amout at compoud iterest P: the pricipal i: the rate per coversio period

More information

STRAND: FINANCE. Unit 3 Loans and Mortgages TEXT. Contents. Section. 3.1 Annual Percentage Rate (APR) 3.2 APR for Repayment of Loans

STRAND: FINANCE. Unit 3 Loans and Mortgages TEXT. Contents. Section. 3.1 Annual Percentage Rate (APR) 3.2 APR for Repayment of Loans CMM Subject Support Strad: FINANCE Uit 3 Loas ad Mortgages: Text m e p STRAND: FINANCE Uit 3 Loas ad Mortgages TEXT Cotets Sectio 3.1 Aual Percetage Rate (APR) 3.2 APR for Repaymet of Loas 3.3 Credit Purchases

More information

1 The Power of Compounding

1 The Power of Compounding 1 The Power of Compoudig 1.1 Simple vs Compoud Iterest You deposit $1,000 i a bak that pays 5% iterest each year. At the ed of the year you will have eared $50. The bak seds you a check for $50 dollars.

More information

Contents List of Files with Examples

Contents List of Files with Examples Paos Kostati Power ad Eergy Systems Egieerig Ecoomics Itroductio ad Istructios Cotets List of Files with Examples Frequetly used MS-Excel fuctios Add-Is developed by the Author Istallatio Istructio of

More information

MATH : EXAM 2 REVIEW. A = P 1 + AP R ) ny

MATH : EXAM 2 REVIEW. A = P 1 + AP R ) ny MATH 1030-008: EXAM 2 REVIEW Origially, I was havig you all memorize the basic compoud iterest formula. I ow wat you to memorize the geeral compoud iterest formula. This formula, whe = 1, is the same as

More information

Calculation of the Annual Equivalent Rate (AER)

Calculation of the Annual Equivalent Rate (AER) Appedix to Code of Coduct for the Advertisig of Iterest Bearig Accouts. (31/1/0) Calculatio of the Aual Equivalet Rate (AER) a) The most geeral case of the calculatio is the rate of iterest which, if applied

More information

SIMPLE INTEREST, COMPOUND INTEREST INCLUDING ANNUITY

SIMPLE INTEREST, COMPOUND INTEREST INCLUDING ANNUITY Chapter SIMPLE INTEREST, COMPOUND INTEREST INCLUDING ANNUITY 006 November. 8,000 becomes 0,000 i two years at simple iterest. The amout that will become 6,875 i years at the same rate of iterest is:,850

More information

Mark to Market Procedures (06, 2017)

Mark to Market Procedures (06, 2017) Mark to Market Procedures (06, 207) Risk Maagemet Baco Sumitomo Mitsui Brasileiro S.A CONTENTS SCOPE 4 2 GUIDELINES 4 3 ORGANIZATION 5 4 QUOTES 5 4. Closig Quotes 5 4.2 Opeig Quotes 5 5 MARKET DATA 6 5.

More information

SOCIETY OF ACTUARIES FINANCIAL MATHEMATICS EXAM FM SAMPLE SOLUTIONS

SOCIETY OF ACTUARIES FINANCIAL MATHEMATICS EXAM FM SAMPLE SOLUTIONS SOCIETY OF ACTUARIES EXAM FM FINANCIAL MATHEMATICS EXAM FM SAMPLE SOLUTIONS This set of sample questios icludes those published o the iterest theory topic for use with previous versios of this examiatio.

More information

CAPITALIZATION (PREVENTION) OF PAYMENT PAYMENTS WITH PERIOD OF DIFFERENT MATURITY FROM THE PERIOD OF PAYMENTS

CAPITALIZATION (PREVENTION) OF PAYMENT PAYMENTS WITH PERIOD OF DIFFERENT MATURITY FROM THE PERIOD OF PAYMENTS Iteratioal Joural of Ecoomics, Commerce ad Maagemet Uited Kigdom Vol. VI, Issue 9, September 2018 http://ijecm.co.uk/ ISSN 2348 0386 CAPITALIZATION (PREVENTION) OF PAYMENT PAYMENTS WITH PERIOD OF DIFFERENT

More information

Subject CT5 Contingencies Core Technical. Syllabus. for the 2011 Examinations. The Faculty of Actuaries and Institute of Actuaries.

Subject CT5 Contingencies Core Technical. Syllabus. for the 2011 Examinations. The Faculty of Actuaries and Institute of Actuaries. Subject CT5 Cotigecies Core Techical Syllabus for the 2011 Examiatios 1 Jue 2010 The Faculty of Actuaries ad Istitute of Actuaries Aim The aim of the Cotigecies subject is to provide a groudig i the mathematical

More information

CAPITAL PROJECT SCREENING AND SELECTION

CAPITAL PROJECT SCREENING AND SELECTION CAPITAL PROJECT SCREEIG AD SELECTIO Before studyig the three measures of ivestmet attractiveess, we will review a simple method that is commoly used to scree capital ivestmets. Oe of the primary cocers

More information

Class Sessions 2, 3, and 4: The Time Value of Money

Class Sessions 2, 3, and 4: The Time Value of Money Class Sessios 2, 3, ad 4: The Time Value of Moey Associated Readig: Text Chapter 3 ad your calculator s maual. Summary Moey is a promise by a Bak to pay to the Bearer o demad a sum of well, moey! Oe risk

More information

1 Basic Growth Models

1 Basic Growth Models UCLA Aderso MGMT37B: Fudametals i Fiace Fall 015) Week #1 rofessor Eduardo Schwartz November 9, 015 Hadout writte by Sheje Hshieh 1 Basic Growth Models 1.1 Cotiuous Compoudig roof: lim 1 + i m = expi)

More information

Course FM Practice Exam 1 Solutions

Course FM Practice Exam 1 Solutions Course FM Practice Exam 1 Solutios Solutio 1 D Sikig fud loa The aual service paymet to the leder is the aual effective iterest rate times the loa balace: SP X 0.075 To determie the aual sikig fud paymet,

More information

Asset Valuation with known cash flows. Annuities and Perpetuities care loan, saving for retirement, mortgage

Asset Valuation with known cash flows. Annuities and Perpetuities care loan, saving for retirement, mortgage Asset Valuatio with kow cash flows Auities ad Perpetuities care loa, savig for retiremet, mortgage Simple Perpetuity A perpetuity is a stream of cash flows each of the amout of dollars, that are received

More information

Date: Practice Test 6: Compound Interest

Date: Practice Test 6: Compound Interest : Compoud Iterest K: C: A: T: PART A: Multiple Choice Questios Istructios: Circle the Eglish letter of the best aswer. Circle oe ad ONLY oe aswer. Kowledge/Thikig: 1. Which formula is ot related to compoud

More information

1 + r. k=1. (1 + r) k = A r 1

1 + r. k=1. (1 + r) k = A r 1 Perpetual auity pays a fixed sum periodically forever. Suppose a amout A is paid at the ed of each period, ad suppose the per-period iterest rate is r. The the preset value of the perpetual auity is A

More information

c. Deaths are uniformly distributed between integer ages. d. The equivalence principle applies.

c. Deaths are uniformly distributed between integer ages. d. The equivalence principle applies. Chapter 6 1. A whole life policy for 5, is issued to (65). The death beefit is payable at the ed of the year of death. The level premiums are payable for the life of the isured. For this life isurace:

More information

Course FM/2 Practice Exam 1 Solutions

Course FM/2 Practice Exam 1 Solutions Course FM/2 Practice Exam 1 Solutios Solutio 1 D Sikig fud loa The aual service paymet to the leder is the aual effective iterest rate times the loa balace: SP X 0.075 To determie the aual sikig fud paymet,

More information

Dr. Maddah ENMG 602 Intro to Financial Eng g 01/18/10. Fixed-Income Securities (2) (Chapter 3, Luenberger)

Dr. Maddah ENMG 602 Intro to Financial Eng g 01/18/10. Fixed-Income Securities (2) (Chapter 3, Luenberger) Dr Maddah ENMG 60 Itro to Fiacial Eg g 0/8/0 Fixed-Icome Securities () (Chapter 3 Lueberger) Other yield measures Curret yield is the ratio of aual coupo paymet to price C CY = For callable bods yield

More information

CAPITAL ASSET PRICING MODEL

CAPITAL ASSET PRICING MODEL CAPITAL ASSET PRICING MODEL RETURN. Retur i respect of a observatio is give by the followig formula R = (P P 0 ) + D P 0 Where R = Retur from the ivestmet durig this period P 0 = Curret market price P

More information

Annual compounding, revisited

Annual compounding, revisited Sectio 1.: No-aual compouded iterest MATH 105: Cotemporary Mathematics Uiversity of Louisville August 2, 2017 Compoudig geeralized 2 / 15 Aual compoudig, revisited The idea behid aual compoudig is that

More information

1 Random Variables and Key Statistics

1 Random Variables and Key Statistics Review of Statistics 1 Radom Variables ad Key Statistics Radom Variable: A radom variable is a variable that takes o differet umerical values from a sample space determied by chace (probability distributio,

More information

FOUNDATION ACTED COURSE (FAC)

FOUNDATION ACTED COURSE (FAC) FOUNDATION ACTED COURSE (FAC) What is the Foudatio ActEd Course (FAC)? FAC is desiged to help studets improve their mathematical skills i preparatio for the Core Techical subjects. It is a referece documet

More information

Chapter Six. Bond Prices 1/15/2018. Chapter 4, Part 2 Bonds, Bond Prices, Interest Rates and Holding Period Return.

Chapter Six. Bond Prices 1/15/2018. Chapter 4, Part 2 Bonds, Bond Prices, Interest Rates and Holding Period Return. Chapter Six Chapter 4, Part Bods, Bod Prices, Iterest Rates ad Holdig Period Retur Bod Prices 1. Zero-coupo or discout bod Promise a sigle paymet o a future date Example: Treasury bill. Coupo bod periodic

More information

First determine the payments under the payment system

First determine the payments under the payment system Corporate Fiace February 5, 2008 Problem Set # -- ANSWERS Klick. You wi a judgmet agaist a defedat worth $20,000,000. Uder state law, the defedat has the right to pay such a judgmet out over a 20 year

More information

Class Notes for Managerial Finance

Class Notes for Managerial Finance Class Notes for Maagerial Fiace These otes are a compilatio from:. Class Notes Supplemet to Moder Corporate Fiace Theory ad Practice by Doald R. Chambers ad Nelso J. Lacy. I gratefully ackowledge the permissio

More information

NPTEL DEPARTMENT OF INDUSTRIAL AND MANAGEMENT ENGINEERING IIT KANPUR QUANTITATIVE FINANCE END-TERM EXAMINATION (2015 JULY-AUG ONLINE COURSE)

NPTEL DEPARTMENT OF INDUSTRIAL AND MANAGEMENT ENGINEERING IIT KANPUR QUANTITATIVE FINANCE END-TERM EXAMINATION (2015 JULY-AUG ONLINE COURSE) NPTEL DEPARTMENT OF INDUSTRIAL AND MANAGEMENT ENGINEERING IIT KANPUR QUANTITATIVE FINANCE END-TERM EXAMINATION (2015 JULY-AUG ONLINE COURSE) READ THE INSTRUCTIONS VERY CAREFULLY 1) Time duratio is 2 hours

More information

Institute of Actuaries of India Subject CT5 General Insurance, Life and Health Contingencies

Institute of Actuaries of India Subject CT5 General Insurance, Life and Health Contingencies Istitute of Actuaries of Idia Subject CT5 Geeral Isurace, Life ad Health Cotigecies For 2017 Examiatios Aim The aim of the Cotigecies subject is to provide a groudig i the mathematical techiques which

More information

Monetary Economics: Problem Set #5 Solutions

Monetary Economics: Problem Set #5 Solutions Moetary Ecoomics oblem Set #5 Moetary Ecoomics: oblem Set #5 Solutios This problem set is marked out of 1 poits. The weight give to each part is idicated below. Please cotact me asap if you have ay questios.

More information

for a secure Retirement Foundation Gold (ICC11 IDX3)* *Form number and availability may vary by state.

for a secure Retirement Foundation Gold (ICC11 IDX3)* *Form number and availability may vary by state. for a secure Retiremet Foudatio Gold (ICC11 IDX3)* *Form umber ad availability may vary by state. Where Will Your Retiremet Dollars Take You? RETIREMENT PROTECTION ASSURING YOUR LIFESTYLE As Americas,

More information

The pps Package. R topics documented: November 22, Version Date Title Functions for PPS sampling

The pps Package. R topics documented: November 22, Version Date Title Functions for PPS sampling The pps Package November 22, 2005 Versio 0.94 Date 2005-11-21 Title Fuctios for PPS samplig Author Jack G. Gambio Maitaier Jack G. Gambio The pps package

More information

Osborne Books Update. Financial Statements of Limited Companies Tutorial

Osborne Books Update. Financial Statements of Limited Companies Tutorial Osbore Books Update Fiacial Statemets of Limited Compaies Tutorial Website update otes September 2018 2 f i a c i a l s t a t e m e t s o f l i m i t e d c o m p a i e s I N T R O D U C T I O N The followig

More information

Dr. Maddah ENMG 400 Engineering Economy 06/24/09. Chapter 2 Factors: How time and interest affect money

Dr. Maddah ENMG 400 Engineering Economy 06/24/09. Chapter 2 Factors: How time and interest affect money Dr Maddah ENM 400 Egieerig Ecoomy 06/4/09 Chapter Factors: How time ad iterest affect moey Sigle Paymet Factors Recall that P dollars ow are equivalet to F dollars after time periods at a iterest rate

More information

We learned: $100 cash today is preferred over $100 a year from now

We learned: $100 cash today is preferred over $100 a year from now Recap from Last Week Time Value of Moey We leared: $ cash today is preferred over $ a year from ow there is time value of moey i the form of willigess of baks, busiesses, ad people to pay iterest for its

More information

Quantitative Analysis

Quantitative Analysis EduPristie www.edupristie.com Modellig Mea Variace Skewess Kurtosis Mea: X i = i Mode: Value that occurs most frequetly Media: Midpoit of data arraged i ascedig/ descedig order s Avg. of squared deviatios

More information

Appendix 1 to Chapter 5

Appendix 1 to Chapter 5 Appedix 1 to Chapter 5 Models of Asset Pricig I Chapter 4, we saw that the retur o a asset (such as a bod) measures how much we gai from holdig that asset. Whe we make a decisio to buy a asset, we are

More information

Predicting Market Data Using The Kalman Filter

Predicting Market Data Using The Kalman Filter Stocks & Commodities V. : (-5): Predictig Market Data Usig The Kalma Filter, Pt by R. Martielli & N. Rhoads The Future Ad The Filter Predictig Market Data Usig The Kalma Filter Ca the Kalma filter be used

More information

ANNUAL ACTUAL INTEREST RATE CALCULATION FORMULA AND SAMPLES

ANNUAL ACTUAL INTEREST RATE CALCULATION FORMULA AND SAMPLES ANNUAL ACTUAL INTEREST RATE CALCULATION FORMULA AND SAMPLES Baks calculate aual actual iterest rate o grated credits based o article 13 of the law of RA About cosumer creditig. The aual actual iterest

More information

Financial Analysis. Lecture 4 (4/12/2017)

Financial Analysis. Lecture 4 (4/12/2017) Fiacial Aalysis Lecture 4 (4/12/217) Fiacial Aalysis Evaluates maagemet alteratives based o fiacial profitability; Evaluates the opportuity costs of alteratives; Cash flows of costs ad reveues; The timig

More information

of Asset Pricing R e = expected return

of Asset Pricing R e = expected return Appedix 1 to Chapter 5 Models of Asset Pricig EXPECTED RETURN I Chapter 4, we saw that the retur o a asset (such as a bod) measures how much we gai from holdig that asset. Whe we make a decisio to buy

More information

Fixed Income Securities

Fixed Income Securities Prof. Stefao Mazzotta Keesaw State Uiversity Fixed Icome Securities FIN4320. Fall 2006 Sample First Midterm Exam Last Name: First Name: Studet ID Number: Exam time is: 80 miutes. Total poits for this exam

More information

of Asset Pricing APPENDIX 1 TO CHAPTER EXPECTED RETURN APPLICATION Expected Return

of Asset Pricing APPENDIX 1 TO CHAPTER EXPECTED RETURN APPLICATION Expected Return APPENDIX 1 TO CHAPTER 5 Models of Asset Pricig I Chapter 4, we saw that the retur o a asset (such as a bod) measures how much we gai from holdig that asset. Whe we make a decisio to buy a asset, we are

More information

Models of Asset Pricing

Models of Asset Pricing APPENDIX 1 TO CHAPTER 4 Models of Asset Pricig I this appedix, we first examie why diversificatio, the holdig of may risky assets i a portfolio, reduces the overall risk a ivestor faces. The we will see

More information

Models of Asset Pricing

Models of Asset Pricing APPENDIX 1 TO CHAPTER4 Models of Asset Pricig I this appedix, we first examie why diversificatio, the holdig of may risky assets i a portfolio, reduces the overall risk a ivestor faces. The we will see

More information

Chapter 11 Appendices: Review of Topics from Foundations in Finance and Tables

Chapter 11 Appendices: Review of Topics from Foundations in Finance and Tables Chapter 11 Appedices: Review of Topics from Foudatios i Fiace ad Tables A: INTRODUCTION The expressio Time is moey certaily applies i fiace. People ad istitutios are impatiet; they wat moey ow ad are geerally

More information

Cost-benefit analysis of plasma technologies

Cost-benefit analysis of plasma technologies Cost-beefit aalysis of plasma techologies Professor Adra Blumberga, Riga Techical uiversity Part-fiaced by the Europea Uio (Europea Regioal Developmet Fud Cost- beefit aalysis Part-fiaced by the Europea

More information

Models of Asset Pricing

Models of Asset Pricing 4 Appedix 1 to Chapter Models of Asset Pricig I this appedix, we first examie why diversificatio, the holdig of may risky assets i a portfolio, reduces the overall risk a ivestor faces. The we will see

More information

REINSURANCE ALLOCATING RISK

REINSURANCE ALLOCATING RISK 6REINSURANCE Reisurace is a risk maagemet tool used by isurers to spread risk ad maage capital. The isurer trasfers some or all of a isurace risk to aother isurer. The isurer trasferrig the risk is called

More information

Bond Valuation. Structure of fixed income securities. Coupon Bonds. The U.S. government issues bonds

Bond Valuation. Structure of fixed income securities. Coupon Bonds. The U.S. government issues bonds Structure of fixed icome securities Bod Valuatio The Structure of fixed icome securities Price & ield to maturit (tm) Term structure of iterest rates Treasur STRIPS No-arbitrage pricig of coupo bods A

More information

The Valuation of the Catastrophe Equity Puts with Jump Risks

The Valuation of the Catastrophe Equity Puts with Jump Risks The Valuatio of the Catastrophe Equity Puts with Jump Risks Shih-Kuei Li Natioal Uiversity of Kaohsiug Joit work with Chia-Chie Chag Outlie Catastrophe Isurace Products Literatures ad Motivatios Jump Risk

More information

Chapter 5: Sequences and Series

Chapter 5: Sequences and Series Chapter 5: Sequeces ad Series 1. Sequeces 2. Arithmetic ad Geometric Sequeces 3. Summatio Notatio 4. Arithmetic Series 5. Geometric Series 6. Mortgage Paymets LESSON 1 SEQUENCES I Commo Core Algebra I,

More information

Dr. Maddah ENMG 624 Financial Eng g I 03/22/06. Chapter 6 Mean-Variance Portfolio Theory

Dr. Maddah ENMG 624 Financial Eng g I 03/22/06. Chapter 6 Mean-Variance Portfolio Theory Dr Maddah ENMG 64 Fiacial Eg g I 03//06 Chapter 6 Mea-Variace Portfolio Theory Sigle Period Ivestmets Typically, i a ivestmet the iitial outlay of capital is kow but the retur is ucertai A sigle-period

More information

MGF 1107 Miami Dade College MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MGF 1107 Miami Dade College MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Review Persoal Fiace Name MGF 1107 Miami Dade College MULTIPLE CHOICE. Choose the oe alterative that best completes the stateme or aswers the questio. 1) What umber is 32% of 48? 1) A) 1536 B) 153.6 C)

More information

SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME

SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME All Right Reserved No. of Pages - 10 No of Questios - 08 SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME YEAR I SEMESTER I (Group B) END SEMESTER EXAMINATION

More information

Solutions to Interest Theory Sample Questions

Solutions to Interest Theory Sample Questions to Iterest Theory Sample Questios Solutio 1 C Chapter 4, Iterest Rate Coversio After 7.5 years, the value of each accout is the same: 7.5 7.5 0.04 1001 100e 1.336 e l(1.336) 7.5 0.0396 7.5 Solutio E Chapter

More information

TIME VALUE OF MONEY 6.1 TIME VALUE OF MONEY

TIME VALUE OF MONEY 6.1 TIME VALUE OF MONEY C h a p t e r TIME VALUE O MONEY 6. TIME VALUE O MONEY The idividual s preferece for possessio of give amout of cash ow, rather tha the same amout at some future time, is called Time preferece for moey.

More information

Overlapping Generations

Overlapping Generations Eco. 53a all 996 C. Sims. troductio Overlappig Geeratios We wat to study how asset markets allow idividuals, motivated by the eed to provide icome for their retiremet years, to fiace capital accumulatio

More information

Binomial Model. Stock Price Dynamics. The Key Idea Riskless Hedge

Binomial Model. Stock Price Dynamics. The Key Idea Riskless Hedge Biomial Model Stock Price Dyamics The value of a optio at maturity depeds o the price of the uderlyig stock at maturity. The value of the optio today depeds o the expected value of the optio at maturity

More information

A random variable is a variable whose value is a numerical outcome of a random phenomenon.

A random variable is a variable whose value is a numerical outcome of a random phenomenon. The Practice of Statistics, d ed ates, Moore, ad Stares Itroductio We are ofte more iterested i the umber of times a give outcome ca occur tha i the possible outcomes themselves For example, if we toss

More information

Quantitative Analysis

Quantitative Analysis EduPristie FRM I \ Quatitative Aalysis EduPristie www.edupristie.com Momets distributio Samplig Testig Correlatio & Regressio Estimatio Simulatio Modellig EduPristie FRM I \ Quatitative Aalysis 2 Momets

More information

Current Year Income Assessment Form 2017/18

Current Year Income Assessment Form 2017/18 Curret Year Icome Assessmet Form 2017/18 Persoal details Your Customer Referece Number Your Customer Referece Number Name Name Date of birth Address / / Date of birth / / Address Postcode Postcode If you

More information

Package accrual. R topics documented: October 20, Type Package Title Bayesian Accrual Prediction Version 1.3 Date

Package accrual. R topics documented: October 20, Type Package Title Bayesian Accrual Prediction Version 1.3 Date ype Package itle Bayesia Accrual Predictio Versio 1.3 Date 2017-10-18 Package accrual October 20, 2017 Author Juhao Liu, Yu Jiag, Ce Wu, Steve Sio, Matthew S. Mayo, Raa Raghava, Byro J. Gajewski Maitaier

More information

Fixed Income Securities

Fixed Income Securities Prof. Stefao Mazzotta Keesaw State Uiversity Fixed Icome Securities Sample First Midterm Exam Last Name: First Name: Studet ID Number: Exam time is: 80 miutes. Total poits for this exam is: 400 poits Prelimiaries

More information

ad covexity Defie Macaulay duratio D Mod = r 1 = ( CF i i k (1 + r k) i ) (1.) (1 + r k) C = ( r ) = 1 ( CF i i(i + 1) (1 + r k) i+ k ) ( ( i k ) CF i

ad covexity Defie Macaulay duratio D Mod = r 1 = ( CF i i k (1 + r k) i ) (1.) (1 + r k) C = ( r ) = 1 ( CF i i(i + 1) (1 + r k) i+ k ) ( ( i k ) CF i Fixed Icome Basics Cotets Duratio ad Covexity Bod Duratios ar Rate, Spot Rate, ad Forward Rate Flat Forward Iterpolatio Forward rice/yield, Carry, Roll-Dow Example Duratio ad Covexity For a series of cash

More information

Answer ALL questions in this section. (Questions 1 to 5)

Answer ALL questions in this section. (Questions 1 to 5) FIACIAL MAAGEMET ISTRUCTIOS TO CAIATES. CAIATE I o:. EXAM PAPER IS TO BE HAE I ITACT ISIE YOUR ASWER SCRIPT BOOKS AT COCLUSIO OF EXAM. 2. REAIG TIME IS OF 0 MIUTES URATIO 3. EXAMIATIO IS OF 3 HOURS URATIO

More information

Anomaly Correction by Optimal Trading Frequency

Anomaly Correction by Optimal Trading Frequency Aomaly Correctio by Optimal Tradig Frequecy Yiqiao Yi Columbia Uiversity September 9, 206 Abstract Uder the assumptio that security prices follow radom walk, we look at price versus differet movig averages.

More information

MS-E2114 Investment Science Exercise 2/2016, Solutions

MS-E2114 Investment Science Exercise 2/2016, Solutions MS-E24 Ivestmet Sciece Exercise 2/206, Solutios 26.2.205 Perpetual auity pays a xed sum periodically forever. Suppose a amout A is paid at the ed of each period, ad suppose the per-period iterest rate

More information

A Technical Description of the STARS Efficiency Rating System Calculation

A Technical Description of the STARS Efficiency Rating System Calculation A Techical Descriptio of the STARS Efficiecy Ratig System Calculatio The followig is a techical descriptio of the efficiecy ratig calculatio process used by the Office of Superitedet of Public Istructio

More information

Online appendices from The xva Challenge by Jon Gregory. APPENDIX 10A: Exposure and swaption analogy.

Online appendices from The xva Challenge by Jon Gregory. APPENDIX 10A: Exposure and swaption analogy. APPENDIX 10A: Exposure ad swaptio aalogy. Sorese ad Bollier (1994), effectively calculate the CVA of a swap positio ad show this ca be writte as: CVA swap = LGD V swaptio (t; t i, T) PD(t i 1, t i ). i=1

More information

18.S096 Problem Set 5 Fall 2013 Volatility Modeling Due Date: 10/29/2013

18.S096 Problem Set 5 Fall 2013 Volatility Modeling Due Date: 10/29/2013 18.S096 Problem Set 5 Fall 2013 Volatility Modelig Due Date: 10/29/2013 1. Sample Estimators of Diffusio Process Volatility ad Drift Let {X t } be the price of a fiacial security that follows a geometric

More information

7 Swaps. Overview. I have friends in overalls whose friendship I would not swap for the favor of the kings of the world. Thomas A.

7 Swaps. Overview. I have friends in overalls whose friendship I would not swap for the favor of the kings of the world. Thomas A. 7 Swaps I have frieds i overalls whose friedship I would ot swap for the favor of the kigs of the world. Thomas A. Ediso Overview Mechaics of iterest rate swaps Day cout issues (Cofirmatios skip) The comparative-advatage

More information

Notes on Expected Revenue from Auctions

Notes on Expected Revenue from Auctions Notes o Epected Reveue from Auctios Professor Bergstrom These otes spell out some of the mathematical details about first ad secod price sealed bid auctios that were discussed i Thursday s lecture You

More information

living well in retirement Adjusting Your Annuity Income Your Payment Flexibilities

living well in retirement Adjusting Your Annuity Income Your Payment Flexibilities livig well i retiremet Adjustig Your Auity Icome Your Paymet Flexibilities what s iside 2 TIAA Traditioal auity Icome 4 TIAA ad CREF Variable Auity Icome 7 Choices for Adjustig Your Auity Icome 7 Auity

More information

Summary of Benefits RRD

Summary of Benefits RRD Summary of Beefits RRD All Eligible Employees Basic Term Life, Optioal Term Life, Optioal Depedet Term Life ad Optioal Accidetal Death & Dismembermet Issued by The Prudetial Isurace Compay of America Effective:

More information

ACTUARIAL RESEARCH CLEARING HOUSE 1990 VOL. 2 INTEREST, AMORTIZATION AND SIMPLICITY. by Thomas M. Zavist, A.S.A.

ACTUARIAL RESEARCH CLEARING HOUSE 1990 VOL. 2 INTEREST, AMORTIZATION AND SIMPLICITY. by Thomas M. Zavist, A.S.A. ACTUARIAL RESEARCH CLEARING HOUSE 1990 VOL. INTEREST, AMORTIZATION AND SIMPLICITY by Thomas M. Zavist, A.S.A. 37 Iterest m Amortizatio ad Simplicity Cosider simple iterest for a momet. Suppose you have

More information

Economic Analysis and Optimization

Economic Analysis and Optimization Ecoomic Aalysis ad Optimizatio Assess ecoomic feasibility of eergy systems Idetify aticipated cost of eergy (COE) ad other measures of ecoomic performace usig cosistet methodologies Compare alteratives

More information

Success through excellence!

Success through excellence! IIPC Cosultig AG IRR Attributio Date: November 2011 Date: November 2011 - Slide 1 Ageda Itroductio Calculatio of IRR Cotributio to IRR IRR attributio Hypothetical example Simple example for a IRR implemetatio

More information

Proceedings of the 5th WSEAS Int. Conf. on SIMULATION, MODELING AND OPTIMIZATION, Corfu, Greece, August 17-19, 2005 (pp )

Proceedings of the 5th WSEAS Int. Conf. on SIMULATION, MODELING AND OPTIMIZATION, Corfu, Greece, August 17-19, 2005 (pp ) Proceedigs of the 5th WSEAS It. Cof. o SIMULATION, MODELING AND OPTIMIZATION, Corfu, Greece, August 7-9, 005 (pp488-49 Realized volatility estimatio: ew simulatio approach ad empirical study results JULIA

More information