|
From: Chirag D. <chi...@ya...> - 2026-03-13 06:42:43
|
Hi AllI built Quantlib with the newfxforward.hpp, fxforward.cpp , fxforwarddiscountingengine hpp.cpp which I had recently contributed and successfullyin my own version of Quantlib 1.41. All tests work I placed my fxforward.i file andswig runs successfully The wheel is generated successfully I am able to pip install the wheeland successfully can “import Quantlib as ql” and also can run certain Pythonfiles under SWIG in Examples and Tests (european-option.py,test_blackformula.py) For some reason my FX Forward testsall fail. (attached test_fxforward.py) How do I check if my FXForward classwas successfully exposed to the Python API ? If any tools available ? When I do ql. there is no dropdown either in IDE like VSCodeto see what ql functions are being exposed in Python ? Thank you all |