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

Price of discounted security.

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.
rv
Redemption (par, face) value.
disc
Discount rate of the security. Enter as decimal fraction.
basis
Day-count basis: 0 = actual/actual (default), 1 = 30/360,
2 = actual/360, 3 = actual/365.

Description

p = prdisc(sd, md, rv, disc, basis) returns the price of a discounted security.

Example

Using this data:

returns

See Also

acrudisc, prbond, prmat, ylddisc

Reference

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



[ Previous | Help Desk | Next ]