How to Use the YIELD Function in Excel
Today, we will delve into the YIELD function, a versatile tool available in both Microsoft Excel and Google Sheets. This function is primarily used to calculate the yield of securities that issuers pay periodic interest on. The syntax and functionality of the YIELD function are consistent across both applications. Let us explore how to use this function effectively.
Function Syntax
The YIELD function’s syntax is as follows:
YIELD(settlement, maturity, rate, pr, redemption, frequency, [basis])
The parameters are defined as:
settlement
– The date when the security is delivered to the buyer.maturity
– The date when the security expires.rate
– The annual coupon rate of the security.pr
– The price of the security per $100 face value.redemption
– The redemption value of the security per $100 face value.frequency
– The number of coupon payments per year.basis
– An optional argument that specifies the day count convention to use.
Examples
Below are several examples to demonstrate practical applications of the YIELD function:
Example 1: Calculating Yield
Consider a bond with the following characteristics:
- Settlement Date: 01/01/2022
- Maturity Date: 01/01/2032
- Annual Coupon Rate: 5%
- Price: $950
- Redemption Value: $1000
- Frequency: 2 (Semi-annual payments)
The yield of this bond can be calculated using the YIELD function:
Formula | Result |
---|---|
=YIELD("01/01/2022", "01/01/2032", 0.05, 95, 100, 2, 0) |
The expected yield is approximately 6.5%, assuming a basis of 0. |
Example 2: Changing Day Count Basis
In this example, the yield calculation is modified to use a different day count basis (Actual/360):
Formula | Result |
---|---|
=YIELD("01/01/2022", "01/01/2032", 0.05, 95, 100, 2, 1) |
The result will depend on the newly selected day count basis. |
Adjusting the parameters within the YIELD function allows you to cater to different securities’ specific requirements, thereby enabling precise yield calculations for diverse payment frequencies and day count conventions.
It is essential to have a thorough understanding of the YIELD function and its parameters to accurately assess the yield of your investment securities.
More information: https://support.microsoft.com/en-us/office/yield-function-f5f5ca43-c4bd-434f-8bd2-ed3c9727a4fe