Difference between revisions of "Manuals/calci/TBILLEQ"

From ZCubes Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=TBILLEQ(SettlementDate, MaturityDate, Discount)=
+
<div style="font-size:30px">'''TBILLEQ (Settlement,Maturity,Discount)'''</div><br/>
 
 
 
where,  
 
where,  
*<math>SettlementDate</math> is the Treasury Bill's settlement date (a date when the Treasury Bill is purchased)
+
*<math>Settlement</math> is the Treasury Bill's settlement date (a date when the Treasury Bill is purchased)
*<math>MaturityDate</math> is the Treasury Bill's maturity date (a date when the Treasury Bill expires)
+
*<math>Maturity</math> is the Treasury Bill's maturity date (a date when the Treasury Bill expires)
 
*<math>Discount</math> is the Treasury Bill's discount rate.
 
*<math>Discount</math> is the Treasury Bill's discount rate.
 
+
**TBILLEQ(), returns the bond-equivalent yield for a Treasury bill.
TBILLEQ() calculates the bond equivalent yield for a Treasury Bill.
 
  
 
== Description ==
 
== Description ==
TBILLEQ(SettlementDate, MaturityDate, Discount)
+
TBILLEQ (Settlement,Maturity,Discount)
  
*<math>SettlementDate</math> and <math>MaturityDate</math> should be entered either in 'date format' or 'dates returned using formulas'. If dates are not valid, Calci displays #N/A error message.
+
*<math>Settlement</math> and <math>Maturity</math> should be entered either in 'date format' or 'dates returned using formulas'. If dates are not valid, Calci displays #N/A error message.
*If <math>SettlementDate</math> &gt;= <math>MaturityDate</math>, Calci displays #N/A error message.
+
*If <math>Settlement</math> &gt;= <math>Maturity</math>, Calci displays #N/A error message.
*<math>MaturityDate</math> should not be greater than one year from <math>SettlementDate</math>. Else, Calci displays #N/A error message.
+
*<math>Maturity</math> should not be greater than one year from <math>Settlement</math>. Else, Calci displays #N/A error message.
*If <math>Discount</math> &lt;0, Calci displays #N/A error message.
+
*If <math>Discount</math> &lt;=0, Calci displays #N/A error message.
 
*Formula:  
 
*Formula:  
 
If 'N' is number of days from 'Settlement' to 'Maturity', then TBILLEQ is calculated as -
 
If 'N' is number of days from 'Settlement' to 'Maturity', then TBILLEQ is calculated as -
Line 49: Line 47:
  
 
  =TBILLEQ(A1,A2,A3) : Calculates the bond equivalent yield for the Treasury Bill for values in the range A1 to A3. <br />Displays '''6.26%''' as a result.
 
  =TBILLEQ(A1,A2,A3) : Calculates the bond equivalent yield for the Treasury Bill for values in the range A1 to A3. <br />Displays '''6.26%''' as a result.
  =TBILLEQ(DATE(2013,10,20),DATE(2014,6,20),9%) : Calculates the bond equivalent yield <br />for the Treasury Bill for mentioned values. Displays '''9.72%''' as a result.
+
  =TBILLEQ(DATE(2013,10,20),DATE(2014,6,20),9%) : Calculates the bond equivalent yield for the Treasury Bill <br />for mentioned values. Displays '''9.72%''' as a result.
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=QLC8bGbOSfM|280|center|TBILLEQ}}
  
 
== See Also ==
 
== See Also ==
Line 59: Line 61:
  
 
*[http://en.wikipedia.org/wiki/Treasury_bill#Treasury_bill Treasury Bill]
 
*[http://en.wikipedia.org/wiki/Treasury_bill#Treasury_bill Treasury Bill]
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 14:33, 19 November 2018

TBILLEQ (Settlement,Maturity,Discount)


where,

  • is the Treasury Bill's settlement date (a date when the Treasury Bill is purchased)
  • is the Treasury Bill's maturity date (a date when the Treasury Bill expires)
  • is the Treasury Bill's discount rate.
    • TBILLEQ(), returns the bond-equivalent yield for a Treasury bill.

Description

TBILLEQ (Settlement,Maturity,Discount)

  • and should be entered either in 'date format' or 'dates returned using formulas'. If dates are not valid, Calci displays #N/A error message.
  • If >= , Calci displays #N/A error message.
  • should not be greater than one year from . Else, Calci displays #N/A error message.
  • If <=0, Calci displays #N/A error message.
  • Formula:

If 'N' is number of days from 'Settlement' to 'Maturity', then TBILLEQ is calculated as -

Examples

Consider the following example that shows the use of TBILLEQ function:

01/01/2010
11/20/2010
5.85%
=TBILLEQ(A1,A2,A3) : Calculates the bond equivalent yield for the Treasury Bill for values in the range A1 to A3. 
Displays 6.26% as a result. =TBILLEQ(DATE(2013,10,20),DATE(2014,6,20),9%) : Calculates the bond equivalent yield for the Treasury Bill
for mentioned values. Displays 9.72% as a result.

Related Videos

TBILLEQ

See Also

References