How to Calculate the Price of a Security Paying Interest at Maturity Using PRICEMAT in Excel

When you are executing a financial valuation on a specific class of debt instruments that do not pay periodic coupons, but instead pay a single, massive lump sum of interest exclusively at absolute maturity, standard bond pricing algorithms will mathematically fail. To force the Microsoft Excel engine to execute the highly specific, non-linear calculus required to price this exact geometry, you must deploy the PRICEMAT function.

Understanding the PRICEMAT Architecture

The PRICEMAT (Price at Maturity) function is an advanced algorithmic engine. It ingests the exact chronological settlement date, the maturity date, and the issue date. It then mathematically isolates the single terminal interest payment, discounts that massive future cash flow back to the present settlement date based on your required yield, and outputs the absolute correct price per $100 of face value.

The syntax requires exactly six mandatory arguments: =PRICEMAT(settlement, maturity, issue, rate, yld, [basis])

  • settlement: The absolute chronological date the security is traded.
  • maturity: The absolute chronological date the security expires.
  • issue: The absolute chronological date the security was originally issued.
  • rate: The annual interest rate mathematically attached to the security at issue.
  • yld: The annual yield to maturity required by the investor.

Executing the Terminal Pricing Calculus

Imagine your firm analyzes a maturity-interest security. The settlement date is March 1, 2024 (Cell A1). It matures on October 15, 2028 (Cell A2). It was originally issued on October 15, 2020 (Cell A3). The stated interest rate is 5.25% (Cell A4). Your required yield is 6.10% (Cell A5).

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

=PRICEMAT(A1, A2, A3, A4, A5)

The exact millisecond you press Enter, the Excel engine intercepts the massive data array. It calculates the total accrued interest from 2020 to 2028. It then calculates the exact chronological distance from the March 2024 settlement to the October 2028 maturity. It mathematically discounts the combined principal and terminal interest payload back to the settlement date at the 6.10% velocity. It outputs the highly precise absolute decimal integer: 108.924.

This provides mathematical proof that you must pay exactly $108.92 per $100 of face value to acquire this specific, terminal-interest asset.

Get the best tech tips delivered straight to your inbox.

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