Im wokring for an oms/pms provider and we use the EIKON COM API. we ingest a eikon field like tr.isin and a ric and use the output to populate our databases.i need a function like tr.isisn that can output the dividend in the appropriate denomination. so for gbp dividends the value is returned in pence. but the same function would ingest only the ric and return us dividends in dollars.
tr("tr.function", "us ric")= dividend in dollars (#.##)
tr("tr.function", "gb ric")= dividend in pence (###)