ReferenceFunctionsFinancial Functions
TBILLEQ
TBILLEQ: Returns bond-equivalent yield for a US Treasury bill.
Summary
TBILLEQ converts a T-bill discount rate into an annualized bond-equivalent yield
so it can be compared with coupon-bearing securities.
Remarks
- Date inputs are spreadsheet serial dates;
maturitymust be aftersettlement. - The T-bill must mature within one year of settlement (DSM <= 365).
discountis the T-bill discount rate as a decimal (e.g.0.09for 9%).- For bills with DSM <= 182:
yield = 365 * discount / (360 - discount * DSM). - For bills with DSM > 182 a quadratic coupon-equivalent formula is used.
- Returns
#NUM!for invalid dates, non-positive discount, or DSM out of range.
Examples
Short bill bond-equivalent yield
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.03890144779577161
Related functions
FAQ
Why does TBILLEQ differ from the discount rate?
TBILLEQ annualizes the bill using a bond-equivalent convention so it can be compared with coupon-bearing yields.
Runtime metadata
Category
Financial
Signature
TBILLEQ(arg1: Number, arg2: Number, arg3: Number)Arity
min 3, max 3
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
Caps
PURE
Source