Financial Toolbox
  Go to function:
    Search    Help Desk 
ylddisc    Examples   See Also

Yield of discounted security.

Syntax

Arguments

sd
Settlement date. Enter as serial date number or date string. sd must be earlier than or equal to md.
md
Maturity date. Enter as serial date number or date string.
rv
Redemption (par, face) value.
price
Discounted price of the security.
basis
Day-count basis: 0 = actual/actual (default), 1 = 30/360,
2 = actual/360, 3 = actual/365.

Description

y = ylddisc(sd, md, rv, price, basis) finds the yield of a discounted security.

Example

Using the data

returns

See Also

acrudisc, prbond, prdisc, yldbond, yldmat, yldoddf, yldoddfl, yldoddl, yldtbill

Reference

Mayle, Standard Securities Calculation Methods, Volumes I-II, 3rd edition. Formula 1.



[ Previous | Help Desk | Next ]