Financial Toolbox | ![]() ![]() |
Syntax
Yield = yldtbill(Settle, Maturity, Face, Price)
Description
Yield = yldtbill(Settle, Maturity, Face, Price)
returns the yield for a Treasury bill.
Examples
The settlement date of a Treasury bill is February 10, 2000, the maturity date is August 6, 2000, the par value is $1000, and the price is $981.36. Using this data
Yield = yldtbill('2/10/2000', '8/6/2000', 1000, 981.36)returns
Yield = 0.0384 (or 3.84%)
See Also
beytbill
, bndyield
, prtbill
, yldmat
References
Bodie, Kane, and Marcus, Investments, pages 41-43.
![]() | yldmat | zbtprice | ![]() |