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

Price 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.
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] = proddf(sd, md, id, fd, rv, cpn, yld, per, basis) returns the price p and accrued interest ai of a security with an odd first period and the settlement date in the first period.

Example

Using this data:

returns

See Also

acrubond, cfdates, prbond, proddfl, proddl, yldoddf

Reference

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



[ Previous | Help Desk | Next ]