Skip to content

Commit

Permalink
CLDR-18265 BRS update currency codes
Browse files Browse the repository at this point in the history
- update URLs
- drop wget instructions, just adds noise
- updated currency codes - no change other than ZWL now in historic.
  • Loading branch information
srl295 committed Jan 28, 2025
1 parent 39186fc commit f364c7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
6 changes: 2 additions & 4 deletions docs/site/development/updating-codes/update-currency-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ title: Update Currency Codes
# Update Currency Codes

- Go to https://www.six-group.com/en/products-services/financial-information/data-standards.html#scrollTo=currency-codes
- Take the link for "Current Currency and Funds": ["List one (XML)"](https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/amendments/lists/list_one.xml)
- Take the link for "Current Currency and Funds": ["List one (XML)"](https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml)
- Save the page as {cldr}/tools/cldr\-code/src/main/resources/org/unicode/cldr/util/data/dl\_iso\_table\_a1\.xml
- ```curl 'https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_one.xml' > tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/dl_iso_table_a1.xml```
- Take the link for "Historic denominations": "[List three (XML)](https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/amendments/lists/list_three.xml)"
- Take the link for "Historic denominations": "[List three (XML)](https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-three.xml)"
- Save the page as {cldr}/tools/cldr\-code/src/main/resources/org/unicode/cldr/util/data/dl\_iso\_table\_a3\.xml
- ```curl 'https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_three.xml' > tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/dl_iso_table_a3.xml```
- **Use git diff to sanity check the two XML files against the old, and check them in.**
- **"git diff \-w" is helpful to ignore whitespace. If there are only whitespace changes, there's no need to check them in.**
- **Check the** [**ISO amendments**](https://www.six-group.com/en/products-services/financial-information/data-standards.html#scrollTo=amendments) **to get changes that will happen during the current cycle.**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1875,13 +1875,6 @@
<CcyNbr>967</CcyNbr>
<CcyMnrUnts>2</CcyMnrUnts>
</CcyNtry>
<CcyNtry>
<CtryNm>ZIMBABWE</CtryNm>
<CcyNm>Zimbabwe Dollar</CcyNm>
<Ccy>ZWL</Ccy>
<CcyNbr>932</CcyNbr>
<CcyMnrUnts>2</CcyMnrUnts>
</CcyNtry>
<CcyNtry>
<CtryNm>ZIMBABWE</CtryNm>
<CcyNm>Zimbabwe Gold</CcyNm>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ISO_4217 Pblshd="2024-01-01">
<ISO_4217 Pblshd="2024-09-01">
<HstrcCcyTbl>
<HstrcCcyNtry>
<CtryNm>AFGHANISTAN</CtryNm>
Expand Down Expand Up @@ -1128,6 +1128,13 @@
<CcyNbr>935</CcyNbr>
<WthdrwlDt>2009-06</WthdrwlDt>
</HstrcCcyNtry>
<HstrcCcyNtry>
<CtryNm>ZIMBABWE</CtryNm>
<CcyNm>Zimbabwe Dollar</CcyNm>
<Ccy>ZWL</Ccy>
<CcyNbr>932</CcyNbr>
<WthdrwlDt>2024-09</WthdrwlDt>
</HstrcCcyNtry>
<HstrcCcyNtry>
<CtryNm>ZZ01_Gold-Franc</CtryNm>
<CcyNm>Gold-Franc</CcyNm>
Expand Down

0 comments on commit f364c7c

Please sign in to comment.