Working with Currency Conversions

Organizations with offices in multiple countries generally do business in the currency of the host country (known as the local currency). Such organizations must convert data entered in local currencies to a common currency for consolidation and analysis.

A currency conversion application consists of two databases:

You apply exchange rates from the currency rates database to local values from the main database to derive converted values. The Essbase Server product installation includes a sample currency conversion application (installation options) that consists of two sample databases: a main database called Interntl and a currency rates database called Xchgrate.

The Sample Interntl database consists of five dimensions: Year, Measures, Product, Market, and Scenario. All but the Market and Scenario dimensions are identical to the Sample Basic database.

The Market dimension includes Toronto, Vancouver, Montreal, Germany, Sweden, Switzerland, and the UK. The Scenario dimension handles different currency types (such as Actual and Budget) in local and converted currencies. In this database, all local currencies are converted to the common currency of U.S. dollars.

The Sample Xchgrate database, which is a subset of the main database, contains four dimensions:

The Oracle Essbase Database Administrator's Guide describes how to design and implement a Currency Conversion application.