FinancePy icon indicating copy to clipboard operation
FinancePy copied to clipboard

How to deal with same maturity bonds for bootstrap curve?

Open jingmouren opened this issue 1 year ago • 1 comments

I find that the bond pool have different bond with same maturity date. For calculate YTM, I can use the mean of YTM of those same maturity date bonds. But for bootstrap zero rate, the bootstram example notebook use clean price. And the underline code have monotonicity check. I think use the mean of clean price is not the correct usage. So how to deal with that case?

Besides. what's the progess of #190 creating a BondZeroCurve from a BondYieldCurve?

jingmouren avatar Jun 25 '24 08:06 jingmouren

Hi - I will look this weekend and get back to you. D

domokane avatar Jul 11 '24 08:07 domokane

I don't see how you can fit two bonds with same maturity but different prices to the same curve. It's ambiguous. You need to choose one of the bonds.

domokane avatar Aug 29 '24 18:08 domokane