Get annual yield for discounted security
=YIELDDISC(sd, md, pr, redemption, [basis])
| Parameter | Description |
|---|---|
sd |
Settlement date of the security. |
md |
Maturity date of the security. |
pr |
Price of security. |
redemption |
Redemption value per $100 face value. |
basis |
[optional] Day count basis (see below, default =0). |
The Excel YIELDDISC function returns the annual yield for a discounted security (non-interest-bearing), such as a Treasury bill, that is issued at a d
=YIELDDISC(C7,C8,C5,C6,C9)