We are currently retrieving end-of-day exchange rates using the "end of day" template in DataScope Select. In this template there does not seem to be a factor available to recalculate the rates which need this (e.g. VNDEUR=R returns 4, while the real rate is 0.00004, because the scaling factor is 100000).
The cross scaling factor field does exist, but only in the Intraday template. We cannot use this template because 1) this does not return the end-of-day rates and 2) these rates are not confirmed by TR.
Is there a field in the end-of-day template that contains the scaling factor? or is there a way to retrieve the factor together with the same call?
I did have contact with the TR helpdesk and their solution was to do it with 2 calls, one to the "end of day" template to get the exchange rate, and a second one to the intraday template to get the scaling factor. This would double the time we need to run our app. According to them, the scaling factor is not stored with their historical data which is used for the "end of day" template.