Issue in get_atm()

Hi,

there is an issue in get_atm() in latest version PYPI.

when calling get_atm() it getting underlying name from self.index_underlying[underlying] dictionary in wrapper file,

which causes issue in getting LTP in line no. 488

which causes issue getting in data in line no 491

just placing LTP line above the step value IF condition, solve the problem…

Thanks
Khaisar

Screenshot 2025-09-19 151934

Hi @Khaisar ,

Thanks for spotting this. You’re right, moving the LTP line above the IF condition fixes the issue. We will update the package.

1 Like