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

Yield of security with odd first 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.
id
Issue date. Enter as serial date number or date string.
fd
First 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 = yldoddf(sd, md, id, fd, rv, price, cpn, per, basis, maxiter) returns the yield of a security with an odd first period and the settlement date in the first period.

Example

Using the data:

returns

See Also

acrubond, cfdates, prbond, proddf, yldbond, yldmat, yldoddfl, yldoddl, yldtbill

Reference

Mayle, Standard Securities Calculation Methods, Volumes I-II, 3rd edition. Formulas 8, 9.



[ Previous | Help Desk | Next ]