Dapatkan harga per $100 ganjil periode pertama
=ODDFPRICE(sd, md, id, fd, rate, yld, redem, freq, [basis])
| Parameter | Deskripsi |
|---|---|
sd |
Settlement date of the security. |
md |
Maturity date of the security. |
id |
Issue date of the security. |
fd |
First coupon date. |
rate |
Annual coupon rate of security. |
yld |
Annual required rate of return. |
redem |
Redemption value per $100 face value. |
freq |
Coupon payments per year (annual = 1, semiannual = 2; quarterly = 4). |
basis |
[optional] Day count basis (see below, default =0). |
Assume we need to calculate the price per $100 face value of a bond with a first coupon date of 15-Feb-2019. The bond was issued on 1-Dec-2018, mature
=ODDFPRICE(C9,C11,C8,C10,C6,C7,C5,C12,C13)
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
=ODDFPRICE(DATE(2019,2,1),DATE(2022,2,15),DATE(2018,12,1),DATE(2019,2,15),0.05,0.06,100,2,0)