Skip to content

Commit

Permalink
CLDR-15366 BRS v41 currency codes (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 authored Feb 23, 2022
1 parent 67b079d commit 299f417
Show file tree
Hide file tree
Showing 6 changed files with 1,966 additions and 1,950 deletions.
1 change: 1 addition & 0 deletions common/bcp47/currency.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="veb" description="Venezuelan Bolívar (1871-2008)" since="1.9"/>
<type name="vef" description="Venezuelan Bolívar (2008-2018)"/>
<type name="ves" description="Venezuelan Bolívar" since="34"/>
<type name="ved" description="Bolívar Soberano" since="41"/>
<type name="vnd" description="Vietnamese Dong"/>
<type name="vnn" description="Vietnamese Dong (1978-1985)" since="1.9"/>
<type name="vuv" description="Vanuatu Vatu"/>
Expand Down
5 changes: 5 additions & 0 deletions common/main/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5845,6 +5845,11 @@ annotations.
<displayName count="one">Venezuelan bolívar</displayName>
<displayName count="other">Venezuelan bolívars</displayName>
</currency>
<currency type="VED">
<displayName>Bolívar Soberano</displayName>
<displayName count="one">Bolívar Soberano</displayName>
<displayName count="other">Bolívar Soberanos</displayName>
</currency>
<currency type="VND">
<displayName>Vietnamese Dong</displayName>
<displayName count="one">Vietnamese dong</displayName>
Expand Down
2 changes: 2 additions & 0 deletions common/supplemental/supplementalData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,7 @@ The printed version of ISO-4217:2001
<currency iso4217="VES" from="2018-08-20"/>
<currency iso4217="VEF" from="2008-01-01" to="2018-08-20"/>
<currency iso4217="VEB" from="1871-05-11" to="2008-06-30"/>
<currency iso4217="VED" tender="false"/> <!-- transitional -->
</region>
<region iso3166="VG">
<currency iso4217="USD" from="1833-01-01"/>
Expand Down Expand Up @@ -5326,6 +5327,7 @@ XXX Code for transations where no currency is involved
<currencyCodes type="UYU" numeric="858"/>
<currencyCodes type="UYW" numeric="927"/>
<currencyCodes type="UZS" numeric="860"/>
<currencyCodes type="VED" numeric="926"/>
<currencyCodes type="VEF" numeric="937"/>
<currencyCodes type="VES" numeric="928"/>
<currencyCodes type="VND" numeric="704"/>
Expand Down
4 changes: 2 additions & 2 deletions common/validity/currency.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</id>
<!-- Deprecated values are those that are not legal tender in some country after 2022.
More detailed usage information needed for some implementations is in supplemental data. -->
<id type='currency' idStatus='deprecated'> <!-- 147 items -->
<id type='currency' idStatus='deprecated'> <!-- 148 items -->
ADP AFA ALK AOK AON AOR ARA ARL~M ARP ATS AZM
BAD BAN BEC BEF BEL BGL~M BGO BOL BOP BOV BRB~C BRE BRN BRR BRZ BUK BYB BYR
CHE CHW CLE~F CNH CNX COU CSD CSK CYP
Expand All @@ -61,7 +61,7 @@
SDD SDP SIT SKK SRG STD SUR SVC
TJR TMM TPE TRL
UAK UGS USN USS UYI UYP UYW
VEB VEF VNN
VEB VED VEF VNN
XAG XAU XBA~D XDR XEU XFO XFU XPD XPT XRE XSU XTS XUA
YDD YUD YUM~N YUR
ZAL ZMK ZRN ZRZ ZWD ZWL ZWR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,3 +400,4 @@ currency | CNH | Yuan Renminbi (offshore) | CN | CHINA | F
currency | STD | Dobra | ST | SÃO TOME AND PRINCIPE | O
currency | VEF | Bolivar Fuerte | VE | VENEZUELA | O
currency | UYW | Uruguayan Nominal Wage Index Unit | UY | URUGUAY | F
currency | VED | Bolívar Soberano | VE | VENEZUALA | F
Loading

0 comments on commit 299f417

Please sign in to comment.