You are on page 1of 42

A B C D E F G H

1 4/11/2010
2
3 Chapter 4. Mini Case
4 Situation
5 Assume that you are nearing graduation and have applied for a job with a local bank. As part of the
6 bank's evaluation process, you have been asked to take an examination that covers several financial
7 analysis techniques. The first section of the test addresses discounted cash flow analysis. See how
8 you would do by answering the following questions.
9
10 a. Draw time lines for (1) a $100 lump sum cash flow at the end of Year 2, (2) an ordinary annuity of $100
11 per year for 3 years, and (3) an uneven cash flow stream of -$50, $100, $75, and $50 at the end of Years 0
12 through 3.
13
14
15 FUTURE VALUE
16 $100 lump sum at the end of year 2.
17 I%
18 Time period 0 1 2
19 FV at year end 100
20
21
22 Ordinary annuity of $100 per year for three years.
23 I%
24 Time period 0 1 2
25 FV at year end 100 100 100
26
27
28 Uneven cash flow stream.
29 I%
30 Time period 0 1 2 3
31 FV at year end -50 100 75 50
32
33 b. (1.) What's the future value of an initial $100 after 3 years if it is invested in an account paying 10%
34 annual interest?
35
36 Interest rate 0.1 These are the basic inputs, in blue.
37 Cash flow 100
38
39 Time period 0 1 2 3
40 FV at year end 100 110.00 121 133.10
41
42 Note: This problem was solved using the formula, FVn = PV (1+I) N. However, there are a number of
43 ways the problem could have used Excel's "Wizard Function".
44
45 First, you must select the Function wizard icon found in the toolbar at the top of the screen, which looks
46 like this: fx. When you get the "Insert Function " dialog box, select the category for Financial Functions,
47 as shown below.
48

1 of 42
A B C D E F G H
49
50
51
52
53
54
55
56

2 of 42
A B C D E F G H
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71 After selecting the category for Financial functions, scroll down until you can selet the FV function, as
72 show below. Alternatively, select the menu Formulas, then then select Financial, then pick FV.
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
After selecting the "FV" function from the "Financial" category, we will be using the following dialog box
95
to input our data.
96
97
98
99
100
101
102
103

3 of 42
A B C D E F G H
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119 Notice that we entered a value instead of a cell reference as the input for the problem for instructional
purposes. It's really better to enter cell values so that your spreadsheet can automatically reflect any
120 changes to the input data. This is one of the features that makes the spreadsheet such a valuable tool.
121
122
123 Using the function wizard yields the following result:
124 FV = $133.10
125
126 Future Value Interest Factors
127
128 With a spreadsheet, calculating FVIF's is a simple operation, and we can use it to graph the relationship
129 between future value, growth, interest rates, and time. A similar table can be found in the textbook,
130 along with a corresponding graph.
131
132 Period (N) 0% 5% 10% 15%
133 0 1.0000 1.0000 1.0000 1.0000
134 2 1.0000 1.1025 1.2100 1.3225
135 4 1.0000 1.2155 1.4641 1.7490
136 6 1.0000 1.3401 1.7716 2.3131
137 8 1.0000 1.4775 2.1436 3.0590
138 10 1.0000 1.6289 2.5937 4.0456
139

4 of 42
A B C D E F G H
140
141 Relationships among Future Value, Growth, Interest Rates, and Time
142
143 Relationships among Future Value, Growth, Interest Rate, and Time
144
145 $5.00
146
147 $4.00
148 Future Value of $1
149
$3.00
150
151
$2.00
152
153
154 $1.00

155
156 $0.00
157 0 2 4 6 8 10 12
158 Periods
159
160
161
162
b. (2) What is the present value of $100 to be received in 3 years if the appropriate interest rate is 10%?
163
164
165 PRESENT VALUE (PV)
166 Simply put, the present value (PV) is the value today of some future cash flow (or series of cash flows).
167 The interest rate used to "discount" a given cash flow is the opportunity cost rate, and is equivalent to
168 the next best investment alternative of the same risk.
169 PROBLEM
170
171 Interest rate 10%
172 Cash flow 100
173 Number of Years Discounted Back
174 Time period 0 1 2 3
175 PV $75.13 82.64 90.91 100.00
176
177 This problem can also be solved using the function wizard using a procedure similar to that for the FV
178 function. Begin by putting the pointer on the cell in which you want to display the result. Then, after
179 selecting the "PV" function from the "Paste Function" box, the input data for the problem must be
180 entered. Then click OK to get the result, $75.13.
181
182
183
184
185
186
187
188

