| Financial Toolbox | Search  Help Desk |
| fvdisc | Examples See Also |
Future value of discounted security.
Syntax
rv = fvdisc(sd, md, price, disc, basis) rv = fvdisc(sd, md, price, disc)
Arguments
sdsd must be earlier than or equal to md.mdpricediscbasis0 = 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:sd = '02/15/1991'; md = '05/15/1991'; price = 100; disc = 0.0575; basis = 2; rv = fvdisc(sd, md, price, disc, basis)returns
rv = 101.44
See Also
acrudisc, prdisc, ylddisc
Reference
Mayle, Standard Securities Calculation Methods, Volumes I-II, 3rd edition.