home / lobbying

lobbying_activities

Individual lobbying activities reported in quarterly filings. Each row is one issue area for one client — includes the specific issues lobbied on, government entities contacted, and income/expense amounts.

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

1 row where filing_uuid = "ce3480ba-cdb2-4dc7-9dca-e9172b0db874" and issue_code = "TRD" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 1

  • TRD · 1 ✖

filing_year 1

  • 2008 1

filing_period 1

  • second_quarter 1
id filing_uuid filing_type registrant_name registrant_id client_name filing_year ▲ filing_period issue_code specific_issues government_entities income_amount expense_amount is_no_activity is_termination received_date
622182 MR. JOHN DEMING ce3480ba-cdb2-4dc7-9dca-e9172b0db874 Q2 MR. JOHN DEMING 315978 HUNTSMAN INTERNATIONAL LLC 2008 second_quarter TRD H. R. 4420 - To suspend temporarily the duty on 2,4-Diamino-3-[4-(2-sulfoxyethylsulfonyl)-phenylazo]-5-[4-(2-sulfoxyethylsulfonyl)-2-sulfophenylazo]-benzenesulfonic acid potassium sodium salt. H. R. 4429. - To extend the suspension of the duty on Reactive Black 5 H. R. 4430 - To extend the suspension of duty on a certain chemical H. R. 4431 - To extend the suspension of duty on a certain chemical H. R. 4432 - To extend the suspension of duty on a certain chemical H. R. 4961 - To extend the temporary suspension of duty on 7,7 -[1,3-Propanediylbis[imino(6-fluoro-1,3,5-triazine-4,2-diyl)imino[2-[(aminocarbonyl)amino]-4,1-phenylene]azo]]bis-, sodium salt H. R. 4962 - To extend the temporary suspension of duty on Vat Black 25 H. R. 4970 - To suspend temporarily the duty on 1,4-Benzenedisulfonic acid, 2,2' -[(1-methyl-1,2-ethanediyl)bis[imino(6-fluoro-1,3,5-triazine-4,2-diyl)imino(1-hydroxy-3-sulfo-6,2-naphthalenediyl)azo]]bis[5-methoxy-, sodium salt. H. R. 4971 - To suspend temporarily the duty on Cobaltate(2-), [6-amino-.kappa.N)-5-[[2hydroxy-.kappa.O)-4-nitrophenyl]azo-.kappa.N1]-N-methyl-2-naphthalenesulfonamidato(2-)][6-(amino-.kappa.N)-5-[[2-(hydroxy-.kappa.O)-4-nitrophenyl]azo-.kappa.N1]-2-naphthalenesulfonato(3-)]-, disodium. H. R. 4972 - To suspend temporarily the duty on 2 ,7 -Naphthalenedisulfonic acid, 5-[[4-chloro-6-[[2 -[[4-chloro-6-[[7 -[[4-(ethenylsulfonyl)phenyl]azo]-8-hydroxy-3,6-disulfo-1-naphthalenyl]amino]-1,3,5-triazin-2 -yl]amino]ethyl](2 -hydroxyethyl)amino]-1,3,5-triazin-2 -yl]amino]-3-[[4-(ethenylsulfonyl)phenyl]azo]-4-hydroxy-, sodium salt H. R. 5162 - To suspend temporarily the duty on a certain chemical used in the production of textiles H. R. 5163 - To suspend temporarily the duty on a certain chemical that is used for dyeing apparel home textiles. H. R. 5164 - To suspend temporarily the duty on a certain chemical that is used for dyeing apparel home textiles H. R. 5165 - To extend the temporary suspension of duty on 4-Anilino-3-nitro-N-phenylbenzenesulphonamide. H. R. 51… HOUSE OF REPRESENTATIVES,U.S. International Trade Commission (ITC) 20000   0 0 2008-07-07T08:09:54-04:00

Advanced export

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

CSV options:

CREATE TABLE lobbying_activities (
            id INTEGER PRIMARY KEY,
            filing_uuid TEXT NOT NULL,
            filing_type TEXT NOT NULL,
            registrant_name TEXT NOT NULL,
            registrant_id INTEGER,
            client_name TEXT NOT NULL,
            filing_year INTEGER NOT NULL,
            filing_period TEXT NOT NULL,
            issue_code TEXT,
            specific_issues TEXT,
            government_entities TEXT,
            income_amount INTEGER,
            expense_amount INTEGER,
            is_no_activity INTEGER DEFAULT 0,
            is_termination INTEGER DEFAULT 0,
            received_date TEXT,
            CONSTRAINT fk_activity_filing FOREIGN KEY (filing_uuid)
                REFERENCES lobbying_filings_raw(filing_uuid)
        );
CREATE INDEX idx_act_client_name ON lobbying_activities(client_name COLLATE NOCASE);
CREATE INDEX idx_act_issue_code ON lobbying_activities(issue_code);
CREATE INDEX idx_act_filing_year ON lobbying_activities(filing_year);
CREATE INDEX idx_act_filing_uuid ON lobbying_activities(filing_uuid);
Powered by Datasette · Queries took 56.893ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API