home / openregs

hearing_witnesses

Witnesses who testified at committee hearings, with parsed name, title, organization, and location.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

6 rows where package_id = "CHRG-112hhrg76127" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

organization 6

  • Division of Privacy and Identity Protection, the Federal Trade Commission (FTC) 1
  • Policy & Economic Research Council (PERC) 1
  • Southern Methodist University Dedman School of Law 1
  • Staff Attorney, the National Consumer Law Center (NCLC) 1
  • Supreme Lending, Dallas, Texas 1
  • the Consumer Data Industry Association (CDIA) 1
id package_id name ▼ title organization organization_normalized location
59049 EXAMINING THE USES OF CONSUMER CREDIT DATA CHRG-112hhrg76127 Chi Chi Wu   Staff Attorney, the National Consumer Law Center (NCLC) STAFF ATTORNEY, THE NATIONAL CONSUMER LAW CENTER (NCLC)  
59047 EXAMINING THE USES OF CONSUMER CREDIT DATA CHRG-112hhrg76127 Mary Spector Associate Professor of Law Southern Methodist University Dedman School of Law SOUTHERN METHODIST UNIVERSITY DEDMAN SCHOOL OF LAW  
59048 EXAMINING THE USES OF CONSUMER CREDIT DATA CHRG-112hhrg76127 Michael A. Turner Ph.D., President and Chief Executive Officer Policy & Economic Research Council (PERC) POLICY & ECONOMIC RESEARCH COUNCIL (PERC)  
59046 EXAMINING THE USES OF CONSUMER CREDIT DATA CHRG-112hhrg76127 Robert Schoshinski Assistant Director Division of Privacy and Identity Protection, the Federal Trade Commission (FTC) DIVISION OF PRIVACY AND IDENTITY PROTECTION, THE FEDERAL TRADE COMMISSION (FTC)  
59044 EXAMINING THE USES OF CONSUMER CREDIT DATA CHRG-112hhrg76127 Rodney Anderson Executive Director Supreme Lending, Dallas, Texas SUPREME LENDING, DALLAS, TEXAS  
59045 EXAMINING THE USES OF CONSUMER CREDIT DATA CHRG-112hhrg76127 Stuart K. Pratt President and Chief Executive Officer the Consumer Data Industry Association (CDIA) THE CONSUMER DATA INDUSTRY ASSOCIATION (CDIA)  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE hearing_witnesses (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    package_id TEXT NOT NULL REFERENCES hearings(package_id),
    name TEXT,
    title TEXT,
    organization TEXT,
    organization_normalized TEXT,
    location TEXT
);
CREATE INDEX idx_hw_package ON hearing_witnesses(package_id);
CREATE INDEX idx_hw_name ON hearing_witnesses(name);
CREATE INDEX idx_hw_org ON hearing_witnesses(organization) WHERE organization IS NOT NULL AND organization != '';
CREATE INDEX idx_hw_org_norm ON hearing_witnesses(organization_normalized) WHERE organization_normalized IS NOT NULL;
Powered by Datasette · Queries took 5.004ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API