Get yield for security that pays periodic interest
=YIELD(sd, md, rate, pr, redemption, frequency, [basis])
| Parameter | Description |
|---|---|
sd |
Settlement date of the security. |
md |
Maturity date of the security. |
rate |
Annual coupon rate. |
pr |
Security's price per $100 face value. |
redemption |
Redemption value per $100 face value. |
frequency |
Coupon payments per year (annual = 1, semiannual = 2; quarterly = 4). |
basis |
[optional] Day count basis (see below, default =0). |
The YIELD function returns the yield on a security that pays periodic interest. In the example shown, the formula in F6 is:
=YIELD(C9,C10,C7,F5,C6,C12,C13)