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

Yield with interest at maturity.

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.
id
Issue date. Enter as serial date number or date string.
rv
Redemption (par, face) value.
price
Price of the security.
cpn
Coupon rate. Enter as decimal fraction.
basis
Day-count basis: 0 = actual/actual (default), 1 = 30/360,
2 = actual/360, 3 = actual/365.

Description

y = yldmat(sd, md, id, rv, price, cpn, basis) returns the yield of a security paying interest at maturity.

Example

Using the data

returns

See Also

acrubond, prbond, prmat, yldbond, ylddisc, yldoddf, yldoddfl, yldoddl, yldtbill

Reference

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



[ Previous | Help Desk | Next ]