Get price per $100 discounted security
=PRICEDISC(sd, md, discount, redemption, [basis])
| Parameter | Description |
|---|---|
sd |
Settlement date of the security. |
md |
Maturity date of the security. |
discount |
Discount rate of the security. |
redemption |
Redemption value per $100 face value. |
basis |
[optional] Day count basis (see below, default =0). |
The Excel PRICEDISC function returns the price per $100 face value of a discounted security. In the example shown, the formula in F5 is:
=PRICEDISC(C6,C7,C8,C9,C10)
In Excel, dates are serial numbers. Generally, the best way to enter valid dates is to use cell references, as shown in the example. To enter valid da
=PRICEDISC(DATE(2017,7,1),DATE(2020,1,1),7%,100,0)