From 7f1b861f24871aed7ca6f6c20d6dc50291053d52 Mon Sep 17 00:00:00 2001 From: Ernesto Palafox Date: Fri, 14 Jun 2024 12:54:46 -0600 Subject: [PATCH] Add Fondeadora to banks list (#161) * Add Fondeadora to banks list Description: - [x] Add fondeadora to banks list - [x] Reorder KLAR alphabetically - [x] Rename Opm -> Transfer Information updated from: https://www.banxico.org.mx/cep-scl/listaInstituciones.do * update version --- clabe/banks.py | 8 +++++--- clabe/version.py | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/clabe/banks.py b/clabe/banks.py index 11297e5..f90898e 100644 --- a/clabe/banks.py +++ b/clabe/banks.py @@ -2,7 +2,6 @@ '138': '40138', '133': '40133', '062': '40062', - '661': '90661', '638': '90638', '706': '90706', '659': '90659', @@ -48,6 +47,7 @@ '616': '90616', '634': '90634', '689': '90689', + '699': '90699', '685': '90685', '601': '90601', '168': '37168', @@ -60,6 +60,7 @@ '686': '90686', '059': '40059', '110': '40110', + '661': '90661', '653': '90653', '670': '90670', '602': '90602', @@ -96,7 +97,6 @@ '40138': 'ABC Capital', '40133': 'Actinver', '40062': 'Afirme', - '90661': 'KLAR', '90706': 'Arcus', '90659': 'Asp Integra Opc', '40128': 'Autofin', @@ -140,6 +140,7 @@ '90616': 'Finamex', '90634': 'Fincomun', '90689': 'Fomped', + '90699': 'Fondeadora', '90685': 'Fondo (Fira)', '90601': 'Gbm', '37168': 'Hipotecaria Fed', @@ -152,6 +153,7 @@ '90686': 'Invercap', '40059': 'Invex', '40110': 'JP Morgan', + '90661': 'KLAR', '90653': 'Kuspit', '90670': 'Libertad', '90602': 'Masari', @@ -165,7 +167,6 @@ '37135': 'Nafin', '90638': 'NU MEXICO', '90710': 'NVIO', - '90684': 'Opm', '40148': 'Pagatodo', '90620': 'Profuturo', '40156': 'Sabadell', @@ -175,6 +176,7 @@ '90646': 'STP', '90648': 'Tactiv Cb', '90703': 'Tesored', + '90684': 'Transfer', '90656': 'Unagra', '90617': 'Valmex', '90605': 'Value', diff --git a/clabe/version.py b/clabe/version.py index b937dee..3f09991 100644 --- a/clabe/version.py +++ b/clabe/version.py @@ -1 +1 @@ -__version__ = '1.2.13' +__version__ = '1.2.14'