diff --git a/facho/fe/data/dian/codelist/TarifaImpuestoReteIVA-2.1.gc b/facho/fe/data/dian/codelist/TarifaImpuestoReteIVA-2.1.gc
index 2720b0e..cd62b2d 100644
--- a/facho/fe/data/dian/codelist/TarifaImpuestoReteIVA-2.1.gc
+++ b/facho/fe/data/dian/codelist/TarifaImpuestoReteIVA-2.1.gc
@@ -1,50 +1,61 @@
-
-
-
-
- TarifaImpuestos
- Tarifas por Impuesto
- 1
- urn:dian:names:especificacion:ubl:listacodigos:gc:TarifaImpuestos
- urn:dian:names:especificacion:ubl:listacodigos:gc:TarifaImpuestos-2.1
- http://dian.gov.co/ubl/os-ubl-2.0/cl/gc/default/TarifaImpuestos-2.1.gc
-
- DIAN (Dirección de Impuestos y Aduanas Nacionales)
- 195
-
-
-
-
- Code
- Codigo Comun
-
-
-
- Name
- Nombre
-
-
-
- Description
- Descripcion
-
-
-
- CodeKey
-
-
-
-
-
-
- 15.00
-
-
- ReteIVA
-
-
- ReteIVA
-
-
-
-
+
+
+
+
+ TarifaImpuestos
+ Tarifas por Impuesto
+ 1
+ urn:dian:names:especificacion:ubl:listacodigos:gc:TarifaImpuestos
+ urn:dian:names:especificacion:ubl:listacodigos:gc:TarifaImpuestos-2.1
+ http://dian.gov.co/ubl/os-ubl-2.0/cl/gc/default/TarifaImpuestos-2.1.gc
+
+ DIAN (Dirección de Impuestos y Aduanas Nacionales)
+ 195
+
+
+
+
+ Code
+ Codigo Comun
+
+
+
+ Name
+ Nombre
+
+
+
+ Description
+ Descripcion
+
+
+
+ CodeKey
+
+
+
+
+
+
+ 15.00
+
+
+ ReteIVA
+
+
+ ReteIVA
+
+
+
+
+ 100.00
+
+
+ ReteIVA
+
+
+ ReteIVA
+
+
+
+
diff --git a/facho/fe/data/dian/codelist/TarifaImpuestoReteFuente-2.1.gc b/facho/fe/data/dian/codelist/TarifaImpuestoReteRenta-2.1.gc
similarity index 100%
rename from facho/fe/data/dian/codelist/TarifaImpuestoReteFuente-2.1.gc
rename to facho/fe/data/dian/codelist/TarifaImpuestoReteRenta-2.1.gc
diff --git a/facho/fe/data/dian/codelist/TipoImpuesto-2.1.gc b/facho/fe/data/dian/codelist/TipoImpuesto-2.1.gc
index 4d1bf8b..90a591a 100644
--- a/facho/fe/data/dian/codelist/TipoImpuesto-2.1.gc
+++ b/facho/fe/data/dian/codelist/TipoImpuesto-2.1.gc
@@ -150,6 +150,14 @@
Sordicom
+
+
+ 30
+
+
+ Impuesto al Consumo de Datos
+
+
ZZ
@@ -158,5 +166,5 @@
Nombre de la figura tributaria
-
+
diff --git a/facho/fe/data/dian/codelist/__init__.py b/facho/fe/data/dian/codelist/__init__.py
index c9f00f0..837009d 100644
--- a/facho/fe/data/dian/codelist/__init__.py
+++ b/facho/fe/data/dian/codelist/__init__.py
@@ -82,6 +82,10 @@ TipoAmbiente = CodeList(path_for_codelist('TipoAmbiente-2.1.gc'), 'code', 'name'
TipoDocumento = CodeList(path_for_codelist('TipoDocumento-2.1.gc'), 'code', 'name')
TipoImpuesto = CodeList(path_for_codelist('TipoImpuesto-2.1.gc'), 'code', 'name')\
.update(CodeList(path_for_codelist('TipoImpuesto-2.1.custom.gc'), 'code', 'name'))
+TarifaImpuesto = CodeList(path_for_codelist('TarifaImpuestoINC-2.1.gc'), 'code', 'name')\
+ .update(CodeList(path_for_codelist('TarifaImpuestoIVA-2.1.gc'), 'code', 'name'))\
+ .update(CodeList(path_for_codelist('TarifaImpuestoReteIVA-2.1.gc'), 'code', 'name'))\
+ .update(CodeList(path_for_codelist('TarifaImpuestoReteRenta-2.1.gc'), 'code', 'name'))
CodigoPrecioReferencia = CodeList(path_for_codelist('CodigoPrecioReferencia-2.1.gc'), 'code', 'name')
MediosPago = CodeList(path_for_codelist('MediosPago-2.1.gc'), 'code', 'name')
FormasPago = CodeList(path_for_codelist('FormasPago-2.1.gc'), 'code', 'name')