You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Exchange rate data is design to be used as so-called "Look-up" data to be able to simply, find the relationship (exchange rate) between 2 different currencies.

Key Concepts:

  1. "From currency" and "To currency" - The data is structured in a way where you can search for the "currency from" and the "currency to" in which you want to know the exchange rate. Therefore, each of the official currencies in the world (based on Reuters) will have its relationship (exchange rate) all the other currencies in the world.
  2. "Exchange rate" - Is the rate at which one currency will be exchanged for another currency.
  3. "Effective date" - It references to the date in which the exchange rate was captured. Normally the end of the month. Note that exchange rates are fluctuating 24x7 with no universal centralized market (the Forex market is considered to be an Over the Counter (OTC) Market) so the end of the month rate is taken as a reference for simplicity on currency conversion. This does not mean that the exchange rates are static within the given month in which was taken.
  4. "Exchange rate type" - Exchange rates can be calculated in different way depending on several parameters. A comprehensive view on what these parameters are and what exchange rate types is available here.


See also the Data Governance page on Exchange Rate data governance, as well as the BW page on BW Currency Conversion.

Data Object Definition


Exchange rates are conversion rates set between two currencies, published in Reuters website, identified by a RIC code (*) and daily uploaded to Solvay systems. The rate is usually ECB (European Central Bank) rate.

*RIC code: A Reuters Instrument Code, or RIC, is a ticker-like code used by Thomson Reuters to identify financial instruments and indices. The codes are used for looking up information on various Thomson Reuters financial information systems.

Data Model


Exchange rate data in the Data Lake is composed of 1 table view:

  1. V_DIM_exchange_rate

Project Space: prj-data-pricing-dev
See how this entity relates to the others in the pricing data model here.

Additional Info & Comments


  • When applying currency conversions using Exchange Rate data, users need to be careful to use the correct type of exchange rate. There can be significant differences between daily rates, end-of month rates, budget rates, etc. Applying exchange rates inconsistently (e.g. using a budget rate in BW but then converting back using a daily rate in Qlik) will result in variances and inconsistencies, which can be significant.
  • More information on the different types of Exchange rate data can be found in the Exchange Rates and the Currency Conversion pages of the BW reporting wiki.

Data Flow


Tables & Attributes


View ID: prj-data-pricing-dev.DataOcean.V_DIM_exchange_rate

fullnametypedescription
exchange_rate_keySTRING
source_system_idSTRING
effective_dateDATE
from_currencySTRING
to_currencySTRING
exchange_rateFLOAT
ratio_for_from_currencyFLOAT
ratio_for_to_currencyFLOAT
exchange_rate_typeSTRING
exchange_rate_type_usageSTRING
system_idSTRING
inserted_dateTIMESTAMP
updated_dateTIMESTAMP
delete_flagBOOLEAN
  • No labels