-
-
Notifications
You must be signed in to change notification settings - Fork 118
Fix dividends on knock-outs #225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I guess this makes sense overall. It would be good to have a test case with an added example event, also to have some data at hand for developers that don't have such events at hand in their own account. |
7ce0959
to
bcfa8aa
Compare
I have added a test for this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the test. I went through the code and have some suggestions.
The tests seem to pass and it is a lot cleaner now. Thank you. |
I just submitted larger changes for parsing to the mainline. Can you merge these changes into your PR, then we can finalize this. |
On (knockout-)options, before this it would assign the ISIN of the underlying instrument instead of the ISIN of the option itself and the amount of options was also missing.
04ebc5f
to
4fabea4
Compare
Done. Thank you for your work. |
Thank you, I've merged it. |
On (knockout-)options, before this it would assign the ISIN of the underlying instrument instead of the ISIN of the option itself and the amount of options was also missing.
If you want I can also craft a testcase for this.