|
From: Michael (D. portal) <mi...@da...> - 2023-09-07 21:32:13
|
Hi All, I have a bond with irregular schedule dates and would like to set up the bond's Schedule using the list of dates e.g. like *[Date(15,1,2015), Date(15,7,2015), Date(15,7,2016)].* Is it possible to do this in QuantLib? The only syntax for Schedule that I found (below) allows to create a schedule for a given frequency, frequency, etc *ql.Schedule(issueDate, maturityDate,ql.Period(ql.Annual), ql.TARGET(), ql.Following, ql.Following, ql.DateGeneration.Backward, False)* I would appreciate any help! Thanks, Michael |