# Currencies
$usaCurrency=USD
$ukCurrency=GBP
$audCurrency=AUD
$europeCurrency=EUR
$chinaCurrency=CNY
$canadaCurrency=CAD
$norwayCurrency=NOK
$swedenCurrency=SEK
# Currencies
INSERT_UPDATE Currency ;isocode[unique=true] ;conversion
;$usaCurrency ;1
;$ukCurrency ;0.75
;$audCurrency ;1.26
;$europeCurrency ;0.85
;$chinaCurrency ;6.59
;$canadaCurrency ;1.25
;$norwayCurrency ;7.89
;$swedenCurrency ;8.10
The foreign exchange rates are stored in the Currency item type Conversion attribute. In practice, you would create a Cron Job to update the foreign exchange rates in Hybris Commerce as often as required to effectively run your business.