frb-participants 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71f48b2e53492e20f33c820b865c895acc8ba3d4
4
- data.tar.gz: af0778c9625cb332e59ebe2492ec5fb5e9412bea
3
+ metadata.gz: b5b743a00ed78b84e41797bcecc7866a292261c2
4
+ data.tar.gz: 1c23541397dab2b315810fd5cd8f37e96e83dbd6
5
5
  SHA512:
6
- metadata.gz: 8dd47c9b145874e7bf750e0685f7f335cfa7b06f69d4852d5113bbfbf63f47901f29d4a96e80aab7afe3fa5d88f5baf0f273e571fe3967d96a153ca4a01b28de
7
- data.tar.gz: a3f6961d75c1ce7128d5f3eb2d2ec5167e97de73301ceac1071a367a339050386b4bb3b6e3bc5bdc291d7e91ed08c2f4c5a8befda97f2a496100f1c62ada914f
6
+ metadata.gz: f4467b0ef81f97f9b0f125e5c9c87e0a510d21e164407333f86ff6e7a4cc626d5a042fd8fefd21f765a014def179260f7c06ef5767ed7a5af824eaeb62012b9c
7
+ data.tar.gz: 01fdbcbeadb95317ab463251fb0e7420cac78e06326b86ffad29f2e8e586c2f7ba502f78d1df489d023f18c1e3b4ddcb1f6f284d37829ee21e867df620803212
data/.gitignore CHANGED
@@ -42,7 +42,7 @@ build-iPhoneSimulator/
42
42
 
43
43
  # for a library or gem, you might want to ignore these files since the code is
44
44
  # intended to run in multiple environments; otherwise, check them in:
45
- # Gemfile.lock
45
+ Gemfile.lock
46
46
  # .ruby-version
47
47
  # .ruby-gemset
48
48
 
data/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # frb-participants [![CircleCI](https://circleci.com/gh/wealthsimple/frb-participants.svg?style=svg)](https://circleci.com/gh/wealthsimple/frb-participants) [![](https://img.shields.io/gem/v/frb-participants.svg)](https://rubygems.org/gems/frb-participants)
2
2
 
3
- Provides data from the The Federal Reserve Banks' Fedwire & FedACH participants in JSON format, mapping routing number to associated bank name and branch info.
3
+ Provides data from the The Federal Reserve Banks' Fedwire & FedACH participants in JSON format, mapping routing number to associated bank name and branch info. It also provides a Rubygem for querying this data by routing number.
4
4
 
5
5
  For more details, see [Federal Reserve Bank Services: Download E-Payments Routing Directories](https://www.frbservices.org/EPaymentsDirectory/download.html)
6
6
 
7
7
  ## Rubygem:
8
8
 
9
9
  ```ruby
10
- gem 'frb-participants', git: 'https://github.com/wealthsimple/frb-participants'
10
+ gem 'frb-participants'
11
11
  ```
12
12
 
13
13
  You can do basic queries of data:
@@ -57,6 +57,8 @@ FrbParticipants::Data.preload!
57
57
 
58
58
  ## Normalized data:
59
59
 
60
+ If you don't use Ruby, or only need access to the normalized data, this is available in the `/data/` directory. Below are small previews of how this data is structured for each file:
61
+
60
62
  **[fedwire-participants.json](https://github.com/wealthsimple/frb-participants/blob/master/data/fedwire-participants.json)**
61
63
 
62
64
  ```json
@@ -244542,3 +244542,16 @@
244542
244542
  :zip: '21235'
244543
244543
  :zip_extension:
244544
244544
  :telephone: '0000000000'
244545
+ '125108997':
244546
+ :office_type: main
244547
+ :servicing_frb_number: '121000374'
244548
+ :record_type_code: '1'
244549
+ :revision_date: '070605'
244550
+ :new_routing_number:
244551
+ :customer_name: ASPIRATION
244552
+ :address: UNKNOWN
244553
+ :city: EVERETT
244554
+ :state: WA
244555
+ :zip: '00000'
244556
+ :zip_extension:
244557
+ :telephone: '0000000000'
@@ -1,3 +1,3 @@
1
1
  module FrbParticipants
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frb-participants
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-18 00:00:00.000000000 Z
11
+ date: 2019-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -133,7 +133,6 @@ files:
133
133
  - ".rspec"
134
134
  - ".ruby-version"
135
135
  - Gemfile
136
- - Gemfile.lock
137
136
  - LICENSE
138
137
  - README.md
139
138
  - bin/console
@@ -1,84 +0,0 @@
1
- GIT
2
- remote: https://github.com/ryanwood/slither
3
- revision: 268fde22ebb756b154abdd3fa1e9f7fc7badf035
4
- specs:
5
- slither (0.99.5)
6
-
7
- PATH
8
- remote: .
9
- specs:
10
- frb-participants (0.1.0)
11
- activesupport (>= 4)
12
-
13
- GEM
14
- remote: https://rubygems.org/
15
- specs:
16
- activesupport (5.0.2)
17
- concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (~> 0.7)
19
- minitest (~> 5.1)
20
- tzinfo (~> 1.1)
21
- coderay (1.1.1)
22
- concurrent-ruby (1.0.5)
23
- diff-lcs (1.3)
24
- domain_name (0.5.20170223)
25
- unf (>= 0.0.5, < 1.0.0)
26
- http-cookie (1.0.3)
27
- domain_name (~> 0.5)
28
- i18n (0.8.1)
29
- method_source (0.8.2)
30
- mime-types (3.1)
31
- mime-types-data (~> 3.2015)
32
- mime-types-data (3.2016.0521)
33
- minitest (5.10.1)
34
- neatjson (0.8.3)
35
- netrc (0.11.0)
36
- pry (0.10.3)
37
- coderay (~> 1.1.0)
38
- method_source (~> 0.8.1)
39
- slop (~> 3.4)
40
- rake (10.5.0)
41
- rest-client (2.0.1)
42
- http-cookie (>= 1.0.2, < 2.0)
43
- mime-types (>= 1.16, < 4.0)
44
- netrc (~> 0.8)
45
- rspec (3.5.0)
46
- rspec-core (~> 3.5.0)
47
- rspec-expectations (~> 3.5.0)
48
- rspec-mocks (~> 3.5.0)
49
- rspec-core (3.5.4)
50
- rspec-support (~> 3.5.0)
51
- rspec-expectations (3.5.0)
52
- diff-lcs (>= 1.2.0, < 2.0)
53
- rspec-support (~> 3.5.0)
54
- rspec-its (1.2.0)
55
- rspec-core (>= 3.0.0)
56
- rspec-expectations (>= 3.0.0)
57
- rspec-mocks (3.5.0)
58
- diff-lcs (>= 1.2.0, < 2.0)
59
- rspec-support (~> 3.5.0)
60
- rspec-support (3.5.0)
61
- slop (3.6.0)
62
- thread_safe (0.3.6)
63
- tzinfo (1.2.3)
64
- thread_safe (~> 0.1)
65
- unf (0.1.4)
66
- unf_ext
67
- unf_ext (0.0.7.2)
68
-
69
- PLATFORMS
70
- ruby
71
-
72
- DEPENDENCIES
73
- bundler (~> 1.13)
74
- frb-participants!
75
- neatjson (~> 0.8)
76
- pry (~> 0.10)
77
- rake (~> 10.0)
78
- rest-client (~> 2.0)
79
- rspec (~> 3.0)
80
- rspec-its (~> 1.2)
81
- slither!
82
-
83
- BUNDLED WITH
84
- 1.14.3