whos_got_dirt 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +6 -0
- data/.rspec +2 -0
- data/.travis.yml +20 -0
- data/.yardopts +3 -0
- data/Gemfile +7 -0
- data/LICENSE +20 -0
- data/README.md +61 -0
- data/Rakefile +69 -0
- data/lib/whos_got_dirt/renderer.rb +66 -0
- data/lib/whos_got_dirt/request.rb +218 -0
- data/lib/whos_got_dirt/requests/entity/corp_watch.rb +123 -0
- data/lib/whos_got_dirt/requests/entity/little_sis.rb +52 -0
- data/lib/whos_got_dirt/requests/entity/open_corporates.rb +104 -0
- data/lib/whos_got_dirt/requests/entity/open_duka.rb +33 -0
- data/lib/whos_got_dirt/requests/entity/poderopedia.rb +48 -0
- data/lib/whos_got_dirt/requests/entity.rb +54 -0
- data/lib/whos_got_dirt/requests/list/little_sis.rb +37 -0
- data/lib/whos_got_dirt/requests/list/open_corporates.rb +36 -0
- data/lib/whos_got_dirt/requests/list.rb +16 -0
- data/lib/whos_got_dirt/requests/relation/open_corporates.rb +72 -0
- data/lib/whos_got_dirt/requests/relation/open_oil.rb +49 -0
- data/lib/whos_got_dirt/requests/relation.rb +51 -0
- data/lib/whos_got_dirt/response.rb +79 -0
- data/lib/whos_got_dirt/responses/entity/corp_watch.rb +72 -0
- data/lib/whos_got_dirt/responses/entity/little_sis.rb +66 -0
- data/lib/whos_got_dirt/responses/entity/open_corporates.rb +61 -0
- data/lib/whos_got_dirt/responses/entity/open_duka.rb +42 -0
- data/lib/whos_got_dirt/responses/entity/poderopedia.rb +44 -0
- data/lib/whos_got_dirt/responses/entity.rb +7 -0
- data/lib/whos_got_dirt/responses/helpers/little_sis.rb +34 -0
- data/lib/whos_got_dirt/responses/helpers/open_corporates.rb +28 -0
- data/lib/whos_got_dirt/responses/list/little_sis.rb +42 -0
- data/lib/whos_got_dirt/responses/list/open_corporates.rb +34 -0
- data/lib/whos_got_dirt/responses/list.rb +7 -0
- data/lib/whos_got_dirt/responses/relation/open_corporates.rb +66 -0
- data/lib/whos_got_dirt/responses/relation/open_oil.rb +70 -0
- data/lib/whos_got_dirt/responses/relation.rb +7 -0
- data/lib/whos_got_dirt/result.rb +106 -0
- data/lib/whos_got_dirt/validator.rb +52 -0
- data/lib/whos_got_dirt/version.rb +3 -0
- data/lib/whos_got_dirt.rb +43 -0
- data/schemas/popolo.json +1619 -0
- data/spec/cassettes/corp_watch_entity.yml +35 -0
- data/spec/cassettes/little_sis_entity.yml +98 -0
- data/spec/cassettes/little_sis_list.yml +159 -0
- data/spec/cassettes/open_corporates_entity.yml +137 -0
- data/spec/cassettes/open_corporates_list.yml +60 -0
- data/spec/cassettes/open_corporates_relation.yml +121 -0
- data/spec/cassettes/open_duka_entity.yml +1149 -0
- data/spec/cassettes/open_oil_relation.yml +640 -0
- data/spec/cassettes/poderopedia_entity.yml +43 -0
- data/spec/renderer_spec.rb +48 -0
- data/spec/request_spec.rb +205 -0
- data/spec/requests/entity/corp_watch_spec.rb +99 -0
- data/spec/requests/entity/little_sis_spec.rb +33 -0
- data/spec/requests/entity/open_corporates_spec.rb +81 -0
- data/spec/requests/entity/open_duka_spec.rb +21 -0
- data/spec/requests/entity/poderopedia_spec.rb +21 -0
- data/spec/requests/list/little_sis_spec.rb +25 -0
- data/spec/requests/list/open_corporates_spec.rb +33 -0
- data/spec/requests/relation/open_corporates_spec.rb +53 -0
- data/spec/requests/relation/open_oil_spec.rb +37 -0
- data/spec/response_spec.rb +119 -0
- data/spec/responses/entity/corp_watch_spec.rb +31 -0
- data/spec/responses/entity/little_sis_spec.rb +31 -0
- data/spec/responses/entity/open_corporates_spec.rb +31 -0
- data/spec/responses/entity/open_duka_spec.rb +25 -0
- data/spec/responses/entity/poderopedia_spec.rb +25 -0
- data/spec/responses/list/little_sis_spec.rb +31 -0
- data/spec/responses/list/open_corporates_spec.rb +31 -0
- data/spec/responses/relation/open_corporates_spec.rb +31 -0
- data/spec/responses/relation/open_oil_spec.rb +31 -0
- data/spec/result_spec.rb +90 -0
- data/spec/spec_helper.rb +21 -0
- data/spec/support/shared_examples_for_requests.rb +155 -0
- data/spec/validator_spec.rb +43 -0
- data/whos_got_dirt.gemspec +28 -0
- metadata +281 -0
@@ -0,0 +1,35 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://api.corpwatch.org/companies.json?company_name=bank&key=c925c0538a0d3651b1e738c926147349
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message:
|
16
|
+
headers:
|
17
|
+
server:
|
18
|
+
- nginx/1.8.0
|
19
|
+
date:
|
20
|
+
- Tue, 20 Oct 2015 19:40:53 GMT
|
21
|
+
content-type:
|
22
|
+
- application/json
|
23
|
+
transfer-encoding:
|
24
|
+
- chunked
|
25
|
+
connection:
|
26
|
+
- close
|
27
|
+
x-powered-by:
|
28
|
+
- PHP/5.5.30
|
29
|
+
body:
|
30
|
+
encoding: UTF-8
|
31
|
+
string: |
|
32
|
+
{"meta":{"success":1,"status":200,"status_string":"Success","total_results":"3250","results_complete":0,"api_version":"0.04 (2015-09-14)","parameters":{"company_name":"bank","limit":100,"index":0,"year":"most_recent"}},"result":{"companies":{"cw_682170":{"cw_id":"cw_682170","cik":"1541523","company_name":"1st Financial Bank USA","irs_number":"460133740","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"363 WEST ANCHOR DRIVE, DAKOTA DUNES SD 57049","country_code":"US","subdiv_code":"SD","top_parent_id":"cw_682170","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2012"},"cw_678896":{"cw_id":"cw_678896","cik":"1034938","company_name":"1ST MARINER BANK","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"1501 S. CLINTON STREET, 16TH FLOOR, BALTIMORE MD 21224","country_code":"US","subdiv_code":"MD","top_parent_id":"cw_678896","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_243517":{"cw_id":"cw_243517","cik":"910519","company_name":"1ST NATIONAL BANK & TRUST","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"5817 MANATEE AVE WEST, BRADENTON FL 34209","country_code":"US","subdiv_code":"FL","top_parent_id":"cw_243517","num_parents":"0","num_children":"0","max_year":"2006","min_year":"2003"},"cw_2916":{"cw_id":"cw_2916","cik":"356264","company_name":"1ST SOURCE BANK","irs_number":"351068133","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"PO BOX 1602, SOUTH BEND IN 46634","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_2916","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_240328":{"cw_id":"cw_240328","cik":"841214","company_name":"1ST SOURCE BANK","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"No location available","country_code":null,"subdiv_code":null,"top_parent_id":"cw_240328","num_parents":"0","num_children":"0","max_year":"2007","min_year":"2003"},"cw_580605":{"cw_id":"cw_580605","cik":"805677","company_name":"1ST SOURCE BANK","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"100 N MICHIGAN, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_580605","num_parents":"0","num_children":"0","max_year":"2009","min_year":"2003"},"cw_695610":{"cw_id":"cw_695610","cik":"1558012","company_name":"1st Source Bank as trustee of the Irrevocable Charitable Living Trust Created By Ella L. Morris Designated as Trust No. 21 3673 dtd January 22 1965","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O 1ST SOURCE BANK, 100 NORTH MICHIGAN STREET, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_695610","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_695612":{"cw_id":"cw_695612","cik":"1558017","company_name":"1st Source Bank as trustee of the Irrevocable Charitable Living Trust Created By Ella L. Morris Designated as Trust No. 213653 dtd December 24 1964","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O 1ST SOURCE BANK, 100 NORTH MICHIGAN STREET, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_695612","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_695609":{"cw_id":"cw_695609","cik":"1558011","company_name":"1st Source Bank as trustee of the Irrevocable Living Trust Created by Ella L. Morris Designated as Trust No. 21 3753 dated August 20 1965","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O 1ST SOURCE BANK, 100 NORTH MICHIGAN STREET, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_695609","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_695589":{"cw_id":"cw_695589","cik":"1557982","company_name":"1st Source Bank as trustee of the Irrevocable Living Trust Created by Ella L. Morris Designated as Trust No. P 2877 dated August 6 1960","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O 1ST SOURCE BANK, 100 NORTH MICHIGAN STREET, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_695589","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_695618":{"cw_id":"cw_695618","cik":"1558024","company_name":"1st Source Bank as trustee of the Irrevocable Living Trust Created by Ella L. Morris Designated as Trust No. P 2879 dated August 6 1960","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O 1ST SOURCE BANK, 100 NORTH MICHIGAN STREET, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_695618","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_695613":{"cw_id":"cw_695613","cik":"1558018","company_name":"1st Source Bank as trustee of the Irrevocable Living Trust Created for Carmen C. Murphy by Ernestine M. Carmichael dated October 27 1964","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O 1ST SOURCE BANK, 100 NORTH MICHIGAN STREET, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_695613","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_695614":{"cw_id":"cw_695614","cik":"1558019","company_name":"1st Source Bank as trustee of the Irrevocable Living Trust Created for Oliver C. Carmichael III by Ernestine M. Carmichael dated October 27 1964","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O 1ST SOURCE BANK, 100 NORTH MICHIGAN STREET, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_695614","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_695590":{"cw_id":"cw_695590","cik":"1557983","company_name":"1st Source Bank as trustee of the irrevocable trust created by Ella L. Morris dated April 28 1932","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O 1ST SOURCE BANK, 100 NORTH MICHIGAN STREET, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_695590","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_695763":{"cw_id":"cw_695763","cik":"1558396","company_name":"1st Source Bank as trustee of Trust No. 11 & Trust No. 12 held under the Revocable Living Trust Created by Ella L. Morris dated October 12 1965","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O 1ST SOURCE BANK, 100 NORTH MICHIGAN STREET, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_695763","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_695591":{"cw_id":"cw_695591","cik":"1557984","company_name":"1st Source Bank Tee Carmen C. Murphy Trust Oliver C. Carmichael III Trust Ernestine C. Nickle Trust & Stanley C. Carmichael Trust U\/A dtd 10","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O 1ST SOURCE BANK, 100 NORTH MICHIGAN STREET, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_695591","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_695592":{"cw_id":"cw_695592","cik":"1557985","company_name":"1st Source Bank Tee Carmen C. Murphy Trust Oliver C. Carmichael III Trust Ernestine C. Nickle Trust & Stanley C. Carmichael Trust U\/A dtd 3","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O 1ST SOURCE BANK, 100 NORTH MICHIGAN STREET, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_695592","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_695593":{"cw_id":"cw_695593","cik":"1557986","company_name":"1st Source Bank Tee of the Trusts for Oliver C. Carmichael III Stanley C. Carmichael Carmen C. Murphy & Ernestine C. Nickle U\/A dtd 7\/2\/1971","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O 1ST SOURCE BANK, 100 NORTH MICHIGAN STREET, SOUTH BEND IN 46601","country_code":"US","subdiv_code":"IN","top_parent_id":"cw_695593","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_67914":{"cw_id":"cw_67914","cik":"1443943","company_name":"21 E FRONT STREET RED BANK LP","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"237 PARK AVENUE, NINTH FLOOR, NEW YORK NY 10017","country_code":"US","subdiv_code":"NY","top_parent_id":"cw_67914","num_parents":"0","num_children":"0","max_year":"2008","min_year":"2008"},"cw_668302":{"cw_id":"cw_668302","cik":"1532638","company_name":"Aareal Bank AG","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"120 BROADWAY, 32ND FLOOR, NEW YORK NY 10271","country_code":"US","subdiv_code":"NY","top_parent_id":"cw_668302","num_parents":"0","num_children":"0","max_year":"2011","min_year":"2011"},"cw_58345":{"cw_id":"cw_58345","cik":"1425916","company_name":"ABINGTON BANK EMPLOYEE STOCK OWNERSHIP PLAN TRUST","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"180 OLD YORK ROAD, JENKINTOWN PA 19046","country_code":"US","subdiv_code":"PA","top_parent_id":"cw_58345","num_parents":"0","num_children":"0","max_year":"2011","min_year":"2008"},"cw_294976":{"cw_id":"cw_294976","cik":"1238161","company_name":"ABN AMRO BANK NV NEW YORK BRANCH","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"500 PARK AVENUE, NEW YORK NY 10022","country_code":"US","subdiv_code":"NY","top_parent_id":"cw_294976","num_parents":"0","num_children":"0","max_year":"2003","min_year":"2003"},"cw_252422":{"cw_id":"cw_252422","cik":"1056565","company_name":"FRONTIER TRUST Co FSB","irs_number":"450373941","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"90 STATE HOUSE SQUARE, HARTFORD CT 06103","country_code":"US","subdiv_code":"CT","top_parent_id":"cw_252422","num_parents":"0","num_children":"0","max_year":"2006","min_year":"2003"},"cw_37715":{"cw_id":"cw_37715","cik":"1307124","company_name":"African Bank Investments LTD","irs_number":"0","sic_code":"8880","industry_name":"American depositary receipts","sic_sector":"8800","sector_name":"Private households","source_type":"filers","raw_address":"59 16TH ROAD, MIDRAND, PRIVATE BAG X170, MIDRAND 1685 T3 1685","country_code":"ZA","subdiv_code":null,"top_parent_id":"cw_37715","num_parents":"0","num_children":"0","max_year":"2008","min_year":"2004"},"cw_4742":{"cw_id":"cw_4742","cik":"785677","company_name":"AFRICAN DEVELOPMENT BANK","irs_number":"0","sic_code":"8880","industry_name":"American depositary receipts","sic_sector":"8800","sector_name":"Private households","source_type":"filers","raw_address":"TEMPORARY RELOCATION AGENCY, BP 323 1002 TUNIS BLVD, TUNIS W6 00000","country_code":"TN","subdiv_code":null,"top_parent_id":"cw_4742","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_617304":{"cw_id":"cw_617304","cik":"1501437","company_name":"Agricultural Bank of China Ltd","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"120 BROADWAY, 32ND FLOOR, NEW YORK NY 10271","country_code":"US","subdiv_code":"NY","top_parent_id":"cw_617304","num_parents":"0","num_children":"0","max_year":"2014","min_year":"2010"},"cw_64500":{"cw_id":"cw_64500","cik":"1437197","company_name":"Agricultural Bank of Greece SA","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"120 BROADWAY, 32ND FLOOR, NEW YORK NY 10271","country_code":"US","subdiv_code":"NY","top_parent_id":"cw_64500","num_parents":"0","num_children":"0","max_year":"2008","min_year":"2008"},"cw_636902":{"cw_id":"cw_636902","cik":"1518629","company_name":"Alabama Conditional Bank","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"3680 Grandview Parkway, Suite 200, Birmingham AL 35243","country_code":"US","subdiv_code":"AL","top_parent_id":"cw_636902","num_parents":"0","num_children":"0","max_year":"2011","min_year":"2011"},"cw_687606":{"cw_id":"cw_687606","cik":"1548025","company_name":"Aldermore Bank PLC","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"4TH FLOOR, BLOCK D, APEX PLAZA, FORBURY ROAD, READING X0 RG1 1AX","country_code":"GB","subdiv_code":null,"top_parent_id":"cw_687606","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_759075":{"cw_id":"cw_759075","cik":"1576585","company_name":"Alior Bank S.A.","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"120 BROADWAY, 32ND FLOOR, NEW YORK NY 10271","country_code":"US","subdiv_code":"NY","top_parent_id":"cw_759075","num_parents":"0","num_children":"0","max_year":"2013","min_year":"2013"},"cw_286807":{"cw_id":"cw_286807","cik":"1218644","company_name":"ALLEGIANT BANK","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"100 SOUTH BRENTWOOD BLVD, SUITE 100, CLAYTON MO 63105","country_code":"US","subdiv_code":"MO","top_parent_id":"cw_580561","num_parents":"1","num_children":"0","max_year":"2004","min_year":"2003"},"cw_677620":{"cw_id":"cw_677620","cik":"1540449","company_name":"ALLIANCE BANK EMPLOYEE STOCK OWNERSHIP PLAN","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"541 LAWRENCE ROAD, BROOMALL PA 19008","country_code":"US","subdiv_code":"PA","top_parent_id":"cw_677620","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2012"},"cw_637127":{"cw_id":"cw_637127","cik":"1518952","company_name":"AloStar Bank of Commerce","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"3680 Grandview Parkway, Suite 200, Birmingham AL 35243","country_code":"US","subdiv_code":"AL","top_parent_id":"cw_637127","num_parents":"0","num_children":"0","max_year":"2014","min_year":"2011"},"cw_806975":{"cw_id":"cw_806975","cik":"1611785","company_name":"AloStar Bank of Commerce\/G Fin","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"3680 Grandview Parkway, Suite 200, Birmingham AL 35243","country_code":"US","subdiv_code":"AL","top_parent_id":"cw_806975","num_parents":"0","num_children":"0","max_year":"2014","min_year":"2014"},"cw_9146":{"cw_id":"cw_9146","cik":"902102","company_name":"ALPHA BANK AE","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"40, STADIOU STREET, ATHENS J3 102 52","country_code":"GR","subdiv_code":null,"top_parent_id":"cw_9146","num_parents":"0","num_children":"0","max_year":"2014","min_year":"2003"},"cw_244103":{"cw_id":"cw_244103","cik":"919192","company_name":"AMALGAMATED BANK","irs_number":"134920330","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"275 SEVENTH AVENUE, 9TH FLOOR, NEW YORK NY 10001","country_code":"US","subdiv_code":"NY","top_parent_id":"cw_244103","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_263645":{"cw_id":"cw_263645","cik":"1137604","company_name":"AMALGAMATED BANK LONGVIEW FUNDS","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"275 SEVENTH AVENUE, NEW YORK NY 10001","country_code":"US","subdiv_code":"NY","top_parent_id":"cw_263645","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2005"},"cw_15313":{"cw_id":"cw_15313","cik":"1053013","company_name":"AMARILLO NATIONAL BANK","irs_number":"756098299","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"401 S TAYLOR, AMARILLO TX 79101","country_code":"US","subdiv_code":"TX","top_parent_id":"cw_15313","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_13669":{"cw_id":"cw_13669","cik":"1027846","company_name":"AMCORE BANK N A","irs_number":"363711688","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"501 SEVENTH STREET, PO BOX 1537, ROCKFORD IL 61110-1537","country_code":"US","subdiv_code":"IL","top_parent_id":"cw_13669","num_parents":"0","num_children":"0","max_year":"2010","min_year":"2003"},"cw_866735":{"cw_id":"cw_866735","cik":"1642224","company_name":"Amegy Bank N.A.","irs_number":"760028668","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"4400 POST OAK PARKWAY, HOUSTON TX 77027","country_code":"US","subdiv_code":"TX","top_parent_id":"cw_866735","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2015"},"cw_249791":{"cw_id":"cw_249791","cik":"1033476","company_name":"Amegy Bank National Association","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"4400 POST PAK PARKWAY, HOUSTON TX 77027","country_code":"US","subdiv_code":"TX","top_parent_id":"cw_249791","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_385781":{"cw_id":"cw_385781","cik":"1430805","company_name":"AMEGY BANK NATIONAL ASSOCIATION","irs_number":"760028668","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"4400 POST OAK PARKWAY, HOUSTON TX 77027","country_code":"US","subdiv_code":"TX","top_parent_id":"cw_385781","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2009"},"cw_240693":{"cw_id":"cw_240693","cik":"854747","company_name":"AMERICAN BANK & TRUST CO","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"No location available","country_code":null,"subdiv_code":null,"top_parent_id":"cw_240693","num_parents":"0","num_children":"0","max_year":"2004","min_year":"2003"},"cw_284615":{"cw_id":"cw_284615","cik":"1213219","company_name":"AMERICAN BANK HOLDINGS INC","irs_number":"161645705","sic_code":"6021","industry_name":"National commercial banks","sic_sector":"6000","sector_name":"Depository institutions","source_type":"filers","raw_address":"12211 PLUM ORCHARD DR, STE 300, SILVER SPRING MD 20404","country_code":"US","subdiv_code":"MD","top_parent_id":"cw_284615","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2003"},"cw_267210":{"cw_id":"cw_267210","cik":"1163747","company_name":"AMERICAN BANK INC","irs_number":"10593266","sic_code":"6021","industry_name":"National commercial banks","sic_sector":"6000","sector_name":"Depository institutions","source_type":"filers","raw_address":"4029 WEST TILGHMAN STREET, ALLENTOWN PA 18104","country_code":"US","subdiv_code":"PA","top_parent_id":"cw_267210","num_parents":"0","num_children":"0","max_year":"2007","min_year":"2003"},"cw_41809":{"cw_id":"cw_41809","cik":"1342117","company_name":"American Bank of New Jersey Employee Stock Ownership Plan","irs_number":"571177334","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"365 BROAD STREET, BLOOMFIELD NJ 07003","country_code":"US","subdiv_code":"NJ","top_parent_id":"cw_41809","num_parents":"0","num_children":"0","max_year":"2008","min_year":"2005"},"cw_8527":{"cw_id":"cw_8527","cik":"891340","company_name":"AMERICAN NATIONAL BANK","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"3033 E FIRST AVE, DENVER CO 80206","country_code":"US","subdiv_code":"CO","top_parent_id":"cw_8527","num_parents":"0","num_children":"0","max_year":"2009","min_year":"2003"},"cw_33982":{"cw_id":"cw_33982","cik":"1272164","company_name":"AMERICAN NATIONAL BANK","irs_number":"751511306","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"2732 MIDWESTERN PARKWAY, WICHITA FALLS TX 76308","country_code":"US","subdiv_code":"TX","top_parent_id":"cw_33982","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2004"},"cw_11239":{"cw_id":"cw_11239","cik":"939835","company_name":"AMERICAN NATIONAL BANK & TRUST CO","irs_number":"540121975","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"628 MAIN ST, P O BOX 191, DANVILLE VA 24543","country_code":"US","subdiv_code":"VA","top_parent_id":"cw_11239","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_259031":{"cw_id":"cw_259031","cik":"1106011","company_name":"AMERICAN SAVINGS BANK EMPLOYEE STOCK OWNERSHIP PLAN","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"111 EAST MAIN STREET, NEOSHO MO 64850","country_code":"US","subdiv_code":"MO","top_parent_id":"cw_259031","num_parents":"0","num_children":"0","max_year":"2003","min_year":"2003"},"cw_622797":{"cw_id":"cw_622797","cik":"1505486","company_name":"AMERICAN TRUST & SAVINGS BANK","irs_number":"420114010","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"895 MAIN STREET, DUBUQUE IA 52004-0938","country_code":"US","subdiv_code":"IA","top_parent_id":"cw_622797","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2010"},"cw_48800":{"cw_id":"cw_48800","cik":"1388829","company_name":"AMG National Trust Bank","irs_number":"841595367","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"6501 E BELLEVIEW AVE, SUITE 400, ENGLEWOOD CO 80111","country_code":"US","subdiv_code":"CO","top_parent_id":"cw_48800","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2007"},"cw_400648":{"cw_id":"cw_400648","cik":"1470660","company_name":"AMGIC Bank Fund I LLLP","irs_number":"254514021","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"6501 EAST BELLEVIEW AVENUE, SUITE 400, ENGLEWOOD CO 80111","country_code":"US","subdiv_code":"CO","top_parent_id":"cw_400648","num_parents":"0","num_children":"0","max_year":"2009","min_year":"2009"},"cw_682900":{"cw_id":"cw_682900","cik":"1542356","company_name":"AMP Bank Ltd","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"LEVEL 24, 33 ALFRED STREET, SYDNEY C3 NSW 2000","country_code":"AU","subdiv_code":null,"top_parent_id":"cw_682900","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_238466":{"cw_id":"cw_238466","cik":"735035","company_name":"AMSOUTH BANK","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"50 NORTH FRONT STREET, MEMPHIS TN 38103","country_code":"US","subdiv_code":"TN","top_parent_id":"cw_238466","num_parents":"0","num_children":"0","max_year":"2007","min_year":"2006"},"cw_250996":{"cw_id":"cw_250996","cik":"1044945","company_name":"AMSOUTH BANK","irs_number":"630935103","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"1900 FIFTH AVE NORTH, BIRIMINGHAM AL 35203","country_code":"US","subdiv_code":"AL","top_parent_id":"cw_236661","num_parents":"1","num_children":"0","max_year":"2006","min_year":"2003"},"cw_252509":{"cw_id":"cw_252509","cik":"1056974","company_name":"AMSOUTH BANK OF ALABAMA","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"1900 5TH AVE NORTH, BIRMINGHAM AL 35203","country_code":"US","subdiv_code":"AL","top_parent_id":"cw_252509","num_parents":"0","num_children":"0","max_year":"2003","min_year":"2003"},"cw_239953":{"cw_id":"cw_239953","cik":"825760","company_name":"AMSOUTH BANK OF FLORIDA","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"70 NORTH BAYLEN ST, PENSACOLA FL 32501","country_code":"US","subdiv_code":"FL","top_parent_id":"cw_239953","num_parents":"0","num_children":"0","max_year":"2008","min_year":"2008"},"cw_10716":{"cw_id":"cw_10716","cik":"930149","company_name":"ANGLO IRISH BANK CORP PLC","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"STEPHEN COURT 18\/21 ST STEPHENS GREEN, DUBLIN 2 IRELAND L2","country_code":"IE","subdiv_code":null,"top_parent_id":"cw_10716","num_parents":"0","num_children":"0","max_year":"2009","min_year":"2003"},"cw_47867":{"cw_id":"cw_47867","cik":"1383906","company_name":"AOZORA BANK LTD","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"3-1, KUDAN-MINAMI 1-CHOME, CHIYODA-KU, TOKYO 102-8660 M0 00000","country_code":"JP","subdiv_code":null,"top_parent_id":"cw_47867","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2006"},"cw_728680":{"cw_id":"cw_728680","cik":"1568541","company_name":"AOZORA BANK LTD","irs_number":"132688181","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"3-1, KUDAN-MINAMI 1-CHOME, CHIYODA-KU, TOKYO M0 1028660","country_code":"JP","subdiv_code":null,"top_parent_id":"cw_728680","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2013"},"cw_248883":{"cw_id":"cw_248883","cik":"1025769","company_name":"APPALAACHIAN COMMUNITY BANK\/ TA","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"823 INDUSTRIAL BLVD, ELLIJAY GA 30540","country_code":"US","subdiv_code":"GA","top_parent_id":"cw_248883","num_parents":"0","num_children":"0","max_year":"2004","min_year":"2003"},"cw_7690":{"cw_id":"cw_7690","cik":"874962","company_name":"ARKANSAS BANKERS BANK","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"1020 WEST 2ND STREET, LITTLE ROCK AR 72201","country_code":"US","subdiv_code":"AR","top_parent_id":"cw_7690","num_parents":"0","num_children":"0","max_year":"2010","min_year":"2008"},"cw_582759":{"cw_id":"cw_582759","cik":"870860","company_name":"ARKANSAS BANKERS BANK","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"1008 WEST SECOND ST, LITTLE ROCK AR 72201","country_code":"US","subdiv_code":"AR","top_parent_id":"cw_582759","num_parents":"0","num_children":"0","max_year":"2010","min_year":"2010"},"cw_293240":{"cw_id":"cw_293240","cik":"1233767","company_name":"ARVEST BANK","irs_number":"710698207","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"125 WEST CENTRAL, SUITE 218, BENTONVILLE AR 72712","country_code":"US","subdiv_code":"AR","top_parent_id":"cw_293240","num_parents":"0","num_children":"0","max_year":"2003","min_year":"2003"},"cw_311436":{"cw_id":"cw_311436","cik":"1274624","company_name":"ASB BANK LTD","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"P O BOX 35 LEVEL 28, ASB BANK CENTER, AUCKLAND NEW ZEALAND Q2 00000","country_code":"NZ","subdiv_code":null,"top_parent_id":"cw_311436","num_parents":"0","num_children":"0","max_year":"2007","min_year":"2004"},"cw_681648":{"cw_id":"cw_681648","cik":"1540465","company_name":"Asheville Savings Bank SSB Employee Stock Ownership Plan","irs_number":"560125550","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"11 CHURCH STREET, ASHEVILLE NC 28801","country_code":"US","subdiv_code":"NC","top_parent_id":"cw_681648","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2012"},"cw_2373":{"cw_id":"cw_2373","cik":"311669","company_name":"ASIAN DEVELOPMENT BANK","irs_number":"0","sic_code":"8888","industry_name":"Foreign governments","sic_sector":"8800","sector_name":"Private households","source_type":"filers","raw_address":"P O BOX 789, 1099 METRO MANILA PHILIPPINES R6","country_code":"PH","subdiv_code":null,"top_parent_id":"cw_2373","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_295155":{"cw_id":"cw_295155","cik":"1238553","company_name":"ASSET MANAGEMENT GROUP OF BANK OF HAWAII ET AL","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"FINANCIAL PLAZA OF THE PACIFIC, 111 S KING ST, HONOLULU HAWAII HI 96813","country_code":"US","subdiv_code":"HI","top_parent_id":"cw_295155","num_parents":"0","num_children":"0","max_year":"2004","min_year":"2003"},"cw_240269":{"cw_id":"cw_240269","cik":"839292","company_name":"ASSOCIATED TRUST CO NA","irs_number":"300219031","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"2985 S. RIDGE ROAD SUITE C, GREEN BAY WI 54304","country_code":"US","subdiv_code":"WI","top_parent_id":"cw_240269","num_parents":"0","num_children":"0","max_year":"2007","min_year":"2003"},"cw_632260":{"cw_id":"cw_632260","cik":"1512925","company_name":"Athens Federal Community Bank 401(k) Plan","irs_number":"620118775","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"106 WASHINGTON AVE, PO BOX 869, ATHENS TN 37371-0869","country_code":"US","subdiv_code":"TN","top_parent_id":"cw_632260","num_parents":"0","num_children":"0","max_year":"2014","min_year":"2011"},"cw_577882":{"cw_id":"cw_577882","cik":"1480041","company_name":"Athens Federal Community Bank Employee Stock Ownership Plan","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"ATHENS BANCSHARES CORPORATION, 106 WASHINGTON AVENUE P O BOX 869, ATHENS TN 37371-0869","country_code":"US","subdiv_code":"TN","top_parent_id":"cw_577882","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2010"},"cw_719661":{"cw_id":"cw_719661","cik":"1544063","company_name":"Atlas Lease Bank Joint Venture","irs_number":"453957306","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"1701 SHOAL CREEK ROAD, SUITE 231, HIGHLAND VILLAGE TX 75077","country_code":"US","subdiv_code":"TX","top_parent_id":"cw_719661","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2012"},"cw_827784":{"cw_id":"cw_827784","cik":"1631155","company_name":"Austin Capital Bank SSB","irs_number":"202602253","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"8100 SHOAL CREEK BLVD., AUSTIN TX 78757","country_code":"US","subdiv_code":"TX","top_parent_id":"cw_827784","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2015"},"cw_368805":{"cw_id":"cw_368805","cik":"1383185","company_name":"Bahrain International Bank (E.C.)","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"HEDAYA BUILDING II, P.O. BOX 5016, MANAMA C6 00000","country_code":"BH","subdiv_code":null,"top_parent_id":"cw_368805","num_parents":"0","num_children":"0","max_year":"2009","min_year":"2006"},"cw_17072":{"cw_id":"cw_17072","cik":"1079398","company_name":"BAKER BOYER NATIONAL BANK","irs_number":"910135040","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"7 W MAIN ST, PO BOX 1796, WALLA WALLA WA 99362","country_code":"US","subdiv_code":"WA","top_parent_id":"cw_17072","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_622804":{"cw_id":"cw_622804","cik":"1505494","company_name":"Bancorp Bank","irs_number":"202111361","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"409 SILVERSIDE ROAD, WILMINGTON DE 19809","country_code":"US","subdiv_code":"DE","top_parent_id":"cw_622804","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2010"},"cw_36959":{"cw_id":"cw_36959","cik":"1299939","company_name":"BancorpSouth Bank","irs_number":"640117230","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"ONE MISSISSIPPI PLAZA, TUPELO MS 38804","country_code":"US","subdiv_code":"MS","top_parent_id":"cw_3044","num_parents":"1","num_children":"0","max_year":"2015","min_year":"2004"},"cw_257917":{"cw_id":"cw_257917","cik":"1098251","company_name":"BANCORPSOUTH BANK","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"ONE MISSISSIPPI PLAZA, TUPELO MI 38802","country_code":"US","subdiv_code":"MI","top_parent_id":"cw_257917","num_parents":"0","num_children":"0","max_year":"2012","min_year":"2003"},"cw_236715":{"cw_id":"cw_236715","cik":"9621","company_name":"BANCORPSOUTH DEALER BANK DEPARTMENT","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"525 E CAPITOL STREET, JACKSON MS 39201","country_code":"US","subdiv_code":"MS","top_parent_id":"cw_236715","num_parents":"0","num_children":"0","max_year":"2006","min_year":"2006"},"cw_16299":{"cw_id":"cw_16299","cik":"1068074","company_name":"BANGKOK BANK PUBLIC CO LTD","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"333 SILOM ROAD, 852-2533-3300, BANGKOK THIALAND W1 10500","country_code":"TH","subdiv_code":null,"top_parent_id":"cw_16299","num_parents":"0","num_children":"0","max_year":"2014","min_year":"2003"},"cw_43200":{"cw_id":"cw_43200","cik":"1352675","company_name":"Bangor Savings Bank","irs_number":"10024610","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"99 FRANKLIN STREET, BANGOR ME 04401","country_code":"US","subdiv_code":"ME","top_parent_id":"cw_43200","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2006"},"cw_142219":{"cw_id":"cw_142219","cik":"1238159","company_name":"BANK","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"17 NORTH 20TH STREET, BIRMINGHAM AL 35209","country_code":"US","subdiv_code":"AL","top_parent_id":"cw_142219","num_parents":"0","num_children":"0","max_year":"2003","min_year":"2003"},"cw_34616":{"cw_id":"cw_34616","cik":"1278112","company_name":"BANK AUSTRIA CREDITANSTALT AG","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"A-1010 VIENNA AM HOF 2, A-1030 VIENNA VORDERE ZOLLANLSSTRASS 13, VIENNA C4 00000","country_code":"AT","subdiv_code":null,"top_parent_id":"cw_34616","num_parents":"0","num_children":"0","max_year":"2008","min_year":"2003"},"cw_22547":{"cw_id":"cw_22547","cik":"1160330","company_name":"BANK BRADESCO","irs_number":"0","sic_code":"6022","industry_name":"State commercial banks","sic_sector":"6000","sector_name":"Depository institutions","source_type":"filers","raw_address":"CIDADE DE DEUS S\/N VILA YARA, 06029-900 OSASCO, SP BRAZIL D5 00000","country_code":"BR","subdiv_code":null,"top_parent_id":"cw_22547","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_9441":{"cw_id":"cw_9441","cik":"907250","company_name":"BANK BUILDING CORP","irs_number":"541714800","sic_code":"6512","industry_name":"Opeators of nonresidential buildings","sic_sector":"6500","sector_name":"Real estate","source_type":"filers","raw_address":"9112 VIRGINIA AVENUE, BASSETT VA 24112","country_code":"US","subdiv_code":"VA","top_parent_id":"cw_9441","num_parents":"0","num_children":"0","max_year":"2008","min_year":"2003"},"cw_632127":{"cw_id":"cw_632127","cik":"1512769","company_name":"BANK FRICK & CO AG","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"LANDSTRAASE 14, PO BOX 43, BALZERS N2 FL9496","country_code":"LI","subdiv_code":null,"top_parent_id":"cw_632127","num_parents":"0","num_children":"0","max_year":"2011","min_year":"2011"},"cw_6859":{"cw_id":"cw_6859","cik":"853254","company_name":"BANK FUND EQUITIES INC","irs_number":"411644073","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"955 W. MAIN STREET, SUITE 160, ABINGDON VA 24210","country_code":"US","subdiv_code":"VA","top_parent_id":"cw_6859","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_9176":{"cw_id":"cw_9176","cik":"902528","company_name":"BANK HAPOALIM BM","irs_number":"132775750","sic_code":"8880","industry_name":"American depositary receipts","sic_sector":"8800","sector_name":"Private households","source_type":"filers","raw_address":"50 ROTHCHILD BOULEVARD, TEL AVIV L3 00000","country_code":"IL","subdiv_code":null,"top_parent_id":"cw_9176","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_30467":{"cw_id":"cw_30467","cik":"1234383","company_name":"BANK HOLDINGS","irs_number":"0","sic_code":"6022","industry_name":"State commercial banks","sic_sector":"6000","sector_name":"Depository institutions","source_type":"filers","raw_address":"9990 DOUBLE R BLVD, RENO NV 89521","country_code":"US","subdiv_code":"NV","top_parent_id":"cw_30467","num_parents":"0","num_children":"0","max_year":"2014","min_year":"2003"},"cw_763836":{"cw_id":"cw_763836","cik":"1580942","company_name":"Bank Ingo","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O PAREXEL INTERNATIONAL CORPORATION, 195 WEST STREET, WALTHAM MA 02451","country_code":"US","subdiv_code":"MA","top_parent_id":"cw_763836","num_parents":"0","num_children":"0","max_year":"2013","min_year":"2013"},"cw_312945":{"cw_id":"cw_312945","cik":"1277769","company_name":"BANK INSINGER DE BEAUFORT","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"HERENGRACHT 537, 1017 BV, AMSTERDAM NETHERLAND P7 00000","country_code":"NL","subdiv_code":null,"top_parent_id":"cw_312945","num_parents":"0","num_children":"0","max_year":"2004","min_year":"2004"},"cw_10152":{"cw_id":"cw_10152","cik":"920033","company_name":"BANK JOS A CLOTHIERS INC","irs_number":"363189198","sic_code":"5600","industry_name":"Retail-apparel & accessory stores","sic_sector":"5600","sector_name":"Apparel and accessory stores","source_type":"filers","raw_address":"500 HANOVER PIKE, HAMPSTEAD MD 21074","country_code":"US","subdiv_code":"MD","top_parent_id":"cw_10152","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_254007":{"cw_id":"cw_254007","cik":"1068833","company_name":"BANK JULIUS BAER & CO LTD N Y BRANCH","irs_number":"133202881","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"330 MADISON AVE, NEW YORK NY 10017","country_code":"US","subdiv_code":"NY","top_parent_id":"cw_254007","num_parents":"0","num_children":"0","max_year":"2005","min_year":"2003"},"cw_856544":{"cw_id":"cw_856544","cik":"1637053","company_name":"Bank Keith","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O STEADYMED THERAPEUTICS, INC., 2410 CAMINO RAMON, SAN RAMON CA 94583","country_code":"US","subdiv_code":"CA","top_parent_id":"cw_856544","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2015"},"cw_362428":{"cw_id":"cw_362428","cik":"1370186","company_name":"Bank Leu Ltd","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"BAHNHOFSTRASSE 32, P.O. BOX, ZURICH V8 8001","country_code":"CH","subdiv_code":null,"top_parent_id":"cw_362428","num_parents":"0","num_children":"0","max_year":"2007","min_year":"2006"},"cw_53976":{"cw_id":"cw_53976","cik":"1413493","company_name":"BANK LEUMI LE ISRAEL B.M.","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"LEUMI HOUSE, 34 YEHUDA HALEVI STEET, TEL AVIV 65546 L3 00000","country_code":"IL","subdiv_code":null,"top_parent_id":"cw_53976","num_parents":"0","num_children":"0","max_year":"2008","min_year":"2007"},"cw_246230":{"cw_id":"cw_246230","cik":"947357","company_name":"BANK LEUMI LE ISRAEL BM","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"24-32 YEHUDA HALEVY ST, P O BOX 2, TEL AVIV ISRAEL L3 61003","country_code":"IL","subdiv_code":null,"top_parent_id":"cw_246230","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_259077":{"cw_id":"cw_259077","cik":"1106185","company_name":"Bank Lombard Odier & Co Ltd","irs_number":"0","sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"11, RUE DE LA CORRATERIE, GENEVA V8 CH 1204","country_code":"CH","subdiv_code":null,"top_parent_id":"cw_259077","num_parents":"0","num_children":"0","max_year":"2015","min_year":"2003"},"cw_255868":{"cw_id":"cw_255868","cik":"1082771","company_name":"BANK MALVIN E","irs_number":null,"sic_code":null,"industry_name":null,"sic_sector":null,"sector_name":null,"source_type":"filers","raw_address":"C\/O OGLEBAY NORTON CO, 1001 LAKESIDE AVENUE - 15TH FLOOR, CLEVELAND OH 44114-2598","country_code":"US","subdiv_code":"OH","top_parent_id":"cw_255868","num_parents":"0","num_children":"0","max_year":"2005","min_year":"2003"}}}}
|
33
|
+
http_version:
|
34
|
+
recorded_at: Tue, 20 Oct 2015 19:40:53 GMT
|
35
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,98 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.littlesis.org/entities.xml?_key=bf2ddbf0538a577c3e50ca2e42e6a07384017718&q=bar
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message:
|
16
|
+
headers:
|
17
|
+
server:
|
18
|
+
- cloudflare-nginx
|
19
|
+
date:
|
20
|
+
- Sat, 17 Oct 2015 02:45:17 GMT
|
21
|
+
content-type:
|
22
|
+
- application/xml; charset=utf-8
|
23
|
+
content-length:
|
24
|
+
- '1279'
|
25
|
+
connection:
|
26
|
+
- close
|
27
|
+
set-cookie:
|
28
|
+
- __cfduid=d9b8c8274b68d48e282a1deb886f272d71445049917; expires=Sun, 16-Oct-16
|
29
|
+
02:45:17 GMT; path=/; domain=.littlesis.org; HttpOnly, symfony=spi9n61updi47ncsgvkupgkva0;
|
30
|
+
path=/
|
31
|
+
x-powered-by:
|
32
|
+
- PHP/5.5.9-1ubuntu4.6
|
33
|
+
expires:
|
34
|
+
- Thu, 19 Nov 1981 08:52:00 GMT
|
35
|
+
cache-control:
|
36
|
+
- no-store, no-cache, must-revalidate, post-check=0, pre-check=0
|
37
|
+
pragma:
|
38
|
+
- no-cache
|
39
|
+
ls-execution-time:
|
40
|
+
- '1445049958.5218'
|
41
|
+
etag:
|
42
|
+
- '"c660a5870b25e5366d29dcf250265914"'
|
43
|
+
vary:
|
44
|
+
- Accept-Encoding
|
45
|
+
access-control-allow-origin:
|
46
|
+
- "*"
|
47
|
+
cf-ray:
|
48
|
+
- 2368aa9d9d4b27f2-YYZ
|
49
|
+
body:
|
50
|
+
encoding: ASCII-8BIT
|
51
|
+
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Response>\n <Meta>\n
|
52
|
+
\ <TotalCount>1423</TotalCount>\n <ResultCount>\n <Entities>20</Entities>
|
53
|
+
\ </ResultCount>\n <Parameters>\n <q>bar</q> \n
|
54
|
+
\ </Parameters>\n </Meta>\n <Data>\n <Entities>\n <Entity><id>33379</id><name>Texas
|
55
|
+
Bar Foundation</name><description>Foundation supporting the State Bar of Texas</description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2008-12-04
|
56
|
+
08:20:34</updated_at><uri>http://littlesis.org/org/33379/Texas_Bar_Foundation</uri><api_uri>http://api.littlesis.org/entity/33379.xml</api_uri></Entity>
|
57
|
+
\ <Entity><id>11051</id><name>Roselyn R Bar</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Person</primary_type><parent_id></parent_id><updated_at>2010-09-03
|
58
|
+
00:34:56</updated_at><uri>http://littlesis.org/person/11051/Roselyn_R_Bar</uri><api_uri>http://api.littlesis.org/entity/11051.xml</api_uri></Entity>
|
59
|
+
\ <Entity><id>33205</id><name>American Bar Association</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2015-09-16
|
60
|
+
17:56:10</updated_at><uri>http://littlesis.org/org/33205/American_Bar_Association</uri><api_uri>http://api.littlesis.org/entity/33205.xml</api_uri></Entity>
|
61
|
+
\ <Entity><id>33380</id><name>State Bar of Texas</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2011-10-28
|
62
|
+
02:53:22</updated_at><uri>http://littlesis.org/org/33380/State_Bar_of_Texas</uri><api_uri>http://api.littlesis.org/entity/33380.xml</api_uri></Entity>
|
63
|
+
\ <Entity><id>35260</id><name>Boston Bar Association</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2010-01-19
|
64
|
+
11:37:54</updated_at><uri>http://littlesis.org/org/35260/Boston_Bar_Association</uri><api_uri>http://api.littlesis.org/entity/35260.xml</api_uri></Entity>
|
65
|
+
\ <Entity><id>35338</id><name>Federal Communications Bar Association</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2013-10-31
|
66
|
+
13:28:21</updated_at><uri>http://littlesis.org/org/35338/Federal_Communications_Bar_Association</uri><api_uri>http://api.littlesis.org/entity/35338.xml</api_uri></Entity>
|
67
|
+
\ <Entity><id>35501</id><name>American Bar Foundation</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2015-10-14
|
68
|
+
14:51:47</updated_at><uri>http://littlesis.org/org/35501/American_Bar_Foundation</uri><api_uri>http://api.littlesis.org/entity/35501.xml</api_uri></Entity>
|
69
|
+
\ <Entity><id>38091</id><name>Association of the Bar of the City of New York</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2015-09-24
|
70
|
+
17:28:05</updated_at><uri>http://littlesis.org/org/38091/Association_of_the_Bar_of_the_City_of_New_York</uri><api_uri>http://api.littlesis.org/entity/38091.xml</api_uri></Entity>
|
71
|
+
\ <Entity><id>38114</id><name>Hispanic Bar Association</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2009-05-26
|
72
|
+
11:26:27</updated_at><uri>http://littlesis.org/org/38114/Hispanic_Bar_Association</uri><api_uri>http://api.littlesis.org/entity/38114.xml</api_uri></Entity>
|
73
|
+
\ <Entity><id>38115</id><name>Puerto Rican Bar Association</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2009-05-26
|
74
|
+
11:26:36</updated_at><uri>http://littlesis.org/org/38115/Puerto_Rican_Bar_Association</uri><api_uri>http://api.littlesis.org/entity/38115.xml</api_uri></Entity>
|
75
|
+
\ <Entity><id>38117</id><name>New York Women's Bar Association</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2009-05-26
|
76
|
+
11:26:41</updated_at><uri>http://littlesis.org/org/38117/New_York_Women's_Bar_Association</uri><api_uri>http://api.littlesis.org/entity/38117.xml</api_uri></Entity>
|
77
|
+
\ <Entity><id>40567</id><name>State Bar of California</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2011-10-24
|
78
|
+
19:35:59</updated_at><uri>http://littlesis.org/org/40567/State_Bar_of_California</uri><api_uri>http://api.littlesis.org/entity/40567.xml</api_uri></Entity>
|
79
|
+
\ <Entity><id>47792</id><name>Women's Bar Association of Massachusetts</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2010-01-19
|
80
|
+
11:39:28</updated_at><uri>http://littlesis.org/org/47792/Women's_Bar_Association_of_Massachusetts</uri><api_uri>http://api.littlesis.org/entity/47792.xml</api_uri></Entity>
|
81
|
+
\ <Entity><id>47796</id><name>Women's Bar Association of Massachusetts</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2010-01-19
|
82
|
+
11:39:03</updated_at><uri>http://littlesis.org/org/47796/Women's_Bar_Association_of_Massachusetts</uri><api_uri>http://api.littlesis.org/entity/47796.xml</api_uri></Entity>
|
83
|
+
\ <Entity><id>51522</id><name>Northeast Energy Bar Association</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2010-04-04
|
84
|
+
13:21:00</updated_at><uri>http://littlesis.org/org/51522/Northeast_Energy_Bar_Association</uri><api_uri>http://api.littlesis.org/entity/51522.xml</api_uri></Entity>
|
85
|
+
\ <Entity><id>52558</id><name>Hispanic Bar Association of DC Foundation</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2010-04-26
|
86
|
+
12:06:39</updated_at><uri>http://littlesis.org/org/52558/Hispanic_Bar_Association_of_DC_Foundation</uri><api_uri>http://api.littlesis.org/entity/52558.xml</api_uri></Entity>
|
87
|
+
\ <Entity><id>67493</id><name>Paul & Bar Harder</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2010-11-23
|
88
|
+
15:06:56</updated_at><uri>http://littlesis.org/org/67493/Paul_&_Bar_Harder</uri><api_uri>http://api.littlesis.org/entity/67493.xml</api_uri></Entity>
|
89
|
+
\ <Entity><id>76815</id><name>Raise the Bar 2000</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2011-03-21
|
90
|
+
00:46:34</updated_at><uri>http://littlesis.org/org/76815/Raise_the_Bar_2000</uri><api_uri>http://api.littlesis.org/entity/76815.xml</api_uri></Entity>
|
91
|
+
\ <Entity><id>85231</id><name>Bar Organization of Washington, D.C.</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2011-09-23
|
92
|
+
21:31:39</updated_at><uri>http://littlesis.org/org/85231/Bar_Organization_of_Washington,_D.C.</uri><api_uri>http://api.littlesis.org/entity/85231.xml</api_uri></Entity>
|
93
|
+
\ <Entity><id>87416</id><name>Atlanta Bar Association</name><description></description><summary></summary><start_date></start_date><end_date></end_date><website></website><is_current></is_current><primary_type>Org</primary_type><parent_id></parent_id><updated_at>2011-11-05
|
94
|
+
01:20:16</updated_at><uri>http://littlesis.org/org/87416/Atlanta_Bar_Association</uri><api_uri>http://api.littlesis.org/entity/87416.xml</api_uri></Entity></Entities>\n\n
|
95
|
+
\ </Data>\n</Response>"
|
96
|
+
http_version:
|
97
|
+
recorded_at: Sat, 17 Oct 2015 02:45:17 GMT
|
98
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,159 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.littlesis.org/lists.xml?_key=bf2ddbf0538a577c3e50ca2e42e6a07384017718&q=united
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message:
|
16
|
+
headers:
|
17
|
+
server:
|
18
|
+
- cloudflare-nginx
|
19
|
+
date:
|
20
|
+
- Sat, 17 Oct 2015 02:51:21 GMT
|
21
|
+
content-type:
|
22
|
+
- application/xml; charset=utf-8
|
23
|
+
content-length:
|
24
|
+
- '3140'
|
25
|
+
connection:
|
26
|
+
- close
|
27
|
+
set-cookie:
|
28
|
+
- __cfduid=dd9b197c1ff15db20a5138b508f0d75901445050280; expires=Sun, 16-Oct-16
|
29
|
+
02:51:20 GMT; path=/; domain=.littlesis.org; HttpOnly, symfony=pfcqrv1lnmq4rr124lue1d9d00;
|
30
|
+
path=/
|
31
|
+
x-powered-by:
|
32
|
+
- PHP/5.5.9-1ubuntu4.6
|
33
|
+
expires:
|
34
|
+
- Thu, 19 Nov 1981 08:52:00 GMT
|
35
|
+
cache-control:
|
36
|
+
- no-store, no-cache, must-revalidate, post-check=0, pre-check=0
|
37
|
+
pragma:
|
38
|
+
- no-cache
|
39
|
+
ls-execution-time:
|
40
|
+
- '1445050322.5097'
|
41
|
+
etag:
|
42
|
+
- '"6f4f55707a649315fae917fdfa68679e"'
|
43
|
+
vary:
|
44
|
+
- Accept-Encoding
|
45
|
+
access-control-allow-origin:
|
46
|
+
- "*"
|
47
|
+
cf-ray:
|
48
|
+
- 2368b38019f427f2-YYZ
|
49
|
+
body:
|
50
|
+
encoding: ASCII-8BIT
|
51
|
+
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Response>\n <Meta>\n
|
52
|
+
\ <ResultCount>\n <Lists>17</Lists> </ResultCount>\n
|
53
|
+
\ <Parameters>\n <q>united</q> \n </Parameters>\n
|
54
|
+
\ </Meta>\n <Data>\n <Lists>\n <List>\n <id>79</id><name>United
|
55
|
+
States</name><description>People and organizations with significant influence
|
56
|
+
on the policies of the United States.</description><is_ranked>0</is_ranked><updated_at>2015-10-16
|
57
|
+
21:27:07</updated_at> <num_entities>194275</num_entities>\n </List>\n
|
58
|
+
\ <List>\n <id>96</id><name>United Kingdom</name><description>People and
|
59
|
+
organizations with significant influence on the policies of the United Kingdom.</description><is_ranked>0</is_ranked><updated_at>2015-08-03
|
60
|
+
17:38:01</updated_at> <num_entities>4694</num_entities>\n </List>\n <List>\n
|
61
|
+
\ <id>146</id><name>Medical Schools in the United States</name><description></description><is_ranked>0</is_ranked><updated_at>2014-12-22
|
62
|
+
14:14:00</updated_at> <num_entities>155</num_entities>\n </List>\n <List>\n
|
63
|
+
\ <id>966</id><name>Largest Landholders in the United States (2014)</name><description>Who
|
64
|
+
owns the most land property in the U.S.?</description><is_ranked>1</is_ranked><updated_at>2015-08-22
|
65
|
+
18:34:20</updated_at> <num_entities>100</num_entities>\n </List>\n <List>\n
|
66
|
+
\ <id>363</id><name>Historically Black Schools, Colleges, and Universities</name><description>The
|
67
|
+
Higher Education Act of 1965 defined the HBCU's as any historically black
|
68
|
+
college that was both established before 1964 and whose primary purpose was
|
69
|
+
to educate African Americans. This is the list of the 98 historically
|
70
|
+
Black schools, colleges, and universities in the United States. 27 of HBCU
|
71
|
+
universities offer doctoral programs and 52 schools provide Master's programs,
|
72
|
+
while 83 colleges have only Bachelor's degree and 38 schools offer associate
|
73
|
+
degrees.</description><is_ranked>0</is_ranked><updated_at>2012-12-13 19:16:06</updated_at>
|
74
|
+
\ <num_entities>98</num_entities>\n </List>\n <List>\n <id>517</id><name>Carlyle
|
75
|
+
Group | U.S. Buyout Team</name><description>The Carlyle U.S. Buyout team engages
|
76
|
+
in buyouts, privatizations and strategic minority investments in partnership
|
77
|
+
with experienced management teams throughout the United States and Canada.</description><is_ranked>0</is_ranked><updated_at>2014-01-06
|
78
|
+
16:32:59</updated_at> <num_entities>69</num_entities>\n </List>\n <List>\n
|
79
|
+
\ <id>380</id><name>Attorneys General of the United States - February 2013</name><description>Attorneys
|
80
|
+
General of each of the US states and territories as of February 2013. </description><is_ranked>0</is_ranked><updated_at>2013-02-07
|
81
|
+
21:36:47</updated_at> <num_entities>56</num_entities>\n </List>\n <List>\n
|
82
|
+
\ <id>683</id><name>Mayors who wrote FCC in favor of Time Warner-Comcast
|
83
|
+
Merger</name><description>52 mayors from across the United States commented
|
84
|
+
to the FCC in favor of the merger, citing benefits \"from increased network
|
85
|
+
investment, faster Internet speeds, improved video options and leading community
|
86
|
+
development programs to help us tackle important community challenges like
|
87
|
+
the digital divide\" and \"a company with the scale and scope to invest in
|
88
|
+
innovation and deliver products and services on a regional basis.\"</description><is_ranked>0</is_ranked><updated_at>2014-08-27
|
89
|
+
13:30:48</updated_at> <num_entities>49</num_entities>\n </List>\n <List>\n
|
90
|
+
\ <id>767</id><name>Largest individual landowners in the United States (2014)</name><description>Published
|
91
|
+
by Land Report. Missing numbers represent the collective holding of families.
|
92
|
+
</description><is_ranked>1</is_ranked><updated_at>2015-08-22 18:33:32</updated_at>
|
93
|
+
\ <num_entities>33</num_entities>\n </List>\n <List>\n <id>82</id><name>31
|
94
|
+
House Republicans that cosponsored honorary resolution for James O' Keefe</name><description>These
|
95
|
+
Republican Congressman signed a measure, which declared that O'Keefe was \"owed
|
96
|
+
a debt of gratitude by the people of the United States\" for his role in \"in
|
97
|
+
their investigation in the fraudulent and illegal practices and misuse of
|
98
|
+
taxpayer dollars by the Association of Community Organization for Reform Now
|
99
|
+
(ACORN).</description><is_ranked>0</is_ranked><updated_at>2013-10-07 12:09:55</updated_at>
|
100
|
+
\ <num_entities>32</num_entities>\n </List>\n <List>\n <id>407</id><name>House
|
101
|
+
Managers of Clinton Impeachment</name><description>The Senate impeachment
|
102
|
+
trial pf William Jefferson Clinton began on January 7, 1999, with Chief Justice
|
103
|
+
of the United States William Rehnquist presiding. These
|
104
|
+
13 House Republicans from the Judiciary Committee served as \"managers,\"
|
105
|
+
the equivalent of prosecutors. </description><is_ranked>0</is_ranked><updated_at>2013-04-22
|
106
|
+
15:46:48</updated_at> <num_entities>13</num_entities>\n </List>\n <List>\n
|
107
|
+
\ <id>595</id><name>Top 11 Hedge Fund Moguls - 2013</name><description>Hedge
|
108
|
+
fund managers heavily populate the so-called 1 percent in the United States.
|
109
|
+
And they are getting richer. The 25 highest-earning hedge
|
110
|
+
fund managers in the United States took home a total of $21.15 billion in
|
111
|
+
compensation in 2013, according to an annual ranking published on Tuesday
|
112
|
+
by Institutional Investor’s Alpha magazine. They
|
113
|
+
earned that hefty sum in a year when most hedge fund managers fell short of
|
114
|
+
the market’s returns. The multibillion-dollar payday is the
|
115
|
+
highest since 2010, and it is 50 percent more than in 2012, according to the
|
116
|
+
survey.</description><is_ranked>1</is_ranked><updated_at>2014-05-07 12:22:10</updated_at>
|
117
|
+
\ <num_entities>11</num_entities>\n </List>\n <List>\n <id>17</id><name>United
|
118
|
+
States Supreme Court Justices</name><description></description><is_ranked>0</is_ranked><updated_at>2009-09-05
|
119
|
+
18:18:11</updated_at> <num_entities>9</num_entities>\n </List>\n <List>\n
|
120
|
+
\ <id>50</id><name>Health Insurance Executives & Directors</name><description>A
|
121
|
+
list of the top executives and board members of the largest health insurance
|
122
|
+
companies in the United States. </description><is_ranked>0</is_ranked><updated_at>2009-10-04
|
123
|
+
09:16:00</updated_at> <num_entities>8</num_entities>\n </List>\n <List>\n
|
124
|
+
\ <id>395</id><name>Time Magazine's FCC Chair Short List</name><description>On
|
125
|
+
June 30th, Federal Communications Commission chairman Julius Genachowski’s
|
126
|
+
five-year term will expire. Although the FCC chair is not a cabinet-level
|
127
|
+
position, the FCC holds broad regulatory power over the most important media,
|
128
|
+
communications, and technology companies in the United States.</description><is_ranked>0</is_ranked><updated_at>2013-02-21
|
129
|
+
16:20:41</updated_at> <num_entities>8</num_entities>\n </List>\n <List>\n
|
130
|
+
\ <id>97</id><name>United Kingdom Featured Profiles</name><description></description><is_ranked>0</is_ranked><updated_at>2010-05-09
|
131
|
+
04:02:30</updated_at> <num_entities>6</num_entities>\n </List>\n <List>\n
|
132
|
+
\ <id>901</id><name>Top 5 Hedge Fund Earners in 2014</name><description>The
|
133
|
+
top 25 hedge fund managers reaped $11.62 billion in compensation in 2014,
|
134
|
+
according to an annual ranking by Institutional Investor’s
|
135
|
+
Alpha magazine. Mr. Griffin started by trading convertible
|
136
|
+
bonds out of his dormitory at Harvard. His firm, Citadel, posted returns of
|
137
|
+
18 percent to investors in its flagship Kensington and Wellington funds. At
|
138
|
+
Renaissance, the best performing equities fund was up 14.5 percent and its
|
139
|
+
institutional futures fund gained 7.4 percent. Mr. Simons' wealth, however,
|
140
|
+
is tied up in the firm’s secretive Medallion fund, which
|
141
|
+
manages only employees’ money and has earned average annual
|
142
|
+
returns of more than 30 percent over two decades. Mr. Dalio
|
143
|
+
runs the world’s biggest hedge fund, Bridgewater Associates,
|
144
|
+
with more than $170 billion in assets under management. Bridgewater started
|
145
|
+
the year strong, with well-placed bets on interest rates in Europe and the
|
146
|
+
United States, but momentum slowed in the second half of the year. He made
|
147
|
+
3.6 percent and 8.7 percent in his two main Pure Alpha funds. Mr.
|
148
|
+
Ackman is known for making large and concentrated bets, and for being outspoken
|
149
|
+
about them. His Pershing Square Capital funds gained 36 percent and 40 percent,
|
150
|
+
the best returns in the 2014 ranking. Mr. Englander's firm,
|
151
|
+
Millennium, made returns of 12 percent in 2014. Based in New York, Millennium
|
152
|
+
uses a platform model to invest with 170 individual managers who each use
|
153
|
+
their own trading strategies. Mr. Englander does not charge a management fee.
|
154
|
+
Instead, investors share the costs of running the firm. </description><is_ranked>1</is_ranked><updated_at>2015-05-05
|
155
|
+
14:09:13</updated_at> <num_entities>5</num_entities>\n </List>\n</Lists>\n\n
|
156
|
+
\ </Data>\n</Response>"
|
157
|
+
http_version:
|
158
|
+
recorded_at: Sat, 17 Oct 2015 02:51:21 GMT
|
159
|
+
recorded_with: VCR 2.9.3
|