TBILLPRICE function - The function calculates the value of treasury bonds by the $ 100 face value in Excel
The following article details the meaning and usage of the TBILLPRICE function - The function of calculating the value of treasury bonds at $ 100 face value in excel.
Description: The function calculates a value based on the $ 100 face value for treasury bonds.
Syntax : = TBILLPRICE (settlement, maturity, discount) .
Inside:
- settlement : The settlement date for securities is the date after the issuance date of bonds to be sold to buyers.
- maturity : The maturity date or the maturity date of the bond.
- discount : The discount rate or the rate of return on bonds.
Attention:
- Functions that perform calculations based on formulas:
In which: DSM is the number of days from the settlement to the expiry date.
- If maturity > discount or discount - maturity > 12 months -> the function returns the error value NUM!
- Where maturity and discount are not valid dates -> the function returns the value #VALUE.
For example:
Calculating the value of bonds with settlement date is 1/1/2016, maturity date is 1/12/2016 and discount rate is 8.9%.
In the cell where the value to enter the formula to calculate: = TBILLPRICE (B6, C6, D6) .
Press Enter -> value of the bond based on face value of $ 100 with an 8.9% discount rate is:
If you enter due date - settlement date> 12 months, the function returns the #NUM error value .
Above is the usage and some notes when using the TBILLPRICE function .
Good luck!
You should read it
- TBILLEQ function - Calculates the returns corresponding to bonds in treasury in Excel
- TBILLYIELD function - The function calculates the discount rate for a bond in treasury in Excel
- 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
- DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel
- GROWTH function - The function calculates the exponential growth value using existing data in Excel
Maybe you are interested
AMD has surpassed Intel in brand value
SQL way to count NULL and NOT NULL values in a column
Comparing Odroid-N2+ and Raspberry Pi 4: Which option offers better value?
How to receive free gifts from IObit with a total value of nearly 150,000 USD
Write a program to find duplicate values in Python
Write a program to check duplicate values in Python