Difference between revisions of "Manuals/calci/TBILLPRICE"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | = | + | =TBILLPRICE(SettlementDate, MaturityDate, Discount)= |
where, | where, | ||
Line 6: | Line 6: | ||
*<math>Discount</math> is the Treasury Bill's discount rate. | *<math>Discount</math> is the Treasury Bill's discount rate. | ||
− | + | TBILLPRICE() calculates the price per $100 face value for a Treasury Bill. | |
== Description == | == Description == | ||
− | + | TBILLPRICE(SettlementDate, MaturityDate, 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>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. |
Revision as of 16:32, 28 February 2014
TBILLPRICE(SettlementDate, MaturityDate, 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.
TBILLPRICE() calculates the price per $100 face value for a Treasury Bill.
Description
TBILLPRICE(SettlementDate, MaturityDate, 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 TBILLPRICE is calculated as -
Examples
Consider the following example that shows the use of TBILLPRICE function:
01/01/2010 | ||
11/20/2010 | ||
5.85% | ||
=TBILLPRICE(A1,A2,A3) : Calculates the price for the Treasury Bill with values in the range A1 to A3.
Displays 94.75125 as a result. =TBILLPRICE(DATE(2013,10,20),DATE(2014,6,20),9%) : Calculates the price for the Treasury Bill with
the mentioned values. Displays 93.925 as a result.