How to Use the PRICEDISC Function in Excel
Welcome! In this article, we will explore the ‘PRICEDISC’ function, a powerful tool available in both Microsoft Excel and Google Sheets. This function is designed to calculate the price per $100 face value of a discounted security.
Syntax
The syntax for the PRICEDISC function is as follows:
PRICEDISC(settlement, maturity, discount, redemption, [basis])
settlement
: The date when the security is settled, or purchased.maturity
: The date when the security matures, or expires.discount
: The discount rate at which the security is sold.redemption
: The redemption value of the security per $100 face value.basis
(optional): The day count basis to be used, affecting how interest accrues over time.
Examples
To better understand how the PRICEDISC function is applied, let’s review a couple of examples.
Example 1:
Calculate the price per $100 face value of a security with the following characteristics:
Settlement Date | Maturity Date | Discount Rate | Redemption Value |
---|---|---|---|
1-Jan-2022 | 1-Jan-2023 | 5% | $98 |
Using the PRICEDISC function:
=PRICEDISC("1-Jan-2022", "1-Jan-2023", 0.05, 98)
This will compute the price per $100 face value of the security.
Example 2:
Calculate the price per $100 face value of a security using the actual/actual day count basis:
=PRICEDISC("1-Jan-2022", "1-Jan-2023", 0.05, 98, 3)
In this scenario, the basis ‘3’ refers to the actual/actual day count basis, which counts the actual number of days between dates.
Conclusion
The PRICEDISC function is an invaluable resource for calculating the price per $100 face value of discounted securities in Excel and Google Sheets. By inputting key information such as settlement date, maturity date, discount rate, and redemption value, you can swiftly determine the security’s price. Explore different parameters and situations to gain deeper insights into the functionality and leverage of this tool.
More information: https://support.microsoft.com/en-us/office/pricedisc-function-d06ad7c1-380e-4be7-9fd9-75e3079acfd3