gnucash maint: Add XSU to iso-4217-currencies

Frank H.Ellenberger fell at code.gnucash.org
Sat May 6 17:48:59 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/efaeb99f (commit)
	from  https://github.com/Gnucash/gnucash/commit/9087418f (commit)



commit efaeb99ff11ed126f849cda544065ac115de0ad2
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Wed Aug 10 14:22:48 2016 +0200

    Add XSU to iso-4217-currencies
    
    The future common currency of south america?

diff --git a/src/engine/iso-4217-currencies.xml b/src/engine/iso-4217-currencies.xml
index 91a8d80..01e17e7 100644
--- a/src/engine/iso-4217-currencies.xml
+++ b/src/engine/iso-4217-currencies.xml
@@ -3021,4 +3021,19 @@
   smallest-fraction="1000000"
   local-symbol=""
 />
+<!-- "XSU" - "SUCRE"
+	Alianza Bolivariana para los Pueblos de Nuestra América - Tratado de Comercio de los Pueblos
+	http://www.currency-iso.org/dam/isocy/downloads/dl_currency_iso_amendment_148.pdf
+-->
+<currency
+  isocode="XSU"
+  fullname="Sistema Unitario de Compensación Regional"
+  unitname="SUCRE"
+  partname=""
+  namespace="ISO4217"
+  exchange-code="994"
+  parts-per-unit="1"
+  smallest-fraction="1"
+  local-symbol=""
+/>
 </currencylist>



Summary of changes:
 src/engine/iso-4217-currencies.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)



More information about the gnucash-changes mailing list