PRICEDISC
price of a discounted security · from excel · excel: not yet compared · sheets: not yet compared
signature
PRICEDISC(settlement, maturity, discount, redemption, [basis])
returns: number
| argument | required |
|---|---|
| settlement | required |
| maturity | required |
| discount | required |
| redemption | required |
| basis | optional |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=PRICEDISC(DATE(2026,1,15), DATE(2026,12,15), 0.05, 100) 95.41666666666666 errors
error values observed from the engine — each with a call that produces it.
| error | produced by |
|---|---|
| #NUM! | =PRICEDISC(2, 2, 3, 4) |
related
- ACCRINT accrued interest for a security paying periodic interest
- ACCRINTM accrued interest for a security paying at maturity
- AMORDEGRC depreciation per period, French accounting, degressive
- AMORLINC depreciation per period, French accounting, linear
- COUPDAYBS days from coupon period start to settlement
- COUPDAYS days in the coupon period containing settlement