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

Future value 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.
price
Price (present value) of the security.
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

rv = fvdisc(sd, md, price, disc, basis) finds the amount received at maturity rv for a fully vested security.

Example

Using this data:

returns

See Also

acrudisc, prdisc, ylddisc

Reference

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



[ Previous | Help Desk | Next ]