5 of 42
A B C D E F G H
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204 PV = $75.13

6 of 42
A B C D E F G H
205
206 c. We sometimes need to find how long it will take a sum of money (or anything else) to grow to some
207 specified amount. For example, if a company's sales are growing at a rate of 20% per year, how long will
208 it take sales to double?
209
210 Finding Time to Double
211
212 I= 0.2
213
214 Time period 0 1 2 ?
215 Present Value $1.00 2.00
216
217 Finding N, the number of 3.8 Use the function NPER, as shown below.
218 periods
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241

7 of 42
A B C D E F G H
242 SOLVING FOR I
243 PROBLEM
244 d. If you want an investment to double in three years, what interest rate must it earn?
245
246 N 3
247 PV -1
248 FV 2
249
250 Once again, Excel has a special function for this calculation. We suggest using either a financial
251 calculator or the function wizard to solve this type of problem, because of its complexity. The procedure
252 can be carried out using the function wizard, by selecting the "Rate" function from the list of financial
253 functions in the "Paste Function" dialog box. Upon entering the time, present value, and future value,
254 the interest rate can be found. Note that you can either type the data in or else activate the menu slot
255 and then click on the appropriate cell.
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280 I = 25.99%
281
282 We noted above the difficulty of solving this problem mathematically. This is because it involves taking
283 the Nth root of a value (an operation which generally requires either a calculator or a computer).
284 However, if you would like to know how to solve the problem mathematically, the formula is (FVn/PV) (1/N) -
285 1, which is derived from the FV formula.
286
287 N 3
288 PV 1 I = 25.99%
289 FV 2
290

8 of 42
A B C D E F G H
291
e. What is the difference between an ordinary annuity and an annuity due? What type of annuity is
292
shown below? How would you change it to the other type of annuity? See Ch 04 Mini Case Show.ppt
293
294

9 of 42
A B C D E F G H
295
f. (1.) What is the future value of a 3-year ordinary annuity of $100 if the appropriate interest rate is 10%?
296
297
298 FUTURE
payments.VALUE OFthis
However, AN is
ANNUITY
tedious, especially if a lot of years are involved. In the following example,
299 we use the input data of the interest rate and time to calculate the future value in time period 3 of each
300 individual cash flow. Lastly, we take the sum of all the future values, which gives us the future value of
301 N 3
302 I 0.1
303 PMT 100
304
305 Time period 0 1 2 3
306 CFt 0 100 100 100 Annuity's FV:
307 FV3 0 121 110 100 = $331.00
308
309 An easier procedure is to solving for the future value of an annuity with the function wizard. This
310 procedure is similar to that of a lump sum future value. Whereas before we left the "Pmt" field blank,
311 now we insert the annuity payment ($100 in this case). First, we access the "FV" function box from the
312 list of financial functions. Then, we input our new data. A key thing to watch is the "Type" input box.
313 Previously, we left this box alone. An "0" or no entry in the box indicates an ordinary annuity, and a "1"
314 indicates an annuity due. Though we can leave the box blank, it is a good habit to enter a "0" in the
315 field.
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339 FV = $331.00
340
341 PRESENT VALUE OF AN ANNUITY
342

10 of 42
A B C D E F G H
343 f. (2.) What is the present value of the annuity?
344
345 N 3
346 I 0.1
347 PMT 100
348
349 Time period 0 1 2 3
350 CFt 0 100 100 100 Annuity PV
351 PV3 0 90.91 82.64 75.13 = $248.69
352

