1

I have pip installed newest QuantLib for python 1.23 for Windows.
ql.Callability() is available but ql.CallabilityPrice is not provided.
Is there any issue?

Josh Karpel
  • 2,110
  • 2
  • 10
  • 21

1 Answers1

2

CallabilityPrice was renamed to BondPrice in the underlying C++ library a couple of versions ago. The Python module kept the old version for a while but eventually did the same.

Luigi Ballabio
  • 4,128
  • 21
  • 29