TBillPrice(Settlement, Maturity, Discount)
Settlement. The treasury bill's settlement date.
Maturity. Maturity date for the treasury bill.
Discount. Discount for a treasurer's bill.
NOTE. To determine the parameter, specify either the parameter value or the cell address where it is located.
It returns the price per $100 face value for a treasury bill.
The Settlement parameter value should not be less or equal to the Maturity parameter value.
The function is calculated according to the following formula:
,
where:
DSM. Number of days from the Settlement calculation date to the Maturity maturity date calculated basing on 360 day year.
| Formula | Result | Description |
| =TBillPrice("01.01.2007", "01.09.2008", 0.05) | 91,45 | The price per $100 face value for a treasury bill based on the following conditions:
|
| =TBillPrice(A0, B0, C0) | 62,08 | The price per $100 face value for a treasury bill based on the following conditions:
|
See also:
Function Wizard │ Financial Functions │ TBillEq │ TBillYield