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

Price 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.
cpn
Coupon rate. Enter as decimal fraction.
yld
Yield. 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.

Description

[p, ai] = proddl(sd, md, lcd, rv, cpn, yld, per, basis) returns the price p and accrued interest ai of a security with odd last period.

Example

Using this data:

returns

See Also

acrubond, cfdates, prbond, proddf, proddfl, yldoddl

Reference

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



[ Previous | Help Desk | Next ]