guibranco / BancosBrasileiros-MergeTool

๐Ÿ‡ง๐Ÿ‡ท ๐Ÿฆ ๐Ÿ“‹ Brazilian banks: MergeTool - The C# .NET tool used to merge and keep data from the Bancos Brasileiros repository updated
https://guibranco.github.io/BancosBrasileiros-MergeTool/
MIT License
5 stars 1 forks source link

[FEATURE] Grab taxes and levies from BCB for all banks #141

Open guibranco opened 1 year ago

guibranco commented 1 year ago

Is your feature request related to a problem? Please describe. Grab taxes and levies from the BCB page for all banks

Describe the solution you'd like BCB publishes the taxes/levies for each bank based on ISPB at this page:

The 00000000 is the ISPB The a after the ISPB in the corporate URL is how it identifies a corporate instead of a personal.

Call this page for each bank with ISPB and extract the information to a JSON file separated of banks files.

Add data from SFA - Open Finance

Documenation of the file format.


Contributing

Here is a step-by-step on how to add a new source of data to the merge tool:

Testing

gitauto-ai[bot] commented 1 month ago

Hello @guibranco, you have reached your request limit of 5, your cycle will refresh on 2024-08-21 10:07:38. Consider subscribing if you want more requests. If you have any questions or concerns, please contact us at info@gitauto.ai.

MauriciDmarc commented 1 year ago

corporate.txt personal.txt

only need convert to json

guibranco commented 1 year ago

Oh thanks, @MauriciDmarc but the idea is to have this inside the application, running on the daily basis, so it will be always updated, and also, in JSON/CSV/XML/etc formats like the bank's data. But again, thanks for the effort!