Khaisar
1
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
Khaisar
2
just placing LTP line above the step value IF condition, solve the problem…
Thanks
Khaisar

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