I have inherited a codebase which retrieves a number of Corporate Actions (different exeuction types like "Stock Split", "Cash Dividends" or "Rights Issues") to be further processed within our system.
The code is quite contrived and hard to read.
It would be a little easier with a good guide / documentation about DSS Corporate Actions at hand.
Is there such a thing?
I would really like to have some basic description on how to simply retrieve Corporate Actions for a given list of Instruments categorized by Execution Type.
Thanks!