11 of 42
A B C D E F G H
353 Or, you could use the function wizard for this ordinary annuity.
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376 PV = $248.69
377
378
379 f. (3.) What would the future and present values be if the annuity were an annuity due?
380
381 The procedure for solving this problems follows the previous example with one notable exception. Since, the
382 payments occur at the beginning of each year, the first annuity payment occurs in time period 0, and the last occ
383 in time period 2.
384
385 N 3
386 I 0.1
387 PMT 100
388
389 Time period 0 1 2 3
390 CFt 100 100 100 0 Annuity FV
391 FV3 133.1 121 110 0 = $364.10
392
393 Additionally, using the function wizard for this problem is exactly like above, but we enter a "1" instead of a "0" in
394 the "Type" field.
395
396
397
398
399
400
401

12 of 42
A B C D E F G H
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418 FV = $364.10
419

13 of 42
A B C D E F G H
420 To find the present value of the annuity due, this problem is solved just like the previous problem,
421 except that the payments occur in periods 0 through 2.
422
423 N 3
424 I 0.1
425 PMT 100
426
427 Time period 0 1 2 3
428 CFt 100 100 100 0 Annuity PV
429 PV3 100.00 90.91 82.64 0.00 = $273.55
430
431 Using the function wizard, we follow the same procedure as above, except remember to enter a "1" to
432 tell Excel that in this problem the payments occur at the beginning of the periods.
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456 PV = $273.55
457 g. What is the present value of the following uneven cash flow stream? The appropriate interest rate is 10%,
458 compounded annually.
459
1 I = 2 10%3 4 5
460
$100 $200 $200 $200 $200
461 Time period
462 0 1 2 3 4
463
6
464 0 100 300 300 -50 $0
465 Cash Flows
466 PV of Cash Flows

14 of 42
A B C D E F G H
467 0 90.91 247.93 225.39 -34.15
468
469 NPV = = of PVs = $530.09
470
471 As we show above, the first way to solve for the present value of this uneven cash flow stream is to use
472 the time line to find the present value of each of the cash flows in the periods in which they occur, then
473 sum all the present values. This procedure will yield the correct present value.
474
format is easier to interpret and use. Once we have converted our data into a data table, we can solve
475
for the present value of each of the cash flows (like we did previously) and add all of the present values
476
477 I 0.1
478
479 N CFN PV0
480 0 0 0.00
481 1 100 90.91
482 2 300 247.93
483 3 300 225.39
484 4 -50 -34.15
485
486 PV of CF stream = $530.09
487
488 With, the financial calculator, we could enter each of these cash flows and the discount rate, and simply
489 press NPV for the present value of the cash flow stream. In Excel, we can perform a similar calculation
490 by using the "NPV" function. While this function is very similar, there is a key distinction. In the cash
491 flow register of your calculator, the first entry you make would be the cash flow to occur in time period
492 zero. However, the "NPV" function interprets the first data entry as being the cash flow in time period
493 one. Therefore, the initial cash flow must be added seperately. In this particular example, the initial
494 cash flow is zero.
495
496 Or
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514

15 of 42
A B C D E F G H
515
516
517 PV = $530.09
518
519
520 h. (1.) Identify (a) the stated, or quoted, or nominal rate (i Nom) and (b) the periodic rate (iPER).
521
522 Inputs
523 INOM (quarterly) 0.1 This is the rate stated in contracts.
524 m=periods/yr 2 This is the number of periods per year, m.
525
526 The periodic is associated with the number of compounding periods per year. M = 4 quarterly, 12 for monthly, an
527 360 or 365 for annual compounding.
528
529 IPER = inom/m
530
531 IPER = 10% / 2
532 IPER = 5%
533
534
h. (2.) Will the future value be larger or smaller if we compound an initial amount more often than annually, for
535 example, every 6 months (semiannually), holding the stated interest rate constant? Why?
536
537
538 Larger, because interest is earned on interest.
539 The effective annual rate is the annual rate that causes the PV to grow to the same FV as under multiple
540 compounding periods.
541
542 EFF% = (1+ INOM/M)M
543
544 EFF% = (1 + (10%/2))^2 - 1
545
546 EFF% = 10.25%
547
548
549 SEMIANNUAL AND OTHER COMPOUNDING PERIODS
550
551 h. (3.) What is the future value of $100 after 5 years under 12% annual compounding?
552
553 N 3
554 I 0.12 FV = $140.49
555 PV 100
556
557
558 What is the FV with semiannual compounding?
559
560 N (years x 2) 6
561 I (I per year/2) 0.06 FV = $141.85
562 PV 100
563

