gnucash maint: Bug 798325 - New Currency for Venezuela (VED)
John Ralls
jralls at code.gnucash.org
Sat Oct 23 15:27:42 EDT 2021
Updated via https://github.com/Gnucash/gnucash/commit/5a8cbf41 (commit)
from https://github.com/Gnucash/gnucash/commit/dfa78d9e (commit)
commit 5a8cbf4193b718d44dabf80dac100a7bb84b6e99
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Oct 23 12:14:50 2021 -0700
Bug 798325 - New Currency for Venezuela (VED)
Add latest Venezuelan revaluation of the Bolivar Soberano, following
the ISO notation replacing VES (which the Venezualan central bank is
keeping) with VED and the exchange code (ditto) with 926.
diff --git a/libgnucash/engine/iso-4217-currencies.xml b/libgnucash/engine/iso-4217-currencies.xml
index 02c2af9bb..93c22311f 100644
--- a/libgnucash/engine/iso-4217-currencies.xml
+++ b/libgnucash/engine/iso-4217-currencies.xml
@@ -2721,7 +2721,8 @@
smallest-fraction="100"
local-symbol="BsF."
/>
-<!-- "VES" - "Bolivar Soberano"
+<!-- "VES" - "Bolivar Soberano"
+ 2021-10-01 "VED" 1,000,000
-->
<currency
isocode="VES"
@@ -2734,6 +2735,19 @@
smallest-fraction="100"
local-symbol="BsS."
/>
+<!-- "VED" - "Bolivar Soberano"
+-->
+<currency
+ isocode="VED"
+ fullname="Bolivar Soberano"
+ unitname="bolivar"
+ partname="centimo"
+ namespace="ISO4217"
+ exchange-code="926"
+ parts-per-unit="100"
+ smallest-fraction="100"
+ local-symbol="BsD."
+/>
<!-- "VND" - "Dong"
-->
<currency
Summary of changes:
libgnucash/engine/iso-4217-currencies.xml | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
More information about the gnucash-changes
mailing list