TBILLEQ()

SyntaxTBILLEQ(Settlement,Maturity,Discount)

Definition. This function calculates the equivalent annual interest rate in arrears based on 365 days for a given anticipative annual interest rate based on 360 days. The latter is usually formulated as the discount rate of the par value (disagio). It is used for U.S. treasury bills.

Arguments

There are the following requirements:

Important

Excel Help contains the following note:

“Dates should be entered with the DATE() function or as results of other formulas or functions. Problems might occur if dates are entered as text.”

Background. The equivalence between anticipative interest payment and interest payment in arrears is created by the following equation:

image with no caption

Days is the exact day difference between Maturity and Settlement.

ExampleIn the sample files for this function, you can find some number experiments that manually recreate this formula and compare the results with those of YIELDDISC() and INTRATE(). They convert anticipative interest rates to interest rates in arrears.

See Also

TBILLPRICE(), TBILLYIELD()