Things new
1. Revolver(RCF: revolving credit facility. — Form of short term financing which is guaranteed/contracted )
当预测的接下来年份的income-cash的时候,有支出明显大于收入并且造成亏损的情况,那会直接影响到cash number 会出现负数,并且balance sheet仍然banlance。但cash属于资产,该项目不能是负数(影响计算ratio),所以应该归为负债revolver。
通常包括循环信用贷款revolving credit facility(可以借了还然后再借再还,也可以一次只借一部分)borrower需要对没有借的部分交费用commitment fee,并且是随时计算按日累计。revolver一般来说是LBO的结构中最便宜的融资方式,比长期借款便宜一点。对应的borrower牺牲一部分灵活性,比如lender要求资产清算时顺序排第一,以及其他一些条款。历史数据显示,revolver平均的期限是5-6年。
Cash: Use a MAX function / =MAX(ending cash balance,0)
Revolver: Use a MIN function / =-MIN(ending cash balance,0)
Note: Beginning cash balance = cash - revolver (balance sheet)
2. Interests and circularities
Interest 计算过程(debt页面)
Understanding Circularities
Interest expense 会影响到 Net income 从而会在 cash flow statement 里的 ending cash。 ending cash balance 会直接决定年底是余额还是短期revolver,而短期revolver产生利息影响到 interest payment。 因此产生circularities。
- ticket — Enable iterative calculation
- Circularities Switch: =if(Circularities Switch=1, calculation formula,0)
- 注意在Circularities Switch 的cell 上选择 circ
- to control the model to fix any calculations involve circularities.
- 在开始填表环节需要关掉迭代计算,以避免出现像 example1 里的 Unintentional circular 的错误。但在做circular的时候需要打开迭代计算,如example2.
Steps
- ticket — Enable iterative calculation
- 完成 balance sheet 里的 cash 和 revolver 的公式,确保每次步骤后的balance
- 计算history year的net income
- 计算接来几年的net income before taxes 和 net income
- 根据预测tax rate 计算接下来几年的taxes
- Complete income statement 里的 shareholder information
- 转到debt sheet,计算each instrument
- short-term revolver: 取第一年的 cash balance。average 两年的revolver 乘以interest rate得到interest expense。
- long-term debt:average 当年的begning amount 和 ending amount, 乘以interest rate得到interest expense。
- Debt and interest expense summary 计算total
- 在 Interest income calculation 中计算 interest inome, average 两年的cash 乘以interest rate on cash 得到interest income。
- 转到 income statement, 预测第一年的interest income 和expense 用到 Circularities Switch 的公式。