ID EN
#Financial

YIELDMAT

Excel Functions

Get annual yield of security interest at maturity

Syntax

EXCEL
=YIELDMAT(sd, md, id, rate, pr, [basis])

Arguments

Parameter Description
sd Settlement date of the security.
md Maturity date of the security.
id Issue date of the security.
rate Interest rate of security.
pr Price per $100 face value.
basis [optional] Coupon payments per year (annual = 1, semiannual = 2; quarterly = 4).

Return Value

Yield as percentage

Details

The YIELDMAT function returns the annual yield of a security that pays interest at maturity. In the example shown, the formula in F5 is: with these inputs, the YIELDMAT function returns 0.081 which, or 8.10% when formatted with the percentage number format. In Excel, dates are serial numbers. Generally, the best way to enter valid dates is to use cell references, as shown in the example. If you want to enter valid dates directly inside a function, the DATE function is the best approach. The basis argument controls how days are counted. The PRICE function allows 5 options (0-4) and defaults to zero, which specifies US 30/360 basis. This article on Wikipedia provides a detailed explanation of available conventions.

Examples

Example 1

The YIELDMAT function returns the annual yield of a security that pays interest at maturity. In the example shown, the formula in F5 is:

EXCEL
=YIELDMAT(C9,C7,C8,C6,C5,C10)

See Also

YIELD YIELDDISC YIELDMAT ODDFYIELD ODDLYIELD