currency.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" ?>
  2. <!--
  3. IBM Confidential
  4. OCO Source Materials
  5. IBM Business Platform: Search
  6. (C) Copyright IBM Corp. 2017, 2022
  7. The source code for this program is not published or otherwise divested of its trade secrets,
  8. irrespective of what has been deposited with the U.S. Copyright Office.
  9. -->
  10. <!-- Example exchange rates file for CurrencyField type named "currency" in example schema -->
  11. <currencyConfig version="1.0">
  12. <rates>
  13. <!-- Updated from http://www.exchangerate.com/ at 2011-09-27 -->
  14. <rate from="USD" to="ARS" rate="4.333871" comment="ARGENTINA Peso" />
  15. <rate from="USD" to="AUD" rate="1.025768" comment="AUSTRALIA Dollar" />
  16. <rate from="USD" to="EUR" rate="0.743676" comment="European Euro" />
  17. <rate from="USD" to="BRL" rate="1.881093" comment="BRAZIL Real" />
  18. <rate from="USD" to="CAD" rate="1.030815" comment="CANADA Dollar" />
  19. <rate from="USD" to="CLP" rate="519.0996" comment="CHILE Peso" />
  20. <rate from="USD" to="CNY" rate="6.387310" comment="CHINA Yuan" />
  21. <rate from="USD" to="CZK" rate="18.47134" comment="CZECH REP. Koruna" />
  22. <rate from="USD" to="DKK" rate="5.515436" comment="DENMARK Krone" />
  23. <rate from="USD" to="HKD" rate="7.801922" comment="HONG KONG Dollar" />
  24. <rate from="USD" to="HUF" rate="215.6169" comment="HUNGARY Forint" />
  25. <rate from="USD" to="ISK" rate="118.1280" comment="ICELAND Krona" />
  26. <rate from="USD" to="INR" rate="49.49088" comment="INDIA Rupee" />
  27. <rate from="USD" to="XDR" rate="0.641358" comment="INTNL MON. FUND SDR" />
  28. <rate from="USD" to="ILS" rate="3.709739" comment="ISRAEL Sheqel" />
  29. <rate from="USD" to="JPY" rate="76.32419" comment="JAPAN Yen" />
  30. <rate from="USD" to="KRW" rate="1169.173" comment="KOREA (SOUTH) Won" />
  31. <rate from="USD" to="KWD" rate="0.275142" comment="KUWAIT Dinar" />
  32. <rate from="USD" to="MXN" rate="13.85895" comment="MEXICO Peso" />
  33. <rate from="USD" to="NZD" rate="1.285159" comment="NEW ZEALAND Dollar" />
  34. <rate from="USD" to="NOK" rate="5.859035" comment="NORWAY Krone" />
  35. <rate from="USD" to="PKR" rate="87.57007" comment="PAKISTAN Rupee" />
  36. <rate from="USD" to="PEN" rate="2.730683" comment="PERU Sol" />
  37. <rate from="USD" to="PHP" rate="43.62039" comment="PHILIPPINES Peso" />
  38. <rate from="USD" to="PLN" rate="3.310139" comment="POLAND Zloty" />
  39. <rate from="USD" to="RON" rate="3.100932" comment="ROMANIA Leu" />
  40. <rate from="USD" to="RUB" rate="32.14663" comment="RUSSIA Ruble" />
  41. <rate from="USD" to="SAR" rate="3.750465" comment="SAUDI ARABIA Riyal" />
  42. <rate from="USD" to="SGD" rate="1.299352" comment="SINGAPORE Dollar" />
  43. <rate from="USD" to="ZAR" rate="8.329761" comment="SOUTH AFRICA Rand" />
  44. <rate from="USD" to="SEK" rate="6.883442" comment="SWEDEN Krona" />
  45. <rate from="USD" to="CHF" rate="0.906035" comment="SWITZERLAND Franc" />
  46. <rate from="USD" to="TWD" rate="30.40283" comment="TAIWAN Dollar" />
  47. <rate from="USD" to="THB" rate="30.89487" comment="THAILAND Baht" />
  48. <rate from="USD" to="AED" rate="3.672955" comment="U.A.E. Dirham" />
  49. <rate from="USD" to="UAH" rate="7.988582" comment="UKRAINE Hryvnia" />
  50. <rate from="USD" to="GBP" rate="0.647910" comment="UNITED KINGDOM Pound" />
  51. <!-- Cross-rates for some common currencies -->
  52. <rate from="EUR" to="GBP" rate="0.869914" />
  53. <rate from="EUR" to="NOK" rate="7.800095" />
  54. <rate from="GBP" to="NOK" rate="8.966508" />
  55. </rates>
  56. </currencyConfig>