16 of 42
A B C D E F G H
564
565 What is the FV with quarterly compounding?
566
567 N (years x 4) 12
568 I (I per year/4) 0.03 FV = $142.58
569 PV 100
570
571
572 What is the FV with monthly compounding?
573
574 N (years x 12) 36
575 I (I per year/12) 0.01 FV = $143.08
576 PV 100
577
578
579
580 What is the FV with daily compounding?
581
582 N (years x 365) 1095
583 I (I per year/12) 0.000328767 FV = $143.32
584 PV 100
585
586 I. Will the effective annual rate ever be equal to the nominal (quoted) rate? Only if the compounding period is eq
587 to 1 year.
588
589 j. (1.) What would the required payment be on a $1,000 loan that is to be repaid in three equal installments at the
590 of each of the next three years if the interest rate is 10%?
591
592
593 N 3 PMT = $402.11 Total pmts Tot. int. paid
594 I 0.1 $1,206 $206
595 PV 1000
596 Now, construct an amortization table for the loan described above.
597
598 j. (2.) What is the annual interest expense for the borrower, and the annual interest income for the lender, du
599 Year 2?
600
601 N Beg. Amt. Payment Interest Principal End. Amt.
602 1 $1,000.00 $402.11 $100.00 $302.11 $697.89
603 2 $697.89 $402.11 $69.79 $332.33 $365.56
604 3 $365.56 $402.11 $36.56 $365.56 $0.00
605
606 Payment Distribution
607 Paym ent
608 $450.00 Note: See Columns
609 through R for a 30 y
$400.00
610 mortgage example.
$350.00
611
$300.00
$250.00 Principal
$200.00 Interest

$150.00 17 of 42
$100.00
$50.00
Payment Distribution
Paym ent

$450.00
$400.00
$350.00
A B C D E F G H
612 $300.00

613 $250.00 Principal


614 $200.00 Interest
615 $150.00
616 $100.00
617
$50.00
618
619 $0.00
1 2 3
620
621 Year
622
623
624
625
626 k. On January 1, you deposit $100 in an account that pays a nominal (or quoted) interest rate of 11.33463%, with
interest added (compounded) daily. How much will you have in your account on October 1, or 9 months later? (2
627
days)
628
629
630 0 1 2 3 4 5 273
631
632 100
633
634
635 I 0.00031054
636 N 273
637
638 FV $108.85
639
640 l. (1.) What is the value at the end of Year 3 of the following cash flow stream if the quoted interest rate is
641 compounded semiannually?
642
643 Annual rate = 10%
644 Periods per year = 2
645 Periodic rate = 5%
646
647
648 Years 0 0.5 1 1.5 2 2.5 3
649 Periods 0 1.0 2 3.0 4 5.0 6
650 Cash Flow 0 100 0 100 0 100
651
652 There are two approaches. First, you could simply find the future value of each cash flow using the
653 period rate and compounded for the appropriate number of periods, as shown below.
654
655 Periods 0 1.0 2 3.0 4 5.0 6
656 FV of CF $121.55 $110.25 $100.00
657
658 Total FV = = $331.80
659

18 of 42
A B C D E F G H
660 Alternatively, you could calculate the annual effective rate and use this to find the future value of a 3-year annuity
661
662 Annual effective rate = 10.25%
663
664 FV = $331.80
665

