ODDFYIELD
The ODDFYIELD function calculates the yield of a security with an odd (irregular) first period. It is used when the first period of a bond does not conform to the normal interest payment schedule. This function is helpful for bonds with unusual payment structures.
Syntax 🔗
=ODDFYIELD(Settlement
, Maturity
, Issue
, First_coupon
, Rate
, Pr
, Redemption
, Basis
)
Settlement | The security's settlement date. |
Maturity | The security's maturity date. |
Issue | The security's issue date. |
First_coupon | The date of the security's first interest payment. |
Rate | The security's annual coupon rate. |
Pr | The price per $100 face value of the security. |
Redemption | The security's redemption value per $100 face value. |
Basis | The day-count basis to use. |
Basis (Optional) | The day-count basis to use. Defaults to 0 if omitted. |
About ODDFYIELD 🔗
Use the ODDFYIELD function in Excel to calculate the yield of securities with irregular first coupon periods. This function is useful for bonds and other fixed-income securities with unique initial payment structures. By customizing the yield calculation to account for specific irregularities in the payment schedule, ODDFYIELD helps you ensure accurate financial analyses and informed decision-making for investments with unconventional initial coupon periods.
Examples 🔗
Suppose you invest in a bond with an irregular first coupon period, settling on March 1, 2022. The bond matures on December 31, 2025, was issued on January 1, 2022, and the first coupon payment is on October 1, 2022. The bond has a coupon rate of 6%, a price of $95.50, a redemption value of $100, and uses the actual/actual day-count basis. To calculate the yield of this bond, you can use the ODDFYIELD formula: =ODDFYIELD("3/1/2022", "12/31/2025", "1/1/2022", "10/1/2022", 0.06, 95.50, 100, 1)
Consider an investment in a security with a unique coupon payment structure where the settlement date is July 15, 2021. The security matures on June 30, 2023, was issued on January 1, 2021, and the first interest payment date is April 1, 2021. The security offers a 4.5% coupon rate, has a price of $98.20, a redemption value of $100, and employs the 30/360 day-count basis. To determine the yield of this security, you can utilize the ODDFYIELD function as follows: =ODDFYIELD("7/15/2021", "6/30/2023", "1/1/2021", "4/1/2021", 0.045, 98.20, 100, 0)
Notes 🔗
Use the ODDFYIELD function with valid Excel date values or cell references containing valid dates. Ensure the input data, like coupon rates, prices, and redemption values, is accurate and consistent for precise yield calculations. Adjust the parameters to match the specific characteristics and irregularities of the security you are evaluating.
Questions 🔗
Unlike the YIELD function, which calculates the yield for securities with regular payment structures, the ODDFYIELD function is specifically designed for securities with irregular first coupon periods. ODDFYIELD accounts for the unique payment schedule of such securities, offering a tailored approach to yield calculation to accommodate the irregularities in the security's cash flows.
Can I use the ODDFYIELD function for bonds with consistent coupon payment dates?While the ODDFYIELD function is primarily intended for securities with irregular first coupon periods, it can still be used for bonds with regular coupon payment dates. However, its true utility shines when applied to securities with unique initial coupon payment structures, where standard functions may fall short in providing accurate yield calculations.
How does the ODDFYIELD function handle irregular coupon payment schedules?The ODDFYIELD function takes into account the irregular first coupon period of a security when calculating its yield. By allowing flexibility to specify the dates of the settlement, maturity, issue, and first coupon payment, ODDFYIELD adjusts the yield calculation to reflect the distinct payment pattern of the security, ensuring a more precise assessment of investment returns.
Related functions 🔗
YIELD
YIELDMAT
YIELDDISC
PRICE
PRICEDISC
PRICEMAT
ODDFPRICE
ODDLYIELD