2,661 bytes added
, 02:45, 25 October 2013
<div id="6SpaceContent" class="zcontent" align="left">
'''TBILLPRICE'''(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
</div>
----
<div id="1SpaceContent" class="zcontent" align="left">
It returns the price per $100 face value for a Treasury bill.
'''Formula''' :-
TBILLEPRICE = 100 X (1-(Discount x N)/360)
where,
N - Number of days between settlement an maturity date.
</div>
----
<div id="7SpaceContent" class="zcontent" align="left">
If SettlementDate > MaturityDate, TBILLPRICE returns the #ERROR.
If Discount <= 0, it returns the #ERROR.
</div>
----
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
TBILLPRICE
</div></div>
----
<div id="8SpaceContent" class="zcontent" align="left">
Lets see an example in (Column1, Row1)
<nowiki>=TBILLPRICE(DATE(2008,1,1),DATE(2008,2,20),"5.85%")</nowiki>
TBILLPRICE returns 99.1875.
Consider an another example
<nowiki>=TBILLPRICE(DATE(DATE(2007/4/1),DATE(2008,5,1),"-4%")</nowiki>
It returns #ERROR(discount=-4%).
</div>
----
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
----
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
----
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
----
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
----
<div id="2SpaceContent" class="zcontent" align="left">
{| id="TABLE3" class="SpreadSheet blue"
|- class="even"
| class=" " |
| Column1
| Column2
| Column3
| Column4
|- class="odd"
| class=" " | Row1
| class="sshl_f" | 99.1875
|
|
|
|- class="even"
| class=" " | Row2
| class="sshl_f SelectTD ChangeBGColor SelectTD" |
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]] </div>
|
|
|
|- class="odd"
| Row3
| class="sshl_f " |
|
|
|
|- class="even"
| Row4
| class="sshl_f " |
|
|
|
|- class="odd"
| class=" " | Row5
|
|
|
|
|- class="even"
| Row6
|
|
|
|
|}
<div align="left">[[Image:calci1.gif]]</div></div>
----