| Financial Toolbox | Search  Help Desk |
| beytbill | Examples See Also |
Bond equivalent yield for Treasury bill.
Syntax
y = beytbill(sd, md, disc)
Arguments
sdsd must be earlier than or equal to md.mddiscDescription
y = beytbill(sd, md, disc)
returns the bond equivalent yield for a Treasury bill.
Example
The settlement date of a Treasury bill is February 10, 1992, the maturity date is August 6, 1992, and the discount rate is 3.77%. The bond equivalent yield:y = beytbill('2/10/1992', '8/6/1992', 0.0377)
y =
0.0389
See Also
datenum, prtbill, yldtbill