TBILLYIELD function - The function calculates the discount rate for a bond in treasury in Excel
The following article details the meaning and specific examples of how to use the TBILLYIELD function - The function of calculating the discount rate for a bond in the treasury.
Description: The function calculates the discount rate, or the rate of return on bonds in the treasury.
Syntax : = TBILLYIELD (settlement, maturity, pr) .
Inside:
- settlement : The settlement date of a security, the date after the issue date of the securities sold to the buyer, is the required parameter.
- maturity : The maturity or expiry date of a security.
- pr : Value of securities based on face value of $ 100.
Attention:
- Functions that perform calculations based on formulas:
- In case settlement , maturity is invalid, the function returns the #NUM! Error value.
- If pr function returns the #NUM! Error value
- If settlement > maturity or maturity - settlement > 12 months later => the function returns the #NUM! Error value
For example:
Calculate the rate of return of a treasury bond with the settlement date of May 1, 2015, the maturity date is 1/1/2016 based on the $ 100 face value of $ 92.99.
In the cell to calculate the rate of profit enter the formula: = TBILLYIELD (B6, C6, D6) .
Press Enter -> The rate of return for the bond with face value of $ 92.98 is:
If the expiration date minus the settlement date has a month number greater than 1 year -> the function returns the #NUM! Error value
Above is the usage and special cases of TBILLYIELD function hope to help you.
Good luck!
You should read it
- How to use the DAVERAGE function in Excel
- How to use SUMPRODUCT function in Excel
- DB function - The function calculates the depreciation of assets with specific maturity in Excel
- Basic Excel functions that anyone must know
- How to use the SUM function to calculate totals in Excel
- VAR.S function - Function that calculates variance based on a sample, ignoring logical values and text in Excel
- VAR.P function - Function that calculates variance based on the entire set, ignoring logical values and text in Excel
- NPER function - The function calculates the period number of an investment in Excel
May be interested
- VDB function - Calculate asset depreciation by the declining balance method in Excelthe following article details the meaning and usage of the vdb function - calculating depreciation of fixed assets in excel.
- TBILLEQ function - Calculates the returns corresponding to bonds in treasury in Excelthe following article details the meaning and usage of tbilleq function - calculate the profit corresponding to bonds in the treasury.
- FVSCHEDULE function - Returns the future value of an investment that has variable or adjustable interest in period in Excelthe following article details the meaning and usage of the fvschedule function - returns the future value of an investment that has an interest rate that changes or can be adjusted periodically in excel.
- Compare ODDFPRICE and ODDLPRICE functions in Excelin the process of securities investment, no one can ignore the value of bonds of securities. the following article guides 2 ways of calculating bond values by comparing odd oddfprice and oddlprice functions in excel.
- OR function in Excel, how to use the OR function, and examplesthe following article details the meaning and usage of the or - logic function in excel. description: the or function is a function that returns the logical value in excel.
- How to get the current date in Excelthe following article summarizes the common ways to get the current date in excel fastest.