Manuals/calci/TBILLEQ

From ZCubes Wiki
Revision as of 21:45, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''TBILLEQ'''(SettlementDate, MaturityDate, Discount) where, '''SettlementDate '''- represents the Treasury b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TBILLEQ(SettlementDate, MaturityDate, Discount)

where,

SettlementDate - represents the Treasury bill's settlement date.

MaturityDate - represents the Treasury bill's maturity date.

Discount - represents the Treasury bill's discount rate


It returns the bond-equivalent yield for a Treasury bill.

Formula :-

TBILLEQ = (365 x Discount)/(360-(Discount x N))

where,

N - Number of days between settlement an maturity date.


If SettlementDate > MaturityDate, TBILLEQ returns the #ERROR.

If Discount <= 0, it returns the #ERROR.


TBILLEQ


Lets see an example in (Column1, Row1)

=TBILLEQ(DATE(2008,1,1),DATE(2008,2,20),"5.85%")

TBILLEQ returns 0.059798.

Consider an another example

=TBILLEQ(DATE(DATE(2007/4/1),DATE(2008,5,1),"-4%")

It returns #ERROR(discount=-4%).


Syntax

Remarks

Examples

Description

Column1 Column2 Column3 Column4
Row1 0.059798
Row2
Row3
Row4
Row5
Row6