We are using corporate actions event data for CFD/ELM from LSEG and particularly we are receiving DIVIDEND currency along with dividend currency description as below:
Dividend Currency | Dividend Currency Description |
|---|
USD | US Dollar |
USc | US Cent |
EUc | Euro Cent |
EUR | Euro |
GBp | British Penny |
We need help to understand how we can map currency subunits to corresponding currency code as below:
Dividend Currency | CurrencyCode |
|---|
USD | USD |
USc | USD |
EUc | EUR |
EUR | EUR |
GBp | GBP |
Can you please provide a mapping table for all currencies which can help us to get required currency code for given dividend currency so that currency subunits are properly mapped to corresponding currency code for all currencies.