-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathch.xml
63 lines (60 loc) · 3.58 KB
/
ch.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8" ?>
<localizationPack name="Switzerland" version="1.0">
<currencies>
<currency name="Franc" iso_code="CHF" iso_code_num="756" sign="CHF" blank="1" format="5" decimals="1" />
</currencies>
<languages>
<language iso_code="de" />
<language iso_code="fr" />
<language iso_code="it" />
</languages>
<taxes>
<tax id="1" name="TVA CH 7.7%" rate="7.7" />
<tax id="2" name="TVA CH 3.7%" rate="3.7" />
<tax id="3" name="TVA CH 2.5%" rate="2.5" />
<taxRulesGroup name="CH Standard Rate (7.7%)">
<taxRule iso_code_country="ch" id_tax="1" />
</taxRulesGroup>
<taxRulesGroup name="CH Reduced Rate (3.7%)">
<taxRule iso_code_country="ch" id_tax="2" />
</taxRulesGroup>
<taxRulesGroup name="CH Super Reduced Rate (2.5%)">
<taxRule iso_code_country="ch" id_tax="3" />
</taxRulesGroup>
</taxes>
<states>
<state name="Aargau (de)" iso_code="CH-AG" country="CH" zone="Europe" tax_behavior="0" />
<state name="Appenzell Ausserrhoden (de)" iso_code="CH-AR" country="CH" zone="Europe" tax_behavior="0" />
<state name="Appenzell Innerrhoden (de)" iso_code="CH-AI" country="CH" zone="Europe" tax_behavior="0" />
<state name="Basel-Landschaft (de)" iso_code="CH-BL" country="CH" zone="Europe" tax_behavior="0" />
<state name="Basel-Stadt (de)" iso_code="CH-BS" country="CH" zone="Europe" tax_behavior="0" />
<state name="Bern (de), Berne (fr)" iso_code="CH-BE" country="CH" zone="Europe" tax_behavior="0" />
<state name="Fribourg (fr), Freiburg (de)" iso_code="CH-FR" country="CH" zone="Europe" tax_behavior="0" />
<state name="Genève (fr)" iso_code="CH-GE" country="CH" zone="Europe" tax_behavior="0" />
<state name="Glarus (de)" iso_code="CH-GL" country="CH" zone="Europe" tax_behavior="0" />
<state name="Graubünden (de)" iso_code="CH-GR" country="CH" zone="Europe" tax_behavior="0" />
<state name="Jura (fr)" iso_code="CH-JU" country="CH" zone="Europe" tax_behavior="0" />
<state name="Luzern (de)" iso_code="CH-LU" country="CH" zone="Europe" tax_behavior="0" />
<state name="Neuchâtel (fr)" iso_code="CH-NE" country="CH" zone="Europe" tax_behavior="0" />
<state name="Nidwalden (de)" iso_code="CH-NW" country="CH" zone="Europe" tax_behavior="0" />
<state name="Obwalden (de)" iso_code="CH-OW" country="CH" zone="Europe" tax_behavior="0" />
<state name="Sankt Gallen (de)" iso_code="CH-SG" country="CH" zone="Europe" tax_behavior="0" />
<state name="Schaffhausen (de)" iso_code="CH-SH" country="CH" zone="Europe" tax_behavior="0" />
<state name="Schwyz (de)" iso_code="CH-SZ" country="CH" zone="Europe" tax_behavior="0" />
<state name="Solothurn (de)" iso_code="CH-SO" country="CH" zone="Europe" tax_behavior="0" />
<state name="Thurgau (de)" iso_code="CH-TG" country="CH" zone="Europe" tax_behavior="0" />
<state name="Ticino (it)" iso_code="CH-TI" country="CH" zone="Europe" tax_behavior="0" />
<state name="Uri (de)" iso_code="CH-UR" country="CH" zone="Europe" tax_behavior="0" />
<state name="Valais (fr), Wallis (de)" iso_code="CH-VS" country="CH" zone="Europe" tax_behavior="0" />
<state name="Vaud (fr)" iso_code="CH-VD" country="CH" zone="Europe" tax_behavior="0" />
<state name="Zug (de)" iso_code="CH-ZG" country="CH" zone="Europe" tax_behavior="0" />
<state name="Zürich (de)" iso_code="CH-ZH" country="CH" zone="Europe" tax_behavior="0" />
</states>
<units>
<unit type="weight" value="kg" />
<unit type="volume" value="L" />
<unit type="short_distance" value="cm" />
<unit type="base_distance" value="m" />
<unit type="long_distance" value="km" />
</units>
</localizationPack>