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

Yield with odd last period.

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.
lcd
Last coupon 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.
per
Coupons per year. An integer. Default = 2.
basis
Day-count basis: 0 = actual/actual (default), 1 = 30/360,
2 = actual/360, 3 = actual/365.
maxiter
Number of iterations used by Newton's method to solve for yld. Default = 50.

Description

yld = yldoddl(sd, md, lcd, rv, price, cpn, per, basis, maxiter) returns the yield of a security with odd last period.

Example

Using this data:

returns

See Also

acrubond, cfdates, proddl, yldbond, yldmat, yldoddf, yldoddfl, yldtbill

Reference

Mayle, Standard Securities Calculation Methods, Volumes I-II, 3rd edition. Formulas 10, 12, 14, 15.



[ Previous | Help Desk | Next ]