IBR (Build-Up Method) Calculator
Estimate your Incremental Borrowing Rate for IFRS 16 / ASC 842
=SUM(2.5%, 1.5%, 0.5%, 0.25%)
How to Calculate Incremental Borrowing Rate in Excel
The Incremental Borrowing Rate (IBR) is a critical component in lease accounting under IFRS 16 and ASC 842. It represents the rate of interest that a lessee would have to pay to borrow over a similar term, and with similar security, the funds necessary to obtain an asset of a similar value to the right-of-use asset in a similar economic environment.
Calculating the IBR is often necessary when the implicit interest rate in the lease cannot be readily determined. While specialized software exists, many finance professionals rely on Excel to construct the IBR using the "Build-Up Approach."
Understanding the Build-Up Method for IBR
The most common method for calculating IBR involves summing up various risk components. This is the logic used in the calculator above and can be easily replicated in Excel.
- Reference Rate (Risk-Free Rate): Typically the yield on government bonds (e.g., Treasury yields) for a term matching the lease duration.
- Credit Spread: A premium added to the risk-free rate reflecting the lessee's creditworthiness. Lower credit ratings result in higher spreads.
- Asset-Specific Adjustment: Adjustments made based on the nature of the collateral (the leased asset). For example, real estate is better collateral than IT equipment, potentially lowering the rate.
- Term/Lease Specific Adjustment: Adjustments for the specific economic environment or differences between the bond term and the actual lease payment profile.
Step-by-Step: Calculating IBR in Excel
To create a dynamic IBR calculator in Excel, follow these steps to structure your spreadsheet:
1. Set up your Data Inputs
Create a dedicated input section. Let's assume the following cell references:
- Cell B2: Risk-Free Rate (e.g., 3.00%)
- Cell B3: Credit Spread (e.g., 2.50%)
- Cell B4: Asset Adjustment (e.g., 0.50%)
- Cell B5: Other Adjustments (e.g., 0.10%)
2. The Basic Summation Formula
The simplest way to calculate the IBR is to sum these components. In cell B7, use the following formula:
This will give you the total IBR percentage to be used for discounting lease liabilities.
3. Advanced: Using Interpolation in Excel
Often, the lease term (e.g., 4 years) does not match exactly with available government bond yields (which might be 3 years and 5 years). You must interpolate the risk-free rate.
If you have a 3-year rate in cell D2 and a 5-year rate in cell D3, and you need a 4-year rate, you can use the FORECAST or TREND function, or a linear interpolation formula:
Using the RATE Function for Implicit Rates
If you know the fair value of the asset and the lease payments, you might not need to estimate the IBR; you can calculate the implicit rate directly in Excel using the RATE function.
Formula Syntax: =RATE(nper, pmt, pv, [fv], [type])
- nper: Total number of payment periods.
- pmt: The payment made each period (negative value).
- pv: The present value (Fair Value of the asset + initial direct costs).
- fv: The residual value (optional).
- type: 0 for payment at end of period, 1 for beginning.
However, strictly speaking, IBR is used when this implicit rate is not available. Therefore, the Build-Up method described earlier is the standard fallback for compliance.
Best Practices for Documentation
Auditors require documentation for how the IBR was derived. When building your Excel file:
- Source your data: Add comments or links in Excel cells indicating where the Risk-Free Rate and Credit Spreads were obtained (e.g., Bloomberg, Central Bank data).
- Date stamp: IBR must be determined at the lease commencement date. Ensure your Excel sheet records the date of the rates used.
- Consistency: Use a consistent methodology (like the Build-Up approach) across all leases within a similar portfolio.