Configuring Rates Provider

Following is an example of how to configure Rates Provider:
<com.ibm.btt.bc.fx.impl.RatesProviderImpl id="ratesProvider"
		conversionCurrency="USD" basicMonetaryItem="CA">
		<ref Injection="ratesRepository"
			refId="ratesRepositoryFileImpl" />
</com.ibm.btt.bc.fx.impl.RatesProviderImpl>
Where:
  • conversionCurrency specifies the conversation currency of the rates provider implementation.
  • basicMonetaryItem specifies the basic monetary item.
  • The ratesRepository injection is used to inject dependency on the Rates Repository layer.