Dapatkan hasil tahunan bunga jaminan pada saat jatuh tempo
=YIELDMAT(sd, md, id, rate, pr, [basis])
| Parameter | Deskripsi |
|---|---|
sd |
Settlement date of the security. |
md |
Maturity date of the security. |
id |
Issue date of the security. |
rate |
Interest rate of security. |
pr |
Price per $100 face value. |
basis |
[optional] Coupon payments per year (annual = 1, semiannual = 2; quarterly = 4). |
The YIELDMAT function returns the annual yield of a security that pays interest at maturity. In the example shown, the formula in F5 is:
=YIELDMAT(C9,C7,C8,C6,C5,C10)