Skip to content

Commit

Permalink
Add Fondeadora to banks list (#161)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
palafoxernesto authored Jun 14, 2024
1 parent 97c5488 commit 7f1b861
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions clabe/banks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
'138': '40138',
'133': '40133',
'062': '40062',
'661': '90661',
'638': '90638',
'706': '90706',
'659': '90659',
Expand Down Expand Up @@ -48,6 +47,7 @@
'616': '90616',
'634': '90634',
'689': '90689',
'699': '90699',
'685': '90685',
'601': '90601',
'168': '37168',
Expand All @@ -60,6 +60,7 @@
'686': '90686',
'059': '40059',
'110': '40110',
'661': '90661',
'653': '90653',
'670': '90670',
'602': '90602',
Expand Down Expand Up @@ -96,7 +97,6 @@
'40138': 'ABC Capital',
'40133': 'Actinver',
'40062': 'Afirme',
'90661': 'KLAR',
'90706': 'Arcus',
'90659': 'Asp Integra Opc',
'40128': 'Autofin',
Expand Down Expand Up @@ -140,6 +140,7 @@
'90616': 'Finamex',
'90634': 'Fincomun',
'90689': 'Fomped',
'90699': 'Fondeadora',
'90685': 'Fondo (Fira)',
'90601': 'Gbm',
'37168': 'Hipotecaria Fed',
Expand All @@ -152,6 +153,7 @@
'90686': 'Invercap',
'40059': 'Invex',
'40110': 'JP Morgan',
'90661': 'KLAR',
'90653': 'Kuspit',
'90670': 'Libertad',
'90602': 'Masari',
Expand All @@ -165,7 +167,6 @@
'37135': 'Nafin',
'90638': 'NU MEXICO',
'90710': 'NVIO',
'90684': 'Opm',
'40148': 'Pagatodo',
'90620': 'Profuturo',
'40156': 'Sabadell',
Expand All @@ -175,6 +176,7 @@
'90646': 'STP',
'90648': 'Tactiv Cb',
'90703': 'Tesored',
'90684': 'Transfer',
'90656': 'Unagra',
'90617': 'Valmex',
'90605': 'Value',
Expand Down
2 changes: 1 addition & 1 deletion clabe/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.13'
__version__ = '1.2.14'

0 comments on commit 7f1b861

Please sign in to comment.