The Oddfprice function in Excel determines the price per $100 current prices of a security with an odd (brief or medium) first period.
Syntax :
=ODDFPRICE( settlement, maturity, issue, first_coupon, rate, yld, redemption, frequency, [basis] )
Parameters :
Basis | Day Count Basis |
---|---|
0 (or omitted) | US (NASD) 30/360 |
1 | actual/actual |
2 | actual/360 |
3 | actual/365 |
4 | European 30/360 |
Example :
The Excel Oddfprice function is used to compute the price per $100 face value of a security having an issuance date of December 1, 2016, a settlement date of February 1, 2017, a first coupon date of March 31, 2017, and a maturity date of March 31, 2021. The interest rate is 5.5 percent, the yield is 3.5 percent, and the redemption value is $100. Payments are made quarterly on a 30/360 day count basis in the United States (NASD): The above function yields the result 106.771695.
Ask Your Query