19 of 42
A B C D E F G H
666 l. (2.) What is the PV of the same stream?
667
668 Using the first approach, we find the present value of each individual cash flow using the periodic rate
669 and the number of periods.
670
671 Periods 0 1 2 3.0 4 5.0 6
672 PV of CF $90.70 $82.27 $74.62
673
674 Total FV = $247.59
675
676 In the second approach, we use the annual effective rate to find the present value of a 3-year annuity.
677
678 PV = $247.59
679
680 l. (3.) Is the stream an annuity? No, because we don't have a payment for each compounding period.
681
682
683
l. (4.) An important rule is that you should never show a nominal rate on a time line or use it in calculations un
684 what condition holds? (Hint: Think of annual compounding, when i NOM = EAR = iPER.) What would be wrong
685
your answer to questions l(1) and l(2) if you used the nominal rate (10%) rather than the periodic rate (i NOM/2 = 10%
686 5%)? Use the nominal rate only for annual compounding.
687
688
689 m. Suppose someone offered to sell you a note calling for the payment of $1,000 in 15 months (or 456 days). Th
offer to sell it to you for $850. You have $850 in a bank time deposit that pays a 6.76649% nominal rate with daily
690
compounding, which is a 7% effective annual interest rate, and you plan to leave the money in the bank unless y
691 buy the note. The note is not risky--you are sure it will be paid on schedule. Should you buy the note? Check th
692 decision in three ways: (1) by comparing your future value if you buy the note versus leaving your money in the
693 bank, (2) by comparing the PV of the note with your current bank account, and (3) by comparing the EFF% on the
694 note versus that of the bank account.
695
696 See which provides the greater future wealth
697
698 0 1 2 3 4 5 456
699
700 850
701
702 I 0.00018538
703 N 456
704
705 Bank account: FV $924.97 < $1,000, so buy the note.
706
707
708 See which has the greater present value
709
710 0 1 2 3 4 5 456
711
712 1000

20 of 42
A B C D E F G H
713
714 I 0.00018538
715 N 456
716
717 PV of the note: PV $918.95 > $859 cost, so buy the note.
718
719 See which has the higher effective rate of return, EFF%
720
721 0 1 2 3 4 5 456
722
723 850 1000
724
725 N 456
726
727 I 0.035646% per day
728
729 EAR 13.89% > 7% so buy the note.

21 of 42
I
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48

22 of 42
I
49
50
51
52
53
54
55
56

23 of 42
I
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94

95

96
97
98
99
100
101
102
103

24 of 42
I
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139

25 of 42
I
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188

26 of 42
I
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204

27 of 42
I
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241

28 of 42
I
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290

29 of 42
I
291
292
293
294

30 of 42
I
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342

31 of 42
I
343
344
345
346
347
348
349
350
351
352

32 of 42
I
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381 the
exception. Since,
eriod 0, and382
the last occurs
383
384
385
386
387
388
389
390
391
392
393of a "0" into
r a "1" instead
394
395
396
397
398
399
400
401

33 of 42
I
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419

34 of 42
I
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
interest rate457
is 10%,
458
459
460
461
462
463
464
465
466

35 of 42
I
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514

36 of 42
I
515
516
517
518
519
R
). 520
521
522
523
524
525
rterly, 12 for526
monthly, and
527
528
529
530
531
532
533
534
often than annually, for
? 535
536
537
538
539
under multiple
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563

37 of 42
I
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
mpounding 586period is equal
587
588
589 at the end
equal installments
590
591
592
593 Tot. prin. pd
594 $1,000
595
596
597
ncome for the598lender, during
599
600
601
602
603
604
605
606
607
Note: See608Columns M
through609R for a 30 year
mortgage 610example.
611

38 of 42
I
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
rate of 11.33463%, with
r 1, or 9 months later? (273
627
628
629
630
631
632
633
634
635
636
637
638
639
640 rate is 10%,
quoted interest
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659

39 of 42
I
660 annuity.
value of a 3-year
661
662
663
664
665

40 of 42
I
666
667
668
669
670
671
672
673
674
675
676
677
678
679
nding period.680
681
682
683
use it in calculations unless
What would 684 be wrong with
685
periodic rate (i NOM/2 = 10%/2 =
686
687
688
months (or 456 days). They
689
% nominal rate with daily
690
ney in the bank unless you
691Check the
buy the note?
692 in the
aving your money
693 on the
mparing the EFF%
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712

41 of 42
I
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729

42 of 42

You might also like