|
From: Kenji O. <for...@gm...> - 2026-01-04 00:32:56
|
Hi there,
I am unable to construct a ZeroInflationIndex from Python using QuantLib
version 1.40 and the current constructor.
The following Python code fails on my side:
import QuantLib as ql
jpCPI = ql.ZeroInflationIndex(
"Japan CPI",
ql.Japan(),
False,
ql.Monthly,
ql.Period(3, ql.Months),
ql.JPYCurrency()
)
Could you please point me to the specific place where this should be fixed?
Regards, Kenji
|