ifsc 2.0.7 → 2.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +54 -11
- data/README.md +25 -15
- data/ifsc.gemspec +3 -3
- data/src/IFSC.json +1 -1
- data/src/banknames.json +20 -14
- data/src/banks.json +83 -66
- data/src/custom-sublets.json +2 -1
- data/src/ruby/bank.rb +6 -0
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71a880e92cf4ae7b56f3247fc967c09039b8f6d9376ddca37a7bac36e18fd6ea
|
|
4
|
+
data.tar.gz: 01de4564f8bdc138a719fb4be88fe8c3ced5d252eb0729f9bf483a6da8a7280b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43d7f6ace082b32d4c225326738d1b61a77da0cdd8c245b5311d95819b10f931126e7b2beed9b65949b4e9eaa8ae5ee48c5072eeba929de19589a551f5b278a0
|
|
7
|
+
data.tar.gz: adeb21f3e627904914c59d31ca6758b285512d2578a18350217a90a9ba29d884628d97d98cca418674e7f92559ee8ca3287c367a3d4050bcac60cc087fc84529
|
data/CHANGELOG.md
CHANGED
|
@@ -5,8 +5,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
5
5
|
|
|
6
6
|
## [UNRELEASED][unreleased]
|
|
7
7
|
|
|
8
|
+
## [2.0.10][2.0.10]
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- Metadata Updates
|
|
12
|
+
|
|
13
|
+
## [2.0.9][2.0.9]
|
|
14
|
+
### Changed
|
|
15
|
+
- Updates on list of UPI enabled banks
|
|
16
|
+
```diff
|
|
17
|
+
+ABSB Abhinav Sahakari Bank
|
|
18
|
+
+AJKB Akola Janata Commercial Co-operative Bank
|
|
19
|
+
+APRR A.P. Raja Rajeswari Mahila Co-operative Urban Bank
|
|
20
|
+
+BDBX Bellary District Co-operative Central Bank
|
|
21
|
+
+BHCX Bhuj Commercial Co-operative Bank
|
|
22
|
+
+BMCB Bombay Mercantile Co-operative Bank
|
|
23
|
+
-CGBX Chhattisgarh Rajya Gramin Bank
|
|
24
|
+
+CRGB Chhattisgarh Rajya Gramin Bank
|
|
25
|
+
+FINX Financial Co-operative Bank
|
|
26
|
+
+GUNX Guntur Co-operative Urban Bank
|
|
27
|
+
+JONX Jodhpur Nagrik Sahakari Bank
|
|
28
|
+
+MCUX Mahaveer Co-operative Urban Bank
|
|
29
|
+
-MMMX Mahila Nagrik Sahakari Bank Maryadit Mahasamund
|
|
30
|
+
-MSOX Manorama Co-operative Bank Solapur
|
|
31
|
+
+MSSX Merchants Souharda Sahakara Bank Niyamitha
|
|
32
|
+
+SWSX Shree Warana Sahakari Bank
|
|
33
|
+
+TKTX Kottakkal Co-operative Urban Bank
|
|
34
|
+
+UCBX Urban Co-operative Bank Bareilly
|
|
35
|
+
+VADX Valsad District Central Co-operative Bank
|
|
36
|
+
+VASJ Vasai Janata Sahakari Bank
|
|
37
|
+
-VJSX Vasai Janata Sahakari Bank
|
|
38
|
+
+COMX Co-operative Bank of Mehsana
|
|
39
|
+
```
|
|
40
|
+
- Metadata Updates
|
|
41
|
+
- Dependency Updates
|
|
42
|
+
|
|
43
|
+
## [2.0.8][2.0.8]
|
|
44
|
+
### Changed
|
|
45
|
+
- Metadata updates
|
|
46
|
+
|
|
8
47
|
## [2.0.7][2.0.7]
|
|
9
|
-
|
|
48
|
+
### Changed
|
|
10
49
|
- Dependency Updates
|
|
11
50
|
- Updated metadata
|
|
12
51
|
- All constant files are now automatically generated
|
|
@@ -14,29 +53,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
53
|
- NPCI does not publish bank type any more, so these are now maintained in this repository as patches
|
|
15
54
|
- Minor bank name updates
|
|
16
55
|
- Support for Go 1.18
|
|
56
|
+
- New field added: `ISO3166` (`IN-XX`, as per the ISO-3166 specification).
|
|
17
57
|
|
|
18
58
|
## [2.0.6][2.0.6]
|
|
19
|
-
|
|
59
|
+
### Changed
|
|
20
60
|
- Updated Metadata
|
|
21
61
|
|
|
22
62
|
## [2.0.5][2.0.5]
|
|
23
|
-
|
|
63
|
+
### Changed
|
|
24
64
|
- Updated Metadata
|
|
25
65
|
|
|
26
66
|
## [2.0.4][2.0.4]
|
|
27
|
-
|
|
67
|
+
### Changed
|
|
28
68
|
- Update IFSC.json for the below 20 IFSC codes
|
|
29
69
|
|
|
30
70
|
## [2.0.3][2.0.3]
|
|
31
|
-
|
|
71
|
+
### Changed
|
|
32
72
|
- Adds back 20 IFSC codes removed due to a change on the RBI sheet structure in 2.0.2
|
|
33
73
|
|
|
34
74
|
## [2.0.2][2.0.2]
|
|
35
|
-
|
|
75
|
+
### Changed
|
|
36
76
|
- Metadata changes
|
|
37
77
|
|
|
38
78
|
## [2.0.1][2.0.1]
|
|
39
|
-
|
|
79
|
+
### Changed
|
|
40
80
|
- Metadata changes
|
|
41
81
|
|
|
42
82
|
## [2.0.0][2.0.0]
|
|
@@ -76,11 +116,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
76
116
|
- Improved support for Contact details that are sourced from RTGS dataset. CONTACT details are returned in E.164 format
|
|
77
117
|
|
|
78
118
|
## [1.5.11][1.5.11]
|
|
79
|
-
|
|
119
|
+
### Changed
|
|
80
120
|
- Metadata updates
|
|
81
121
|
|
|
82
122
|
## [1.5.10][1.5.10]
|
|
83
|
-
|
|
123
|
+
### Changed
|
|
84
124
|
- 2 new banks:
|
|
85
125
|
- ARBL: Arvind Sahakari Bank
|
|
86
126
|
- TNCB: Nawanagar Co-operative Bank
|
|
@@ -253,8 +293,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
253
293
|
|
|
254
294
|
- Removes some data formats (YAML/Large JSON) for cleaner code. If you were using them, please let create an issue.
|
|
255
295
|
|
|
256
|
-
[unreleased]: https://github.com/razorpay/ifsc/compare/2.0.
|
|
257
|
-
[2.0.
|
|
296
|
+
[unreleased]: https://github.com/razorpay/ifsc/compare/2.0.10...HEAD
|
|
297
|
+
[2.0.10]: https://github.com/razorpay/ifsc/releases/tag/2.0.10
|
|
298
|
+
[2.0.9]: https://github.com/razorpay/ifsc/releases/tag/2.0.9
|
|
299
|
+
[2.0.8]: https://github.com/razorpay/ifsc/releases/tag/2.0.8
|
|
300
|
+
[2.0.7]: https://github.com/razorpay/ifsc/releases/tag/2.0.7
|
|
258
301
|
[2.0.6]: https://github.com/razorpay/ifsc/releases/tag/2.0.6
|
|
259
302
|
[2.0.5]: https://github.com/razorpay/ifsc/releases/tag/2.0.5
|
|
260
303
|
[2.0.4]: https://github.com/razorpay/ifsc/releases/tag/2.0.4
|
data/README.md
CHANGED
|
@@ -4,9 +4,7 @@ This is part of the IFSC toolset released by Razorpay.
|
|
|
4
4
|
You can find more details about the entire release at
|
|
5
5
|
[ifsc.razorpay.com](https://ifsc.razorpay.com).
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
[](https://microbadger.com/images/razorpay/ifsc:2.0.7) [](https://badge.fury.io/js/ifsc) [](https://badge.fury.io/rb/ifsc) [](https://badge.fury.io/ph/razorpay%2Fifsc) [](https://hex.pm/packages/ifsc)
|
|
7
|
+
 [](https://opensource.org/licenses/MIT) [](https://badge.fury.io/js/ifsc) [](https://badge.fury.io/rb/ifsc) [](https://badge.fury.io/ph/razorpay%2Fifsc)
|
|
10
8
|
|
|
11
9
|
## Dataset
|
|
12
10
|
|
|
@@ -16,29 +14,41 @@ The latest `scraper` workflow on GitHub should publish a `release-artifact` as w
|
|
|
16
14
|
|
|
17
15
|
### Source
|
|
18
16
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
- List of NEFT IFSCs from [RBI website][combined]
|
|
22
|
-
- List of RTGS IFSCs from [RBI website][rtgs]
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
17
|
+
Various official sources are linked below, with the ones currently used marked with a †
|
|
18
|
+
|
|
19
|
+
- List of NEFT IFSCs from [RBI website][combined]†
|
|
20
|
+
- List of RTGS IFSCs from [RBI website][rtgs]†
|
|
21
|
+
- RBI maintains several lists:
|
|
22
|
+
- [List of banks in India](https://www.rbi.org.in/commonman/english/scripts/banksinindia.aspx)
|
|
23
|
+
- [Websites of banks in India](https://www.rbi.org.in/scripts/banklinks.aspx).
|
|
24
|
+
- [Bankwise Volumes in ECS/NEFT/RTGS/Mobile](https://www.rbi.org.in/Scripts/NEFTUserView.aspx?Id=166)
|
|
25
|
+
- [List of Banks permitted to provide Mobile Banking](https://www.rbi.org.in/Scripts/bs_viewcontent.aspx?Id=2463)
|
|
26
|
+
- NPCI website has several lists:
|
|
27
|
+
- [NACH Live Members][ach]†
|
|
28
|
+
- [RuPay Live Members](https://www.npci.org.in/what-we-do/rupay/live-members)
|
|
29
|
+
- [IMPS Live members](https://www.npci.org.in/what-we-do/imps/live-members)
|
|
30
|
+
- [Banks and Apps live on AutoPay](https://www.npci.org.in/what-we-do/autopay/list-of-banks-and-apps-live-on-autopay)
|
|
31
|
+
- [Sub member banks IFSC and MICR Codes](https://www.npci.org.in/PDF/npci/ifsc-and-micr-codes/Submember-banks-IFSC-and-MICR.xlsx)
|
|
32
|
+
- [Merged banks IFSC and MICR Codes](https://www.npci.org.in/PDF/npci/ifsc-and-micr-codes/Merged-banks-IFSC-and-MICR.xlsx)
|
|
33
|
+
- [Routing codes used in API E-Mandates](https://www.npci.org.in/PDF/nach/live-members-e-mandates/Routing%20codes%20to%20be%20used%20in%20API%20E-Mandates_11_7_19.pdf)
|
|
34
|
+
- [Merged Banks on NACH](https://www.npci.org.in/what-we-do/nach/live-members/merged-banks)
|
|
35
|
+
- [Blocked Banks on NACH](https://www.npci.org.in/what-we-do/nach/live-members/blocked-banks)
|
|
26
36
|
|
|
27
37
|
#### SWIFT
|
|
28
38
|
|
|
29
39
|
SWIFT/BIC codes are supported for a few banks.
|
|
30
40
|
|
|
31
41
|
##### SBI
|
|
32
|
-
- https://sbi.co.in/web/nri/quick-links/swift-codes
|
|
33
|
-
- https://sbi.co.in/documents/16012/263663/sbinri_merged_bran_swfcodet.xlsx
|
|
42
|
+
- https://sbi.co.in/web/nri/quick-links/swift-codes †
|
|
43
|
+
- https://sbi.co.in/documents/16012/263663/sbinri_merged_bran_swfcodet.xlsx †
|
|
34
44
|
- Branch codes from above are checked against the [SBI Branch Locator](https://www.sbi.co.in/web/home/locator/branch) to get the IFSC.
|
|
35
45
|
|
|
36
46
|
##### PNB
|
|
37
|
-
- https://pnbindia.com/downloadprocess.aspx?fid=Zb7ImdUNlz9Ge73qn1nXQg==
|
|
38
|
-
- https://www.pnbindia.in/document/PNB-helpdesk/bic_code.pdf
|
|
47
|
+
- https://pnbindia.com/downloadprocess.aspx?fid=Zb7ImdUNlz9Ge73qn1nXQg== †
|
|
48
|
+
- https://www.pnbindia.in/document/PNB-helpdesk/bic_code.pdf †
|
|
39
49
|
|
|
40
50
|
##### HDFC
|
|
41
|
-
- https://www.hdfcbank.com/nri-banking/correspondent-banks
|
|
51
|
+
- https://www.hdfcbank.com/nri-banking/correspondent-banks †
|
|
42
52
|
|
|
43
53
|
## Installation
|
|
44
54
|
|
data/ifsc.gemspec
CHANGED
|
@@ -3,11 +3,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = 'ifsc'
|
|
6
|
-
s.version = '2.0.
|
|
7
|
-
s.date = '2022-
|
|
6
|
+
s.version = '2.0.10'
|
|
7
|
+
s.date = '2022-08-10'
|
|
8
8
|
s.summary = 'IFSC code database to help you validate IFSC codes'
|
|
9
9
|
s.description = 'A simple gem by @razorpay to help you validate your IFSC codes. IFSC codes are bank codes within India'
|
|
10
|
-
s.authors = ['Abhay Rana'
|
|
10
|
+
s.authors = ['Abhay Rana']
|
|
11
11
|
s.email = ['contact@razorpay.com']
|
|
12
12
|
s.files = ['Gemfile', 'ifsc.gemspec'] + `git ls-files src/*.json src/ruby tests/ruby/* tests/*.json *.md`.split("\n")
|
|
13
13
|
|