|
From: jian Xu <jia...@gm...> - 2021-07-16 21:01:15
|
Hi, I'm using the Python interface of the QuantLib. The FixedRateBond constructor can take in a payment convention (Unadjusted, ModifiedFollowing, etc). And inside the C++ code, I can see the paymentConvention is used to construct the cashflows. My question is, given a FixedRateBond object in Python (or more generally a Bond object), how do I get the paymentConvention out of it? Thanks a lot. Jian |