EXCEL YIELDDISC FUNCTION

The YIELDDISC function in Excel computes the yearly yield of a discounted securities.

Syntax :

=YIELDDISC( settlement, maturity, pr, redemption, [basis] )

Parameters :

  • settlement – The security’s settlement date (i.e. the date that the coupon is buy).
  • maturity – The security’s maturity date (i.e. the date that the coupon expires).
  • pr – The price of the bond per $100 face value.
  • redemption – The redemption value of the security per $100 face value.
  • [basis] – An optional integer input that sets the security’s financial day count basis. Possible values include:

 

BasisDay Count Basis
0 (or omitted)US (NASD) 30/360
1actual/actual
2actual/360
3actual/365
4European 30/360

Step By Step Guide of YIELDDISC Function

Example :

The Excel Yielddisc function is used to compute the yearly yield for a discounted security with a settlement date of January 1, 2017 and a maturity date of June 30, 2017. The redeeming value is $100, and the price per $100 face value is $97. The 30/360 day count basis is used in the United States (NASD): The yield on the discounted security is calculated to be 6.22 percent using the Yielddisc function.

Yielddisc Function
  • Because the [base] parameter is unavailable, the method uses the default value 0 (which represents the US (NADS) 30/360 day count basis).
  • The settling and maturity arguments have been entered as references to cells containing dates, as advised.
  • #NUM! – Occurs if one of the following conditions is met: the issue date is the settlement date; the settlement date is the maturity date;
    For the rate, pr, or [base] arguments, invalid numbers are specified.
    (That is, if either rate 0; pr 0; or [base] is any number other than 0, 1, 2, 3, or 4).
  • #VALUE! – If either of the following criteria is met:
    Any of the provided arguments are non-numeric; the provided settlement, maturity, or issuance dates are not valid Excel dates.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now