Yield = 0.0367;
CouponRate = 0.0367;
Settle = '2013-6-26';
Maturity = '2016-5-10';
Period = 1;
Basis = 0;
[Price, AccruedInt] = bndprice(Yield, CouponRate, Settle,...
Maturity, Period, Basis)计算结果是Price = 99.8986
同样要素用excel PRICE 算的结果99.9926134。Excel 的结果与我用wind 和用现金流折现是一致的。为什么会这样,请朋友解释下!