The Marginal Wacc Curve
The Marginal Wacc Curve
Thesupplyofavailablenewcapitalisnotwithoutlimit.Therefore,asfirmsraisemoreandmorenew money, the incremental cost of additional amounts increases. In addition, total flotation costs may increase as more capital is raised. This section interprets these increases in terms of a marginal WACC curve, which is simply a chart on which the cost of capital is plotted as the ordinate against the amount of capitaltoberaised.ThefollowingexampleillustratestheconstructionofamarginalWACCcurve.
Example 9.9: AssumethattheHoldbergCorporation’s(seepreviousexample)after-taxcostofraisingcapital varies as follows for the amounts raised from the various sources:
Source of Capital
Amount Sold or Borrowed
Marginal After-Tax Cost
DebtBorrowing
Upto$200,000
Morethan$400,000
PreferredStock
Upto$50,000
Morethan$100,000
CommonStock
Upto$250,000
Morethan$1,000,000
Prepare a chart that shows how the weighted average cost of capital varies with the amount of capital raised, fromzeroto$2million.IfHoldbergmustborrow$1million,whatwillitsWACCbe?IfHoldbergmustborrow
Cost of Capital ❧ 309
Solution: Figure 9-13 is a spreadsheet solution. Figure9-13
Marginal WACC Curve
Example 9.9: MARGINAL WEIGHTED AVERAGE COST OF CAPITAL CURVE FOR HOLDBERG 1 CORPORATION BASED ON MARKET VALUE WITH FLOTATION COSTS ADDED 2 Source
% of total
Level
After-Tax cost
Up to $200,000
5 More than $400,000
Up to $50,000
8 More than $100,000
Up to $250,000
12 More than $1,000,000
13 Total Capital
Cost of Debt
Cost of Preferred
Cost of Equity
32 MARGINAL WACC CURVE FOR HOLDBERG CORPORATION
41 13% 42 GE COST OF CAPIT
44 VERA 45 46 12% 47 48 11.24% 49 WEIGHTED A 50 11% 51 $0 52 53
56 TOTAL CAPITAL RAISED
310 ❧ Corporate Financial Analysis with Microsoft Excel ®
To transfer the percentages of total market value that were calculated in Cells E3:E5 of Example 9.8, make the following entries in Figure 9-13:
Cell
Entry
B3 =‘Figure9-12’!E3 B6 =‘Figure9-12’!E4 B9 =‘Figure9-12’!E5
TomaketheseentriesonFigure9-13,clickonCellB3onFigure9-13,enter=,clickontheSheettabfor Figure9-12,clickonCellE3onFigure9-12,andpressEnter.RepeattotransfervaluesforCellsB6andB9of Figure 9-13 from Cells E4 and E5 of Figure 9-12.
ThedatavaluesfortheamountssoldorborrowedareenteredinCellsC3:C12.Forexample,enter200000 in Cell C3, enter 400000 in Cell C4, etc. Custom format the cells to hide the data values and display the text shown in Figure 9-13. For example, the custom formats for the entries in Cells C9:C12 are as follows:
Cell
Custom Format
C9 “Upto“$#,###
“Morethan“$#,###
In place of the “$#,### parts of the custom formats, Excel inserts the data values entered in the cells. Thebreak-evenpoints—theamountofcapitalraisedthatcausesafter-taxcosttoshifttothenexthigher percentage—arecalculatedbyentering=C3/B$3inCellE3andcopyingtheentrytoE4:E5,byentering=C6/ B$6inCellE6andcopyingtheentrytoE7:E8,andbyentering=C9/B$9inCellE9andcopyingtheentry
to E10:E12. The table of values in Rows 13 to 27 is used to create the marginal WACC chart at the bottom of Figure9-13.ThetablebeginswiththetotalcapitalequaltozeroCellA14.Atthispointtheafter-taxcostsforthe threesourcesareattheirminimumvalues(CellsB14:D14),andthevalueofWACC(CellE14)iscalculated bytheentry=$B$3*B14+$B$6*C14+$B$9*D14.
ThevaluesinCellsA15:A28arethebreak-pointsinCellsE3:E12sortedbyincreasingvalues.Thefinal valueinCellA29issetatavaluegreaterthanthelastbreak-point.Thevalueshouldbeatleastaslargeasthe lastvalueonthecharttobeplotted.
The costs for raising capital from each of the sources are discontinuous rather than continuous. They changefromonevaluetoahighervalueastheamountofcapitalraisedpassesthrougheachbreak-point.Up toabreak-point,theyhaveonevalue.Asabreak-pointisreachedandexceeded(theoretically,byonepenny), theytakeonahighervalue.Therefore,therearetwovaluesfortheWACCateachbreak-point:oneforcapital raiseduptoandincludingthebreak-pointandanotherforcapitalraisedthatexceedsthebreak-point.The WACCthencontinuesunchangeduntilthenextbreak-pointisreached.
Thefirstbreak-pointis$340,556(CellE9),atwhichtheafter-taxcostofcommonequitychangesfrom 12.50percent(CellD9)to14.00percent(CellD10).CopythevalueinCellE9toCellsA15:A16byentering =E$9inCellA15andcopyingtheentrytoCellA16.Repeatthissteptoentereachsuccessivelyhigherbreak- pointinCellsE3:E12twiceinCellsA17:A28.InCellA29,enteranarbitraryvaluelargerthanthehighest break-pointforwhichvaluesofWACCmightbeofinterest.
(Continued)
Cost of Capital ❧ 311
To transfer the percentages for the after-tax costs, enter the following set of three IF statements in Cells B14,C14,andD14andcopythemtotherangesB15:B28,C15:C28,andD15:D28,respectively:
CellB14 =IF(A15*$B$3<=$C$3,$D$3,IF(A15*$B$3<=$C$4,$D$4,$D$5)) CellC14
=IF(A15*$B$6<=$C$6,$D$6,IF(A15*$B$6<=$C$7,$D$7,$D$8)) CellD14:
IF(A15*$B$9<=$C$9,$D$9,IF(A15*$B$9<=$C$10,$D$10,IF(A15*$B$9<=$C$11,$D$11,$D$12)))
Note in these entries that the row for values in the A column (e.g., Cell A15) is the row immediately below
the row in which the entry is made.(IfyoufinditdifficulttounderstandthelogicoftheIFstatements,try verbalizingthem;trytranslatingtheexpressionsintowords,usingthemeaningsofthecellsandtermsinplace ofthecolumnandrowidentities.)
InCellB29,enter=D5;inCellC29,enter=D8;andinCellD29,enterD12. TocomputetheWACCs,enter=$B$3*B14+$B$6*C14+$B$9*D14inCellE14andcopytheentryto
theRangeE15:E29. TocreatethechartshownatthebottomofFigure9-13,selecttheRangesA14:A29andE14:E29andplot withascattertypechart.Besuretodeletethecheckinthe“Smoothedline”boxonthe“Patterns”tabofthe “FormatDataSeries”dialogbox,asshowninFigure9-14.
IfHoldbergmustborrow$1million,itsWACCwillbe13.95percent.IfHoldbergmustborrow$2million, itsWACCwillbe14.58percent.
Figure9-14
Settings on “Patterns Tab” of the “Format Data Series” Dialog Box
Note that the box for smoothed line is not checked. This results in
a series of straight-line segments between the points, as in Figure 9.10, rather than a wavy curve.
312 ❧ Corporate Financial Analysis with Microsoft Excel ®