Excel Financial Functions

Size: px
Start display at page:

Download "Excel Financial Functions"

Transcription

1 Excel Financial Functions PV() Effect() Nominal() FV() PMT() Payment Amortization Table Payment Array Table NPer() Rate() NPV() IRR() MIRR() Yield() Price() Accrint()

2 Future Value How much will your money grow? Present Value Interest Rate Compounding Periods Payments/Deposits Future Value

3 Future Value Example: College Fund You wish to open a account for you newborn s college in 18 years. You plan on making an initial deposit of $5,000 and monthly deposits of $200. The account compounds monthly with a nominal rate of 4%. How much will you have in 18 Years?

4 What is Compounding? Interest is earned not only on the initial deposit but also on previously earned Interest Period Beginning Balance Interest (.06/2 x Beginning Balance) Ending Balance (Beginning Balance + Interest) Year 1 - June $ $3.00 $ Year 1 Dec. $ $3.09 $ Year 2 - June $ $3.18 $ Year 2 Dec. $ $3.28 $ Year 3 June $ $3.38 $ Year 3 Dec. $ $3.48 $119.41

5 FV(Rate,#periods,Pmts,PV,Type) Returns the Future value of an initial deposit and/or a series periodic deposits of an equal amount. Notes: Rate must be constant. If making payments/deposits, they must be: Of the same Amount Made periodically (i.e. monthly, yearly, etc.)

6 FV(Rate,#periods,Pmts,PV,Type) This is the rate for a single compounding period. For example: Yearly Rate of 6% with monthly compounding:.06/12 or.005 Yearly Rate of 6% with semi-annual compounding:.06/2 or.03 Yearly Rate of 6% with yearly compounding:.06

7 FV(Rate,#periods,Pmts,PV,Type) This is the total number of compounding periods. For example: 5 year loan compounded monthly: 5*12 = 60 5 year load compounded semi-annually: 5*2 = 10 5 year loan compounded yearly: 5

8 FV(Rate,#periods,Pmts,PV,Type) Use if you are making periodic deposits/ payments of equal amount over the life of the investment/loan. #of payments must equal #of compounding periods: You are making monthly payments into an account which compounds monthly. You are making yearly payments into an account which compounds yearly.

9 FV(Rate,#periods,Pmts,PV,Type) Used to find the FV of a lump sum invested at the beginning of the time frame. Example: You deposited $10K in a saving account and you wish to see what it will be worth in 20 years.

10 FV(Rate,#periods,Pmts,PV,Type) Type applies only when making periodic payments (Pmts). There are two types: 0 and 1 0 = Regular Annuity. (Interest compounded at the end of each period) 1 = Annuity Due (Interest compounded at the beginning of each period

11 You wish to open a account for your newborn s college fund in 18 years. You plan on making an initial deposit of $5,000 and monthly deposits of $200. The account compounds monthly with a yearly rate of 4%. How much will you have in 18 Years? FV_Ex1

12 You are opening an account with $100. The account compounds semi- annually. At 6% yearly interest, what will you have in 3 years? FV_Ex2

13 You are depositing $5,000 into an account yearly for the next 10 years at 4% annual interest. Interest is compounded yearly at the beginning of the period. What is the Future Value? FV_Ex3

14 Nominal vs. Effective Rate Nominal Rate This is the yearly stated rate. Effective Rate The yearly rate you are actually getting because of compounding.

15 6% Annually Rate compounded Semi-Annually Period Beginning Balance Interest (.06/2 x Beginning Balance) Ending Balance (Beginning Balance + Interest) Year 1 - Period 1 $ $3.00 $ Year 1 - Period 2 $ $3.09 $ Accounting for both periods in Year 6% x $100 = $106.00? What rate could we multiple $100 by to get $106.09?? x $100 = $106.09

16 When to Use Effective Rate? Comparing Loan Rates When you wish to compare loan rates with different # of compounding periods per year. # Pmts/year # Comp Periods/year You are making yearly payments into an account which compounds semi-annually.

17 Effect( Nominal Rate, # of Compounding Periods Per Year ) This is the stated yearly rate. It is the rate quoted on the account, bond, loan, etc. This is the number of times the account is compounded per year. (i.e. for monthly compounding use 12; semi-yearly, use 2)

18 Effective Rate Example 1: Comparing Different Loan Rates We are looking for a credit card company that offers the best rate and have found three we wish to compare. The first has a nominal rate of 17% and compounds monthly, the second has a rate of 17.5% and compounds semiannually (twice a year), and the third has a rate of 18% and compounds quarterly. Which one has the best effective rate? (i.e. the lowest?) Eff_Rate_Ex1

19 Effective Rate Example 2: # Pmts # Comp. Periods per Year We are making yearly payments of $1000 for 5 years into an account which compounds monthly. The annual nominal interest rate is 6%. The payments are made at the end of each year (regular annuity). Find the Future Value. Eff_Rate_Ex2

20 Nominal( Effective Rate, # of Compounding Periods Per Year ) This is the actually yearly rate you are getting when compound is taken into consideration. This is the number of times the account is compounded per year. (i.e. for monthly compounding use 12; semi-yearly, use 2)

21 We are making semi- yearly payments of $1000 into an account for 5 years. The account compounds monthly. The annual nominal interest rate is 4%. The payments are made at the end of each period (regular annuity). Find the Future Value. The number of payments we are making per year must equal the number of compounding periods per year. Step 1: Find the effective yearly rate of an account which compounds monthly. Step 2: Use nominal() to convert the effective yearly rate into a nominal yearly rate for an account which compounds semi- annually. Eff_Rate_Ex2

22 Present Value How much would a future amount be worth today? Present Value Interest Rate Compounding Periods Payments/Deposits Future Value

23 Present Value Loan Payback You are loaning an associate $1,000. For repayment options, they suggest the scenarios below. The going market rate is 4% compounded monthly. Which option should you take? Assume risk is the same for all three options. OPTION A: OPTION B: OPTION C: Will pay you $1,200 after 1 year. Will pay you $1,400 at the end of 2 years. Will pay you $100 per month for 12 months then $150 at the end.

24 PV(Rate,#periods,Pmts,FV,Type) Returns the present value of a lump and/or series of cash flows made in the future. Notes: Rate must be constant. If making payments/deposits, they must be: Of the same Amount Made periodically (i.e. monthly, yearly, etc.)

25 PV(Rate,#periods,Pmts,FV,Type) This is the rate for a single compounding period. For example: Yearly Rate of 6% with monthly compounding:.06/12 or.005 Yearly Rate of 6% with semi-annual compounding:.06/2 or.03 Yearly Rate of 6% with yearly compounding:.06

26 PV(Rate,#periods,Pmts,FV,Type) This is the total number of compounding periods. For example: 5 year loan compounded monthly: 5*12 = 60 5 year load compounded semi-annually: 5*2 = 10 5 year loan compounded yearly: 5

27 PV(Rate,#periods,Pmts,FV,Type) Use if you are making periodic deposits/ payments of equal amount over the life of the investment/loan. #of payments must equal #of compounding periods: You are making monthly payments into an account which compounds monthly. You are making yearly payments into an account which compounds yearly.

28 PV(Rate,#periods,Pmts,FV,Type) Use to find the PV of a lump sum paid at the end of the time frame. Example: You will receive $1,000 in ten years. What would it be worth today?

29 PV(Rate,#periods,Pmts,FV,Type) Type applies only when making periodic payments (Pmts). There are two types: 0 and 1 0 = Regular Annuity. (Interest compounded at the end of each period) 1 = Annuity Due (Interest compounded at the beginning of each period

30 Present Value Example 1: You are loaning an associate $1,000. For repayment options, they suggest the scenarios below. The going market rate is 4% compounded monthly. Which option should you take? Assume risk is the same for all three options. OPTION A: Will pay you $1,200 after 1 year. OPTION B: Will pay you $1,400 at the end of 2 years. OPTION C: Will pay you $100 per month for 12 months then $150. PV_Ex1

31 Bond Cash Flow Discounting Example PV() We have purchased a 3 year bond with a face value of $1,000 for $ Its coupon rate is 6% resulting in yearly payments of $60 (face value x coupon rate). The market is currently paying about 5% for investments of equal risk. What is its Present Value? PV_Ex2

32 Payments Determining what your payments would be given a present value, rate, and time. Rate Present or Future Value Time Pmt Pmt Pmt

33 Payments Loan Payments You are taking out a 5 year loan of 20K at 6% to purchase a new car. What are your monthly payments? Retirement Goal You would like to have $1,000,000 in your savings account by the time you retire. You have 30 years until retirement and you have found a fund which pays 5.5% annual interest. You plan on making yearly payments into an account which compounds monthly. How much do you have to deposit each year to reach your goal?

34 PMT(Rate,#periods,PV,FV,Type) This is the rate for a single compounding period. For example: Yearly Rate of 6% with monthly compounding:.06/12 or.005 Yearly Rate of 6% with semi-annual compounding:.06/2 or.03 Yearly Rate of 6% with yearly compounding:.06

35 PMT(Rate,#periods,PV,FV,Type) This is the total number of compounding periods. For example: 5 year loan compounded monthly: 5*12 = 60 5 year load compounded semi-annually: 5*2 = 10 5 year loan compounded yearly: 5

36 PMT(Rate,#periods,PV,FV,Type) Use when a lump sum at the beginning of the time frame is involved. Example: You borrowed 20,000.

37 PMT(Rate,#periods,PV,FV,Type) Use when a lump sum at the end of the time frame is involved. Example: You wish to have 1,000,000 in an account at the end of 30 years.

38 PMT(Rate,#periods,PV,FV,Type) Type applies only when making periodic payments (Pmts). There are two types: 0 and 1 0 = Regular Annuity. (Interest compounded at the end of each period) 1 = Annuity Due (Interest compounded at the beginning of each period

39 PMT() - Car Loan You are planning to buy a new car. You are taking out a 5 year loan of $20,000 to help you pay for it and you are borrowing at a yearly interest rate of 6%. What will the monthly loan payments be? PMT_Ex1

40 PMT() Amortization Table Create an Amortization Table for PMT Example 1 1. Initial Balance = Loan Amount =B10 3. Principle= Monthly Payment - Interest = - B$14-C18 PMT_Ex1 2. Interest = Previous Balance * Rate/12 =D17 * B$8/12 4. Balance = Previous Balance - Principle = D17 B18

41 PMT() - Retirement Planning You would like to have $1,000,000 in your savings account by the time you retire. You have 30 years until retirement and you have found a CD account which pays 5.5% annual interest. You plan on making yearly payments into an account which compounds monthly. How much do you have to deposit each year to reach your goal? PMT_Ex2

42 Payment Array Table We wish to build a payment table for various loan amounts and interest rates.

43 About Array Formulas Input Highlight if you need multiple cell output. Control + Shift + Enter tells Excel to process cells in a range of a formula one at a time. Editing You must press Control + Shift + Enter after editing an Array formula. Deleting Highlight all array output to delete the array.

44 Payment Array Table Step 1 Type in Loan Amounts and Rates as shown.

45 Payment Array Table Step 2 Highlight the area where the payments will go..

46 Payment Array Table Step 3 With the area still highlighted, type the formula shown in B2 but don t press enter.

47 Payment Array Table Step 4 Press CONTROL + SHIFT + ENTER.

48 Number of Periods Determine how long it will take to save a specific amount with a given deposit or periodic deposits. NPER(Rate,Pmts,PresentValue,FutureValue,Type)

49 NPER(Rate, Pmts, Present, Value Future, Value Type) This is the rate for a single compounding period. For example: Yearly Rate of 6% with monthly compounding:.06/12 or.005 Yearly Rate of 6% with semi-annual compounding:.06/2 or.03 Yearly Rate of 6% with yearly compounding:.06

50 NPER(Rate, Pmts, Present, Value Future, Value Type) Use if you are making periodic deposits/ payments of equal amount over the life of the investment/loan. #of payments must equal #of compounding periods: You are making monthly payments into an account which compounds monthly. You are making yearly payments into an account which compounds yearly.

51 NPER(Rate, Pmts, Present, Value Future, Value Type) Use when a lump sum at the beginning of the time frame is involved. Example: You borrowed 20,000.

52 NPER(Rate, Pmts, Present, Value Future, Value Type) Use when a lump sum at the end of the time frame is involved. Example: You wish to have 1,000,000 in an account at the end of 30 years.

53 NPER(Rate, Pmts, Present, Value Future, Value Type) Type applies only when making periodic payments (Pmts). There are two types: 0 and 1 0 = Regular Annuity. (Interest compounded at the end of each period) 1 = Annuity Due (Interest compounded at the beginning of each period

54 NPER() Example You are planning on making monthly deposits of $100 into a savings account which compounds monthly with a yearly rate of 4%. How many years will it take you to have $25,000? What will the date be? NPER()

55 Rate What rate are you getting on your investment? Rate(#periods,Pmts,PV,FV,Type,Guess)

56 Rate(#periods,Pmts,PV,FV,Type,Guess) This is the total number of compounding periods. For example: 5 year loan compounded monthly: 5*12 = 60 5 year load compounded semi-annually: 5*2 = 10 5 year loan compounded yearly: 5

57 Rate(#periods,Pmts,PV,FV,Type,Guess) Use if you are making periodic deposits/ payments of equal amount over the life of the investment/loan. #of payments must equal #of compounding periods: You are making monthly payments into an account which compounds monthly. You are making yearly payments into an account which compounds yearly.

58 Rate(#periods,Pmts,PV,FV,Type,Guess) Use when a lump sum at the beginning of the time frame is involved. Example: You borrowed 20,000.

59 Rate(#periods,Pmts,PV,FV,Type,Guess) Use when a lump sum at the end of the time frame is involved. Example: You wish to have 1,000,000 in an account at the end of 30 years.

60 Rate(#periods,Pmts,PV,FV,Type,Guess) Type applies only when making periodic payments (Pmts). There are two types: 0 and 1 0 = Regular Annuity. (Interest compounded at the end of each period) 1 = Annuity Due (Interest compounded at the beginning of each period

61 Rate(#periods,Pmts,PV,FV,Type,Guess) (Optional) This gives Excel a place to start looking for the rate. If you don t guess Excel will guess for you at 10%. What you guess does not affect the answer returned but you may get an error if the actual rate varies greatly from the guess.

62 Rate Example 1: Car Resale 5 Years ago you purchased a car for $5,000. You sold it today for $12,000. What return did you get on your investment? Find the Yearly Rate if Compounded Yearly. Find the Yearly Rate if Compounded Monthly. Rate_Ex1

63 Rate Example 2: Annuity You are investing in an annuity that requires you to deposit $50 at the end of every 6 months for 2 years (i.e. total of 4 payments). At the end of the 2 years you will receive a payment of $ What Yearly Rate are you Getting? Rate_Ex2

64 Net Present Value The Present Value of future cash flows less the cost of the investment. An NPV greater than zero is a good investment.

65 Net Present Value You are investing $3,000 today and will receive the following amounts at the end of each year for the following 5 years: $500, $600, $700, $900, and $850. The going interest rate of investments of similar risk is 6%. Should you make the investment? Cost: $3,000 $500 $600 $700 $900 $850 Y1 Y2 Y3 Y4 Y5

66 Net Present Value 6 % Interest Rate Cost: -$3,000 $500 $600 $700 $900 $850 Y1 Y2 Y3 Y4 Y5 $ $ $ $ $ Cost: -$3,000 $ NVP =

67 NPV(DiscountRate,Values) This is the rate you feel the market would return on a similar investment. This is a range containing the cash inflows and if the initial investment is in the future, it should also contain the initial investment.

68 Rules for NPR() Cash flows must be in the order they occur and periods must be of equal increments.

69 Rules for NPR() The initial investment is negative and only included if it is made in the future.

70 Rules for NPR() Gains on the investment are entered as positive. Losses are entered as Negative.

71 Rules for NPR() Unlike an annuity, the cash flows may vary in amount.

72 NPV() Example 1 Investment Made Today You are considering an investment opportunity that will cost you $3,000 and pay the following amounts at the end of each year for the following 5 years: $500, $600, $700, $900, and $850. The going interest rate of investments of similar risk is 6%. Should you make the investment? NPV()

73 NPV() Example 2 Investment In One Year You are considering an investment opportunity that will cost you $3,000 a year from now and pay the following amounts at the end of each year for the following 5 years: $500, $600, $700, $900, and $850. The going interest rate of investments of similar risk is 6%. Should you make the investment? NPV()

74 Internal Rate of Return It is the interest rate received for an investment consisting of returns at regular intervals. When comparing multiple investments, the higher the rate the better and negative rates are always bad.

75 Technically, IRR is the rate which sets the sum of the present value of these cash flows to zero. Rate: 6 % Cost: -$3,000 $500 $600 $700 $900 $850 Y1 Y2 Y3 Y4 Y5 $ $ $ $ $ Cost: -$3,000 $ NVP =

76 Technically, IRR is the rate which sets the sum of the present value of these cash flows to zero. Rate:???? Cost: -$3,000 $500 $600 $700 $900 $850 Y1 Y2 Y3 Y4 Y5 $ $ $ $ $ Cost: -$3,000 $3,000 NVP = 0

77 IRR(Values,Guess) This is a range containing your initial investment and all future cash inflows resulting from that investment. (Optional) This gives Excel a place to start looking for the rate. If you don t guess Excel will guess for you at 10%. What you guess does not affect the answer returned but you may get an error if the actual rate varies greatly from the guess.

78 Rules for IRR() Cash flows must be in the order they occur and periods must be of equal increments.

79 Rules for IRR() Returns must all be positive. IRR() cannot handle negative years.

80 Rules for IRR() Unlike an annuity, the cash flows may vary in amount.

81 IRR Example You are investing 3K and will receive the following payment at the end of each year: 500, 600, 700, 900, & 850. IRR()

82 Modified Internal Rate of Return Similar to IRR() except: Negative cash flows are allowable.

83 Modified Internal Rate of Return Similar to IRR() except: Reinvested at 4% Borrowed at 3% Investment Rate can differ from Reinvestment Rate

84 MIRR(Values,FinanceRate,ReinventRate) Range of all cash flows including investment and returns. Rate any negative future cash flows are borrowed at. Rate all positive cash inflows are reinvested at.

85 MIRR Example You are investing 200K to purchase an oil well and will receive the profits shown below. In the final year, you will incur a cost of $30K for hazardous waste clean up. Profits are reinvented at 5% and the 30K is financed at 6%. MIRR()

86 Bonds Loans you make to Companies and Governments

87 How Bonds Work You purchased a bond for $ It is a 3 year bond with a Face Value of $1,000 and a Coupon Rate of 6%. At the end of each year you will receive a $60 Coupon Payment (Face Value x Coupon Rate) and on its Maturity Date at the end of 3 years you will receive the face value of $1,000. Y 1 Y2 Y3 - $ $1,000 Purchase Price $60 $60 $60 Face Value Coupon Payments Coupon Rate x Face Value 6% x 1000 = $60

88 Bond Evaluation: Purchased on Issue Date Use: PV(), NVP(), IRR(), or Rate() Purchase Date Y 1 Y2 Y3 - $ $1,000 Purchase Price $60 $60 $60 Face Value

89 Bond Evaluation - Purchased After Issue Date Use: Yield() When Bonds are purchased after the Issue Date, you must pay the owner any interest which would have accrued since the last payment date (or issue date if the first payment date hasn t occurred) as well as the Bond s purchase price. Interest is not typically quoted in the purchase price. Purchase Date Y 1 Y2 Y3 - $ $1,000 Purchase Price $60 $60 $60 Face Value

90 Yield(Settlement, Date Maturity, Date Coupon, Rate PR, Redemption, Frequency, Basis) Settlement Date This is the date you purchased the bond.

91 Yield(Settlement, Date Maturity, Date Coupon, Rate PR, Redemption, Frequency, Basis) Maturity Date This is the date the bond is due.

92 Yield(Settlement, Date Maturity, Date Coupon, Rate PR, Redemption, Frequency, Basis) Coupon Rate This is the annual interest rate written on the bond.

93 Yield(Settlement, Date Maturity, Date Coupon, Rate PR, Redemption, Frequency, Basis) PR The Market Price as a non-decimal percent of Face Value entered as a positive value. For example, a bond costing $ with a face value of $1,000 would be written as: /1000 = % *100 =

94 Yield(Settlement, Date Maturity, Date Coupon, Rate PR, Redemption, Frequency, Basis) Redemption The Face Value as a non-decimal percent of Face Value. For example, a bond with a face value of $1,000 would be written as: 100 $1,000/$1,000 = 1.00% 1.00% * 100 = 100

95 Yield(Settlement, Date Maturity, Date Coupon, Rate PR, Redemption, Frequency, Basis) Frequency The number of coupon payments per year. For example, you would type a 2 for a bond which pays semi-annually.

96 Yield(Settlement, Date Maturity, Date Coupon, Rate PR, Redemption, Frequency, Basis) Basis Method used to calculate the number of days between coupons dates. 0 = (or omitted): US (NASD) 30/360 1 = Actual/actual 2 = Actual/360 3 = Actual/365 4 = European 30/360

97 Example: Bond YTM using Yield() Bond Not Purchased on Coupon Date On March 3, 2009 you purchased a bond with a face value of $1,000 and a coupon rate of 8% paid semi-annually. The bond s last coupon date was on 12/15/2008 and the price quoted to you not including accrued interest was $ The bond matures on 12/15/2019. What is the Yield to Maturity? Bonds_YTM_Yield()

98 Bond Price What is the maximum price you will pay based on your required rate of return?

99 Clean vs. Dirty Price Price() Returns the clean price as a percent of face value. ( Clean price doesn t include accrued interest.) Accrint() This function returns accrued interest for bonds sold between coupon dates. Dirty Price (Price with accrued interest)

100 Price( Settlement, Date Maturity, Date Coupon, Rate, Redemption, Frequency, Basis) Rate Required Settlement Date This is the date you purchased the bond.

101 Price( Settlement, Date Maturity, Date Coupon, Rate, Redemption, Frequency, Basis) Rate Required Maturity Date This is the date the bond is due.

102 Price( Settlement, Date Maturity, Date Coupon, Rate, Redemption, Frequency, Basis) Rate Required Coupon Rate This is the annual interest rate written on the bond.

103 Price( Settlement, Date Maturity, Date Coupon, Rate, Redemption, Frequency, Basis) Rate Required Rate Required This is the minimum desired rate of return you are willing to accept.

104 Price( Settlement, Date Maturity, Date Coupon, Rate, Redemption, Frequency, Basis) Rate Required Redemption The Face Value as a non-decimal percent of Face Value. For example, a bond with a face value of $1,000 would be written as: 100 $1,000/$1,000 = 1.00% 1.00% * 100 = 100

105 Price( Settlement, Date Maturity, Date Coupon, Rate, Redemption, Frequency, Basis) Rate Required Frequency The number of coupon payments per year. For example, a bond which pays semi-annually you would type a 2.

106 Price( Settlement, Date Maturity, Date Coupon, Rate, Redemption, Frequency, Basis) Rate Required Basis Method used to calculate the number of days between coupons dates. 0 = (or omitted): US (NASD) 30/360 1 = Actual/actual 2 = Actual/360 3 = Actual/365 4 = European 30/360

107 Accrint( Issue Date First Settlement Face Freq Basis,,,,,, Interest date Value Date Calc Method ) Issue Date Date the bond was issued.

108 Accrint( Issue Date First Settlement Face Freq Basis,,,,,, Interest date Value Date Calc Method ) First Interest Date Date of the first interest payment.

109 Accrint( Issue Date First Settlement Face Freq Basis,,,,,, Interest date Value Date Calc Method ) Settlement Date The date you purchased the bond.

110 Accrint( Issue Date First Settlement Face Freq Basis,,,,,, Interest date Value Date Calc Method ) Par (Face value) This is the bond s face value (par). If you omit it, Excel uses 1,000.

111 Accrint( Issue Date First Settlement Face Freq Basis,,,,,, Interest date Value Date Calc Method ) Frequency The number of coupon payments per year.

112 Accrint( Issue Date First Settlement Face Freq Basis,,,,,, Interest date Value Date Calc Method ) Basis Method used to calculate the number of days between coupon dates. 0 = (or omitted): US (NASD) 30/360 1 = Actual/actual 2 = Actual/360 3 = Actual/365 4 = European 30/360

113 Accrint( Issue Date First Settlement Face Freq Basis,,,,,, Interest date Value Date Calc Method ) Calc Method (Optional) Used when the settlement date is after the first coupon payment. Type 1 Returns interest from Issue Date to Settlement Date. Type 0 Returns interest from 1 st Payment to Settlement Date. Type 1 Accrued Interest Issue Date 1st Interest Payment Type 0 Accrued Interest Settlement (Purchase) Date

114 Example: Bond Pricing Model Create a model which returns the maximum price we are willing to pay based on our minimum required return. Bonds_Price()

115 Bond Practice Exercises PV, Rate, NPV, & IRR

116 Example: Bond Evaluation PV() Our bond is a 3 year bond with a 6% coupon rate paid annually, and a $1,000 face value which we purchased for $ The market is currently paying about 5% for investments of equal risk. What is the Present Value of your cash inflows?

117 Example: Bond Evaluation Rate() You have purchased a bond with a face value of $1,000 and coupon rate of 6% at a discount of It is a 3 year bond and pays semi- annually. What is the Yield to Maturity?

118 Example: Bond Evaluation NPV() Our bond is a 3 year bond with a 6% coupon rate paid annually, and a $1,000 face value which we purchased for $ The market is currently paying about 5% for investments of equal risk. What is the Present Value of your cash inflows?

119 Example: Bond Evaluation IRR() You have purchased a bond with a face value of $1,000 and coupon rate of 6% at a discount of It is a 3 year bond and pays semi- annually. What is the Yield to Maturity?

Prepared by: Dalia A. Marafi Version 2.0

Prepared by: Dalia A. Marafi Version 2.0 Kuwait University College of Business Administration Department of Finance and Financial Institutions Using )Casio FC-200V( for Fundamentals of Financial Management (220) Prepared by: Dalia A. Marafi Version

More information

rate nper pmt pv Interest Number of Payment Present Future Rate Periods Amount Value Value 12.00% 1 0 $100.00 $112.00

rate nper pmt pv Interest Number of Payment Present Future Rate Periods Amount Value Value 12.00% 1 0 $100.00 $112.00 In Excel language, if the initial cash flow is an inflow (positive), then the future value must be an outflow (negative). Therefore you must add a negative sign before the FV (and PV) function. The inputs

More information

TIME VALUE OF MONEY. Return of vs. Return on Investment: We EXPECT to get more than we invest!

TIME VALUE OF MONEY. Return of vs. Return on Investment: We EXPECT to get more than we invest! TIME VALUE OF MONEY Return of vs. Return on Investment: We EXPECT to get more than we invest! Invest $1,000 it becomes $1,050 $1,000 return of $50 return on Factors to consider when assessing Return on

More information

Lease Analysis Tools

Lease Analysis Tools Lease Analysis Tools 2009 ELFA Lease Accountants Conference Presenter: Bill Bosco, Pres. wbleasing101@aol.com Leasing 101 914-522-3233 Overview Math of Finance Theory Glossary of terms Common calculations

More information

You just paid $350,000 for a policy that will pay you and your heirs $12,000 a year forever. What rate of return are you earning on this policy?

You just paid $350,000 for a policy that will pay you and your heirs $12,000 a year forever. What rate of return are you earning on this policy? 1 You estimate that you will have $24,500 in student loans by the time you graduate. The interest rate is 6.5%. If you want to have this debt paid in full within five years, how much must you pay each

More information

1. If you wish to accumulate $140,000 in 13 years, how much must you deposit today in an account that pays an annual interest rate of 14%?

1. If you wish to accumulate $140,000 in 13 years, how much must you deposit today in an account that pays an annual interest rate of 14%? Chapter 2 - Sample Problems 1. If you wish to accumulate $140,000 in 13 years, how much must you deposit today in an account that pays an annual interest rate of 14%? 2. What will $247,000 grow to be in

More information

Solutions to Problems: Chapter 5

Solutions to Problems: Chapter 5 Solutions to Problems: Chapter 5 P5-1. Using a time line LG 1; Basic a, b, and c d. Financial managers rely more on present value than future value because they typically make decisions before the start

More information

Discounted Cash Flow Valuation

Discounted Cash Flow Valuation Discounted Cash Flow Valuation Chapter 5 Key Concepts and Skills Be able to compute the future value of multiple cash flows Be able to compute the present value of multiple cash flows Be able to compute

More information

NOTE: All of the information contained in this file has been collected from the various HELP files found in Excel for each of these functions.

NOTE: All of the information contained in this file has been collected from the various HELP files found in Excel for each of these functions. NOTE: All of the information contained in this file has been collected from the various HELP files found in Excel for each of these functions. PV Returns the present value of an investment. The present

More information

HO-23: METHODS OF INVESTMENT APPRAISAL

HO-23: METHODS OF INVESTMENT APPRAISAL HO-23: METHODS OF INVESTMENT APPRAISAL After completing this exercise you will be able to: Calculate and compare the different returns on an investment using the ROI, NPV, IRR functions. Investments: Discounting,

More information

6: Financial Calculations

6: Financial Calculations : Financial Calculations The Time Value of Money Growth of Money I Growth of Money II The FV Function Amortisation of a Loan Annuity Calculation Comparing Investments Worked examples Other Financial Functions

More information

Math of Finance. Texas Association of Counties January 2014

Math of Finance. Texas Association of Counties January 2014 Math of Finance Texas Association of Counties January 2014 Money Market Securities Sample Treasury Bill Quote*: N Bid Ask Ask Yld 126 4.86 4.85 5.00 *(Yields do not reflect current market conditions) Bank

More information

Problem Set: Annuities and Perpetuities (Solutions Below)

Problem Set: Annuities and Perpetuities (Solutions Below) Problem Set: Annuities and Perpetuities (Solutions Below) 1. If you plan to save $300 annually for 10 years and the discount rate is 15%, what is the future value? 2. If you want to buy a boat in 6 years

More information

Chapter 5 Time Value of Money 2: Analyzing Annuity Cash Flows

Chapter 5 Time Value of Money 2: Analyzing Annuity Cash Flows 1. Future Value of Multiple Cash Flows 2. Future Value of an Annuity 3. Present Value of an Annuity 4. Perpetuities 5. Other Compounding Periods 6. Effective Annual Rates (EAR) 7. Amortized Loans Chapter

More information

Compounding Quarterly, Monthly, and Daily

Compounding Quarterly, Monthly, and Daily 126 Compounding Quarterly, Monthly, and Daily So far, you have been compounding interest annually, which means the interest is added once per year. However, you will want to add the interest quarterly,

More information

Chapter 4. The Time Value of Money

Chapter 4. The Time Value of Money Chapter 4 The Time Value of Money 1 Learning Outcomes Chapter 4 Identify various types of cash flow patterns Compute the future value and the present value of different cash flow streams Compute the return

More information

Finding the Payment $20,000 = C[1 1 / 1.0066667 48 ] /.0066667 C = $488.26

Finding the Payment $20,000 = C[1 1 / 1.0066667 48 ] /.0066667 C = $488.26 Quick Quiz: Part 2 You know the payment amount for a loan and you want to know how much was borrowed. Do you compute a present value or a future value? You want to receive $5,000 per month in retirement.

More information

TVM Functions in EXCEL

TVM Functions in EXCEL TVM Functions in EXCEL Order of Variables = (Rate, Nper, Pmt, Pv, Fv,Type, Guess) Future Value = FV(Rate,Nper,Pmt,PV,Type) Present Value = PV(rate,nper,pmt,fv,type) No. of Periods = NPER(rate, pmt, pv,

More information

FINANCIAL MATHEMATICS FIXED INCOME

FINANCIAL MATHEMATICS FIXED INCOME FINANCIAL MATHEMATICS FIXED INCOME 1. Converting from Money Market Basis to Bond Basis and vice versa 2 2. Calculating the Effective Interest Rate (Non-annual Payments)... 4 3. Conversion of Annual into

More information

How to calculate present values

How to calculate present values How to calculate present values Back to the future Chapter 3 Discounted Cash Flow Analysis (Time Value of Money) Discounted Cash Flow (DCF) analysis is the foundation of valuation in corporate finance

More information

Module 5: Interest concepts of future and present value

Module 5: Interest concepts of future and present value file:///f /Courses/2010-11/CGA/FA2/06course/m05intro.htm Module 5: Interest concepts of future and present value Overview In this module, you learn about the fundamental concepts of interest and present

More information

Course FM / Exam 2. Calculator advice

Course FM / Exam 2. Calculator advice Course FM / Exam 2 Introduction It wasn t very long ago that the square root key was the most advanced function of the only calculator approved by the SOA/CAS for use during an actuarial exam. Now students

More information

2 The Mathematics. of Finance. Copyright Cengage Learning. All rights reserved.

2 The Mathematics. of Finance. Copyright Cengage Learning. All rights reserved. 2 The Mathematics of Finance Copyright Cengage Learning. All rights reserved. 2.3 Annuities, Loans, and Bonds Copyright Cengage Learning. All rights reserved. Annuities, Loans, and Bonds A typical defined-contribution

More information

Continue this process until you have cleared the stored memory positions that you wish to clear individually and keep those that you do not.

Continue this process until you have cleared the stored memory positions that you wish to clear individually and keep those that you do not. Texas Instruments (TI) BA II PLUS Professional The TI BA II PLUS Professional functions similarly to the TI BA II PLUS model. Any exceptions are noted here. The TI BA II PLUS Professional can perform two

More information

Analysis of Deterministic Cash Flows and the Term Structure of Interest Rates

Analysis of Deterministic Cash Flows and the Term Structure of Interest Rates Analysis of Deterministic Cash Flows and the Term Structure of Interest Rates Cash Flow Financial transactions and investment opportunities are described by cash flows they generate. Cash flow: payment

More information

first complete "prior knowlegde" -- to refresh knowledge of Simple and Compound Interest.

first complete prior knowlegde -- to refresh knowledge of Simple and Compound Interest. ORDINARY SIMPLE ANNUITIES first complete "prior knowlegde" -- to refresh knowledge of Simple and Compound Interest. LESSON OBJECTIVES: students will learn how to determine the Accumulated Value of Regular

More information

The Time Value of Money

The Time Value of Money The Time Value of Money Time Value Terminology 0 1 2 3 4 PV FV Future value (FV) is the amount an investment is worth after one or more periods. Present value (PV) is the current value of one or more future

More information

CHAPTER 9 Time Value Analysis

CHAPTER 9 Time Value Analysis Copyright 2008 by the Foundation of the American College of Healthcare Executives 6/11/07 Version 9-1 CHAPTER 9 Time Value Analysis Future and present values Lump sums Annuities Uneven cash flow streams

More information

Discounted Cash Flow Valuation

Discounted Cash Flow Valuation 6 Formulas Discounted Cash Flow Valuation McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter Outline Future and Present Values of Multiple Cash Flows Valuing

More information

DISCOUNTED CASH FLOW VALUATION and MULTIPLE CASH FLOWS

DISCOUNTED CASH FLOW VALUATION and MULTIPLE CASH FLOWS Chapter 5 DISCOUNTED CASH FLOW VALUATION and MULTIPLE CASH FLOWS The basic PV and FV techniques can be extended to handle any number of cash flows. PV with multiple cash flows: Suppose you need $500 one

More information

Module 5: Interest concepts of future and present value

Module 5: Interest concepts of future and present value Page 1 of 23 Module 5: Interest concepts of future and present value Overview In this module, you learn about the fundamental concepts of interest and present and future values, as well as ordinary annuities

More information

USING THE SHARP EL 738 FINANCIAL CALCULATOR

USING THE SHARP EL 738 FINANCIAL CALCULATOR USING THE SHARP EL 738 FINANCIAL CALCULATOR Basic financial examples with financial calculator steps Prepared by Colin C Smith 2010 Some important things to consider 1. These notes cover basic financial

More information

5. Time value of money

5. Time value of money 1 Simple interest 2 5. Time value of money With simple interest, the amount earned each period is always the same: i = rp o We will review some tools for discounting cash flows. where i = interest earned

More information

FINANCIAL CALCULATIONS

FINANCIAL CALCULATIONS FINANCIAL CALCULATIONS 1 Main function is to calculate payments, determine interest rates and to solve for the present or future value of a loan or an annuity 5 common keys on financial calculators: N

More information

Key Concepts and Skills. Multiple Cash Flows Future Value Example 6.1. Chapter Outline. Multiple Cash Flows Example 2 Continued

Key Concepts and Skills. Multiple Cash Flows Future Value Example 6.1. Chapter Outline. Multiple Cash Flows Example 2 Continued 6 Calculators Discounted Cash Flow Valuation Key Concepts and Skills Be able to compute the future value of multiple cash flows Be able to compute the present value of multiple cash flows Be able to compute

More information

Chapter 7 SOLUTIONS TO END-OF-CHAPTER PROBLEMS

Chapter 7 SOLUTIONS TO END-OF-CHAPTER PROBLEMS Chapter 7 SOLUTIONS TO END-OF-CHAPTER PROBLEMS 7-1 0 1 2 3 4 5 10% PV 10,000 FV 5? FV 5 $10,000(1.10) 5 $10,000(FVIF 10%, 5 ) $10,000(1.6105) $16,105. Alternatively, with a financial calculator enter the

More information

TIME VALUE OF MONEY #6: TREASURY BOND. Professor Peter Harris Mathematics by Dr. Sharon Petrushka. Introduction

TIME VALUE OF MONEY #6: TREASURY BOND. Professor Peter Harris Mathematics by Dr. Sharon Petrushka. Introduction TIME VALUE OF MONEY #6: TREASURY BOND Professor Peter Harris Mathematics by Dr. Sharon Petrushka Introduction This problem assumes that you have mastered problems 1-5, which are prerequisites. In this

More information

Chapter 6. Discounted Cash Flow Valuation. Key Concepts and Skills. Multiple Cash Flows Future Value Example 6.1. Answer 6.1

Chapter 6. Discounted Cash Flow Valuation. Key Concepts and Skills. Multiple Cash Flows Future Value Example 6.1. Answer 6.1 Chapter 6 Key Concepts and Skills Be able to compute: the future value of multiple cash flows the present value of multiple cash flows the future and present value of annuities Discounted Cash Flow Valuation

More information

ANALYSIS OF FIXED INCOME SECURITIES

ANALYSIS OF FIXED INCOME SECURITIES ANALYSIS OF FIXED INCOME SECURITIES Valuation of Fixed Income Securities Page 1 VALUATION Valuation is the process of determining the fair value of a financial asset. The fair value of an asset is its

More information

FIN 5413: Chapter 03 - Mortgage Loan Foundations: The Time Value of Money Page 1

FIN 5413: Chapter 03 - Mortgage Loan Foundations: The Time Value of Money Page 1 FIN 5413: Chapter 03 - Mortgage Loan Foundations: The Time Value of Money Page 1 Solutions to Problems - Chapter 3 Mortgage Loan Foundations: The Time Value of Money Problem 3-1 a) Future Value = FV(n,i,PV,PMT)

More information

Chapter The Time Value of Money

Chapter The Time Value of Money Chapter The Time Value of Money PPT 9-2 Chapter 9 - Outline Time Value of Money Future Value and Present Value Annuities Time-Value-of-Money Formulas Adjusting for Non-Annual Compounding Compound Interest

More information

FI 302, Business Finance Exam 2, Fall 2000 versions 1 & 8 KEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEY

FI 302, Business Finance Exam 2, Fall 2000 versions 1 & 8 KEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEY FI 302, Business Finance Exam 2, Fall 2000 versions 1 & 8 KEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEYKEY 1. (3 points) BS16 What is a 401k plan Most U.S. households single largest lifetime source of savings is

More information

Exercise 1 for Time Value of Money

Exercise 1 for Time Value of Money Exercise 1 for Time Value of Money MULTIPLE CHOICE 1. Which of the following statements is CORRECT? a. A time line is not meaningful unless all cash flows occur annually. b. Time lines are useful for visualizing

More information

Financial Math on Spreadsheet and Calculator Version 4.0

Financial Math on Spreadsheet and Calculator Version 4.0 Financial Math on Spreadsheet and Calculator Version 4.0 2002 Kent L. Womack and Andrew Brownell Tuck School of Business Dartmouth College Table of Contents INTRODUCTION...1 PERFORMING TVM CALCULATIONS

More information

Dick Schwanke Finite Math 111 Harford Community College Fall 2013

Dick Schwanke Finite Math 111 Harford Community College Fall 2013 Annuities and Amortization Finite Mathematics 111 Dick Schwanke Session #3 1 In the Previous Two Sessions Calculating Simple Interest Finding the Amount Owed Computing Discounted Loans Quick Review of

More information

Chapter 6 Contents. Principles Used in Chapter 6 Principle 1: Money Has a Time Value.

Chapter 6 Contents. Principles Used in Chapter 6 Principle 1: Money Has a Time Value. Chapter 6 The Time Value of Money: Annuities and Other Topics Chapter 6 Contents Learning Objectives 1. Distinguish between an ordinary annuity and an annuity due, and calculate present and future values

More information

Bond Price Arithmetic

Bond Price Arithmetic 1 Bond Price Arithmetic The purpose of this chapter is: To review the basics of the time value of money. This involves reviewing discounting guaranteed future cash flows at annual, semiannual and continuously

More information

Mathematics. Rosella Castellano. Rome, University of Tor Vergata

Mathematics. Rosella Castellano. Rome, University of Tor Vergata and Loans Mathematics Rome, University of Tor Vergata and Loans Future Value for Simple Interest Present Value for Simple Interest You deposit E. 1,000, called the principal or present value, into a savings

More information

How To Value A Bond In Excel

How To Value A Bond In Excel Financial Modeling Templates http://spreadsheetml.com/finance/bondvaluationyieldtomaturity.shtml Copyright (c) 2009-2014, ConnectCode All Rights Reserved. ConnectCode accepts no responsibility for any

More information

CHAPTER 5 INTRODUCTION TO VALUATION: THE TIME VALUE OF MONEY

CHAPTER 5 INTRODUCTION TO VALUATION: THE TIME VALUE OF MONEY CHAPTER 5 INTRODUCTION TO VALUATION: THE TIME VALUE OF MONEY 1. The simple interest per year is: $5,000.08 = $400 So after 10 years you will have: $400 10 = $4,000 in interest. The total balance will be

More information

CALCULATOR TUTORIAL. Because most students that use Understanding Healthcare Financial Management will be conducting time

CALCULATOR TUTORIAL. Because most students that use Understanding Healthcare Financial Management will be conducting time CALCULATOR TUTORIAL INTRODUCTION Because most students that use Understanding Healthcare Financial Management will be conducting time value analyses on spreadsheets, most of the text discussion focuses

More information

CHAPTER 4 DISCOUNTED CASH FLOW VALUATION

CHAPTER 4 DISCOUNTED CASH FLOW VALUATION CHAPTER 4 DISCOUNTED CASH FLOW VALUATION Solutions to Questions and Problems NOTE: All-end-of chapter problems were solved using a spreadsheet. Many problems require multiple steps. Due to space and readability

More information

Bank: The bank's deposit pays 8 % per year with annual compounding. Bond: The price of the bond is $75. You will receive $100 five years later.

Bank: The bank's deposit pays 8 % per year with annual compounding. Bond: The price of the bond is $75. You will receive $100 five years later. ü 4.4 lternative Discounted Cash Flow Decision Rules ü Three Decision Rules (1) Net Present Value (2) Future Value (3) Internal Rate of Return, IRR ü (3) Internal Rate of Return, IRR Internal Rate of Return

More information

CHAPTER 5 INTRODUCTION TO VALUATION: THE TIME VALUE OF MONEY

CHAPTER 5 INTRODUCTION TO VALUATION: THE TIME VALUE OF MONEY CHAPTER 5 INTRODUCTION TO VALUATION: THE TIME VALUE OF MONEY Answers to Concepts Review and Critical Thinking Questions 1. The four parts are the present value (PV), the future value (FV), the discount

More information

Chapter 4 Time Value of Money ANSWERS TO END-OF-CHAPTER QUESTIONS

Chapter 4 Time Value of Money ANSWERS TO END-OF-CHAPTER QUESTIONS Chapter 4 Time Value of Money ANSWERS TO END-OF-CHAPTER QUESTIONS 4-1 a. PV (present value) is the value today of a future payment, or stream of payments, discounted at the appropriate rate of interest.

More information

Statistical Models for Forecasting and Planning

Statistical Models for Forecasting and Planning Part 5 Statistical Models for Forecasting and Planning Chapter 16 Financial Calculations: Interest, Annuities and NPV chapter 16 Financial Calculations: Interest, Annuities and NPV Outcomes Financial information

More information

PowerPoint. to accompany. Chapter 5. Interest Rates

PowerPoint. to accompany. Chapter 5. Interest Rates PowerPoint to accompany Chapter 5 Interest Rates 5.1 Interest Rate Quotes and Adjustments To understand interest rates, it s important to think of interest rates as a price the price of using money. When

More information

Chapter 6. Learning Objectives Principles Used in This Chapter 1. Annuities 2. Perpetuities 3. Complex Cash Flow Streams

Chapter 6. Learning Objectives Principles Used in This Chapter 1. Annuities 2. Perpetuities 3. Complex Cash Flow Streams Chapter 6 Learning Objectives Principles Used in This Chapter 1. Annuities 2. Perpetuities 3. Complex Cash Flow Streams 1. Distinguish between an ordinary annuity and an annuity due, and calculate present

More information

CHAPTER 6 DISCOUNTED CASH FLOW VALUATION

CHAPTER 6 DISCOUNTED CASH FLOW VALUATION CHAPTER 6 DISCOUNTED CASH FLOW VALUATION Answers to Concepts Review and Critical Thinking Questions 1. The four pieces are the present value (PV), the periodic cash flow (C), the discount rate (r), and

More information

TVM Applications Chapter

TVM Applications Chapter Chapter 6 Time of Money UPS, Walgreens, Costco, American Air, Dreamworks Intel (note 10 page 28) TVM Applications Accounting issue Chapter Notes receivable (long-term receivables) 7 Long-term assets 10

More information

CHAPTER 14: BOND PRICES AND YIELDS

CHAPTER 14: BOND PRICES AND YIELDS CHAPTER 14: BOND PRICES AND YIELDS PROBLEM SETS 1. The bond callable at 105 should sell at a lower price because the call provision is more valuable to the firm. Therefore, its yield to maturity should

More information

Fixed Income: Practice Problems with Solutions

Fixed Income: Practice Problems with Solutions Fixed Income: Practice Problems with Solutions Directions: Unless otherwise stated, assume semi-annual payment on bonds.. A 6.0 percent bond matures in exactly 8 years and has a par value of 000 dollars.

More information

How To Read The Book \"Financial Planning\"

How To Read The Book \Financial Planning\ Time Value of Money Reading 5 IFT Notes for the 2015 Level 1 CFA exam Contents 1. Introduction... 2 2. Interest Rates: Interpretation... 2 3. The Future Value of a Single Cash Flow... 4 4. The Future Value

More information

NPV calculation. Academic Resource Center

NPV calculation. Academic Resource Center NPV calculation Academic Resource Center 1 NPV calculation PV calculation a. Constant Annuity b. Growth Annuity c. Constant Perpetuity d. Growth Perpetuity NPV calculation a. Cash flow happens at year

More information

TIME VALUE OF MONEY (TVM)

TIME VALUE OF MONEY (TVM) TIME VALUE OF MONEY (TVM) INTEREST Rate of Return When we know the Present Value (amount today), Future Value (amount to which the investment will grow), and Number of Periods, we can calculate the rate

More information

Integrated Case. 5-42 First National Bank Time Value of Money Analysis

Integrated Case. 5-42 First National Bank Time Value of Money Analysis Integrated Case 5-42 First National Bank Time Value of Money Analysis You have applied for a job with a local bank. As part of its evaluation process, you must take an examination on time value of money

More information

NATIONAL STOCK EXCHANGE OF INDIA LIMITED

NATIONAL STOCK EXCHANGE OF INDIA LIMITED NATIONAL STOCK EXCHANGE OF INDIA LIMITED Capital Market FAQ on Corporate Bond Date : September 29, 2011 1. What are securities? Securities are financial instruments that represent a creditor relationship

More information

3. Time value of money. We will review some tools for discounting cash flows.

3. Time value of money. We will review some tools for discounting cash flows. 1 3. Time value of money We will review some tools for discounting cash flows. Simple interest 2 With simple interest, the amount earned each period is always the same: i = rp o where i = interest earned

More information

Spring 2012. True/False Indicate whether the statement is true or false.

Spring 2012. True/False Indicate whether the statement is true or false. Corporation Finance Spring 2012 Sample Exam 2B True/False Indicate whether the statement is true or false. 1. The total return on a share of stock refers to the dividend yield less any commissions paid

More information

CHAPTER 4. The Time Value of Money. Chapter Synopsis

CHAPTER 4. The Time Value of Money. Chapter Synopsis CHAPTER 4 The Time Value of Money Chapter Synopsis Many financial problems require the valuation of cash flows occurring at different times. However, money received in the future is worth less than money

More information

Bond Valuation. Chapter 7. Example (coupon rate = r d ) Bonds, Bond Valuation, and Interest Rates. Valuing the cash flows

Bond Valuation. Chapter 7. Example (coupon rate = r d ) Bonds, Bond Valuation, and Interest Rates. Valuing the cash flows Bond Valuation Chapter 7 Bonds, Bond Valuation, and Interest Rates Valuing the cash flows (1) coupon payment (interest payment) = (coupon rate * principal) usually paid every 6 months (2) maturity value

More information

Click Here to Buy the Tutorial

Click Here to Buy the Tutorial FIN 534 Week 4 Quiz 3 (Str) Click Here to Buy the Tutorial http://www.tutorialoutlet.com/fin-534/fin-534-week-4-quiz-3- str/ For more course tutorials visit www.tutorialoutlet.com Which of the following

More information

Manual for SOA Exam FM/CAS Exam 2.

Manual for SOA Exam FM/CAS Exam 2. Manual for SOA Exam FM/CAS Exam 2. Chapter 5. Bonds. c 2009. Miguel A. Arcones. All rights reserved. Extract from: Arcones Manual for the SOA Exam FM/CAS Exam 2, Financial Mathematics. Fall 2009 Edition,

More information

Bond Market Overview and Bond Pricing

Bond Market Overview and Bond Pricing Bond Market Overview and Bond Pricing. Overview of Bond Market 2. Basics of Bond Pricing 3. Complications 4. Pricing Floater and Inverse Floater 5. Pricing Quotes and Accrued Interest What is A Bond? Bond:

More information

PMT. 0 or omitted At the end of the period 1 At the beginning of the period

PMT. 0 or omitted At the end of the period 1 At the beginning of the period PMT Calculates the payment for a loan based on constant payments and a constant interest rate. PMT(rate,nper,pv,fv,type) For a more complete description of the arguments in PMT, see the PV function. Rate

More information

CHAPTER 4 DISCOUNTED CASH FLOW VALUATION

CHAPTER 4 DISCOUNTED CASH FLOW VALUATION CHAPTER 4 DISCOUNTED CASH FLOW VALUATION Answers to Concepts Review and Critical Thinking Questions 1. Assuming positive cash flows and interest rates, the future value increases and the present value

More information

Time Value of Money. Work book Section I True, False type questions. State whether the following statements are true (T) or False (F)

Time Value of Money. Work book Section I True, False type questions. State whether the following statements are true (T) or False (F) Time Value of Money Work book Section I True, False type questions State whether the following statements are true (T) or False (F) 1.1 Money has time value because you forgo something certain today for

More information

Solutions to Supplementary Questions for HP Chapter 5 and Sections 1 and 2 of the Supplementary Material. i = 0.75 1 for six months.

Solutions to Supplementary Questions for HP Chapter 5 and Sections 1 and 2 of the Supplementary Material. i = 0.75 1 for six months. Solutions to Supplementary Questions for HP Chapter 5 and Sections 1 and 2 of the Supplementary Material 1. a) Let P be the recommended retail price of the toy. Then the retailer may purchase the toy at

More information

Problems on Time value of money January 22, 2015

Problems on Time value of money January 22, 2015 Investment Planning Problems on Time value of money January 22, 2015 Vandana Srivastava SENSEX closing value on Tuesday: closing value on Wednesday: opening value on Thursday: Top news of any financial

More information

SOCIETY OF ACTUARIES FINANCIAL MATHEMATICS EXAM FM SAMPLE QUESTIONS

SOCIETY OF ACTUARIES FINANCIAL MATHEMATICS EXAM FM SAMPLE QUESTIONS SOCIETY OF ACTUARIES EXAM FM FINANCIAL MATHEMATICS EXAM FM SAMPLE QUESTIONS This page indicates changes made to Study Note FM-09-05. April 28, 2014: Question and solutions 61 were added. January 14, 2014:

More information

Ehrhardt Chapter 8 Page 1

Ehrhardt Chapter 8 Page 1 Chapter 2 Time Value of Money 1 Time Value Topics Future value Present value Rates of return Amortization 2 Time lines show timing of cash flows. 0 1 2 3 I% CF 0 CF 1 CF 2 CF 3 Tick marks at ends of periods,

More information

Time Value of Money. 2014 Level I Quantitative Methods. IFT Notes for the CFA exam

Time Value of Money. 2014 Level I Quantitative Methods. IFT Notes for the CFA exam Time Value of Money 2014 Level I Quantitative Methods IFT Notes for the CFA exam Contents 1. Introduction... 2 2. Interest Rates: Interpretation... 2 3. The Future Value of a Single Cash Flow... 4 4. The

More information

Appendix C- 1. Time Value of Money. Appendix C- 2. Financial Accounting, Fifth Edition

Appendix C- 1. Time Value of Money. Appendix C- 2. Financial Accounting, Fifth Edition C- 1 Time Value of Money C- 2 Financial Accounting, Fifth Edition Study Objectives 1. Distinguish between simple and compound interest. 2. Solve for future value of a single amount. 3. Solve for future

More information

2. Determine the appropriate discount rate based on the risk of the security

2. Determine the appropriate discount rate based on the risk of the security Fixed Income Instruments III Intro to the Valuation of Debt Securities LOS 64.a Explain the steps in the bond valuation process 1. Estimate the cash flows coupons and return of principal 2. Determine the

More information

Compound Interest Formula

Compound Interest Formula Mathematics of Finance Interest is the rental fee charged by a lender to a business or individual for the use of money. charged is determined by Principle, rate and time Interest Formula I = Prt $100 At

More information

Future Value. Basic TVM Concepts. Chapter 2 Time Value of Money. $500 cash flow. On a time line for 3 years: $100. FV 15%, 10 yr.

Future Value. Basic TVM Concepts. Chapter 2 Time Value of Money. $500 cash flow. On a time line for 3 years: $100. FV 15%, 10 yr. Chapter Time Value of Money Future Value Present Value Annuities Effective Annual Rate Uneven Cash Flows Growing Annuities Loan Amortization Summary and Conclusions Basic TVM Concepts Interest rate: abbreviated

More information

A) 1.8% B) 1.9% C) 2.0% D) 2.1% E) 2.2%

A) 1.8% B) 1.9% C) 2.0% D) 2.1% E) 2.2% 1 Exam FM Questions Practice Exam 1 1. Consider the following yield curve: Year Spot Rate 1 5.5% 2 5.0% 3 5.0% 4 4.5% 5 4.0% Find the four year forward rate. A) 1.8% B) 1.9% C) 2.0% D) 2.1% E) 2.2% 2.

More information

300 Chapter 5 Finance

300 Chapter 5 Finance 300 Chapter 5 Finance 17. House Mortgage A couple wish to purchase a house for $200,000 with a down payment of $40,000. They can amortize the balance either at 8% for 20 years or at 9% for 25 years. Which

More information

EXAM 2 OVERVIEW. Binay Adhikari

EXAM 2 OVERVIEW. Binay Adhikari EXAM 2 OVERVIEW Binay Adhikari FEDERAL RESERVE & MARKET ACTIVITY (BS38) Definition 4.1 Discount Rate The discount rate is the periodic percentage return subtracted from the future cash flow for computing

More information

Using Financial Calculators

Using Financial Calculators Chapter 4 Discounted Cash Flow Valuation 4B-1 Appendix 4B Using Financial Calculators This appendix is intended to help you use your Hewlett-Packard or Texas Instruments BA II Plus financial calculator

More information

Fin 3312 Sample Exam 1 Questions

Fin 3312 Sample Exam 1 Questions Fin 3312 Sample Exam 1 Questions Here are some representative type questions. This review is intended to give you an idea of the types of questions that may appear on the exam, and how the questions might

More information

Net Present Value (NPV)

Net Present Value (NPV) Investment Criteria 208 Net Present Value (NPV) What: NPV is a measure of how much value is created or added today by undertaking an investment (the difference between the investment s market value and

More information

The Time Value of Money C H A P T E R N I N E

The Time Value of Money C H A P T E R N I N E The Time Value of Money C H A P T E R N I N E Figure 9-1 Relationship of present value and future value PPT 9-1 $1,000 present value $ 10% interest $1,464.10 future value 0 1 2 3 4 Number of periods Figure

More information

Time Value of Money Problems

Time Value of Money Problems Time Value of Money Problems 1. What will a deposit of $4,500 at 10% compounded semiannually be worth if left in the bank for six years? a. $8,020.22 b. $7,959.55 c. $8,081.55 d. $8,181.55 2. What will

More information

Chapter 8. 48 Financial Planning Handbook PDP

Chapter 8. 48 Financial Planning Handbook PDP Chapter 8 48 Financial Planning Handbook PDP The Financial Planner's Toolkit As a financial planner, you will be doing a lot of mathematical calculations for your clients. Doing these calculations for

More information

FinQuiz Notes 2 0 1 4

FinQuiz Notes 2 0 1 4 Reading 5 The Time Value of Money Money has a time value because a unit of money received today is worth more than a unit of money to be received tomorrow. Interest rates can be interpreted in three ways.

More information

CHAPTER 14: BOND PRICES AND YIELDS

CHAPTER 14: BOND PRICES AND YIELDS CHAPTER 14: BOND PRICES AND YIELDS 1. a. Effective annual rate on 3-month T-bill: ( 100,000 97,645 )4 1 = 1.02412 4 1 =.10 or 10% b. Effective annual interest rate on coupon bond paying 5% semiannually:

More information

SOCIETY OF ACTUARIES FINANCIAL MATHEMATICS. EXAM FM SAMPLE QUESTIONS Interest Theory

SOCIETY OF ACTUARIES FINANCIAL MATHEMATICS. EXAM FM SAMPLE QUESTIONS Interest Theory SOCIETY OF ACTUARIES EXAM FM FINANCIAL MATHEMATICS EXAM FM SAMPLE QUESTIONS Interest Theory This page indicates changes made to Study Note FM-09-05. January 14, 2014: Questions and solutions 58 60 were

More information

BF 6701 : Financial Management Comprehensive Examination Guideline

BF 6701 : Financial Management Comprehensive Examination Guideline BF 6701 : Financial Management Comprehensive Examination Guideline 1) There will be 5 essay questions and 5 calculation questions to be completed in 1-hour exam. 2) The topics included in those essay and

More information

HP 12C Calculations. 2. If you are given the following set of cash flows and discount rates, can you calculate the PV? (pg.

HP 12C Calculations. 2. If you are given the following set of cash flows and discount rates, can you calculate the PV? (pg. HP 12C Calculations This handout has examples for calculations on the HP12C: 1. Present Value (PV) 2. Present Value with cash flows and discount rate constant over time 3. Present Value with uneven cash

More information