How to Calculate Accrued Interest Paid at Maturity Using ACCRINTM in Excel

When you are auditing a highly specialized fixed-income portfolio, utilizing standard periodic interest formulas will generate catastrophic mathematical errors if the underlying security defers all coupon payments until the absolute date of maturity. To force the Microsoft Excel engine to execute the complex calculus required to determine the exact accrued interest for a security that pays out entirely at the end of its lifecycle, you must deploy the ACCRINTM function.

Understanding the ACCRINTM Architecture

The ACCRINTM (Accrued Interest at Maturity) function is a specialized financial engine. Unlike its sister function, ACCRINT (which handles periodic payments), ACCRINTM calculates the absolute total accrued interest from the original issue date to the final maturity date, assuming zero intermediate cash flows.

The syntax requires exactly four mandatory arguments, plus one optional modifier: =ACCRINTM(issue, settlement, rate, par, [basis])

  • issue: The absolute date the security was originally issued.
  • settlement: The absolute date the security reaches maturity (or the date it is mathematically settled).
  • rate: The absolute annual coupon interest rate.
  • par: The exact par value (face value) of the security (usually $1,000 or $100).
  • [basis]: The day-count convention vector (e.g., 0 for US (NASD) 30/360).

Executing the Accrued Extraction

Imagine your corporation purchases a $10,000 face value zero-periodic-coupon bond (Cell A4). It was issued on January 1, 2024 (A1) and settles on January 1, 2029 (A2). The stated annual interest rate is exactly 5.5% (A3).

To execute the exact extraction, click an empty cell and type:

=ACCRINTM(A1, A2, A3, A4, 1)

The exact millisecond you press Enter, the Excel engine executes the temporal calculus. It calculates the absolute geometric distance in days between the issue and settlement vectors (using the Actual/Actual day-count basis defined by the ‘1’), and applies the 5.5% annual rate to the $10,000 par matrix. It outputs a highly precise integer (e.g., $2,750.00), providing absolute mathematical proof of the total interest that will be injected into the portfolio at maturity.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.