lobbying_activities
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where filing_uuid = "b1fdb3ea-cd66-4870-9bcb-102d75c9d760" sorted by filing_year descending
This data as json, CSV (advanced)
Suggested facets: specific_issues, received_date (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2172463 | STARBUCKS CORPORATION b1fdb3ea-cd66-4870-9bcb-102d75c9d760 | Q2 | STARBUCKS CORPORATION | 296214 | STARBUCKS CORPORATION | 2018 | second_quarter | IMM | Issues related to employee immigration (no specific legislation). | HOUSE OF REPRESENTATIVES,SENATE,U.S. Trade Representative (USTR) | 290000 | 0 | 0 | 2018-07-20T17:22:22.727000-04:00 | |
| 2172464 | STARBUCKS CORPORATION b1fdb3ea-cd66-4870-9bcb-102d75c9d760 | Q2 | STARBUCKS CORPORATION | 296214 | STARBUCKS CORPORATION | 2018 | second_quarter | CIV | Issues pertaining to company programs related to civic engagement (no specific legislation). | HOUSE OF REPRESENTATIVES,SENATE,U.S. Trade Representative (USTR) | 290000 | 0 | 0 | 2018-07-20T17:22:22.727000-04:00 | |
| 2172465 | STARBUCKS CORPORATION b1fdb3ea-cd66-4870-9bcb-102d75c9d760 | Q2 | STARBUCKS CORPORATION | 296214 | STARBUCKS CORPORATION | 2018 | second_quarter | AGR | Issues related to food donations (no specific legislation). | HOUSE OF REPRESENTATIVES,SENATE,U.S. Trade Representative (USTR) | 290000 | 0 | 0 | 2018-07-20T17:22:22.727000-04:00 | |
| 2172466 | STARBUCKS CORPORATION b1fdb3ea-cd66-4870-9bcb-102d75c9d760 | Q2 | STARBUCKS CORPORATION | 296214 | STARBUCKS CORPORATION | 2018 | second_quarter | ENV | Issues related to ethical sourcing and green buildings (no specific legislation). | HOUSE OF REPRESENTATIVES,SENATE,U.S. Trade Representative (USTR) | 290000 | 0 | 0 | 2018-07-20T17:22:22.727000-04:00 | |
| 2172467 | STARBUCKS CORPORATION b1fdb3ea-cd66-4870-9bcb-102d75c9d760 | Q2 | STARBUCKS CORPORATION | 296214 | STARBUCKS CORPORATION | 2018 | second_quarter | LBR | Issues pertaining to company programs related to workforce employment and training programs (no specific legislation). | HOUSE OF REPRESENTATIVES,SENATE,U.S. Trade Representative (USTR) | 290000 | 0 | 0 | 2018-07-20T17:22:22.727000-04:00 | |
| 2172468 | STARBUCKS CORPORATION b1fdb3ea-cd66-4870-9bcb-102d75c9d760 | Q2 | STARBUCKS CORPORATION | 296214 | STARBUCKS CORPORATION | 2018 | second_quarter | TAX | Issues pertaining to company higher education employee benefits including Upward Mobility Enhancement Act(S. 2007/H.R. 4135). | HOUSE OF REPRESENTATIVES,SENATE,U.S. Trade Representative (USTR) | 290000 | 0 | 0 | 2018-07-20T17:22:22.727000-04:00 | |
| 2172469 | STARBUCKS CORPORATION b1fdb3ea-cd66-4870-9bcb-102d75c9d760 | Q2 | STARBUCKS CORPORATION | 296214 | STARBUCKS CORPORATION | 2018 | second_quarter | VET | Company veterans programs and initiatives regarding transition, employment and training (no specific legislation). | HOUSE OF REPRESENTATIVES,SENATE,U.S. Trade Representative (USTR) | 290000 | 0 | 0 | 2018-07-20T17:22:22.727000-04:00 | |
| 2172470 | STARBUCKS CORPORATION b1fdb3ea-cd66-4870-9bcb-102d75c9d760 | Q2 | STARBUCKS CORPORATION | 296214 | STARBUCKS CORPORATION | 2018 | second_quarter | FOR | Issues pertaining to company agriculture support programs in developing countries (no specific legislation). | HOUSE OF REPRESENTATIVES,SENATE,U.S. Trade Representative (USTR) | 290000 | 0 | 0 | 2018-07-20T17:22:22.727000-04:00 | |
| 2172471 | STARBUCKS CORPORATION b1fdb3ea-cd66-4870-9bcb-102d75c9d760 | Q2 | STARBUCKS CORPORATION | 296214 | STARBUCKS CORPORATION | 2018 | second_quarter | TRD | Issues related to trade with respect to coffee and ethical sourcing (no specific legislation). | HOUSE OF REPRESENTATIVES,SENATE,U.S. Trade Representative (USTR) | 290000 | 0 | 0 | 2018-07-20T17:22:22.727000-04:00 | |
| 2172472 | STARBUCKS CORPORATION b1fdb3ea-cd66-4870-9bcb-102d75c9d760 | Q2 | STARBUCKS CORPORATION | 296214 | STARBUCKS CORPORATION | 2018 | second_quarter | MAN | Issues related to manufacturing programs (no specific legislation). | HOUSE OF REPRESENTATIVES,SENATE,U.S. Trade Representative (USTR) | 290000 | 0 | 0 | 2018-07-20T17:22:22.727000-04:00 | |
| 2172473 | STARBUCKS CORPORATION b1fdb3ea-cd66-4870-9bcb-102d75c9d760 | Q2 | STARBUCKS CORPORATION | 296214 | STARBUCKS CORPORATION | 2018 | second_quarter | EDU | Issues pertaining to company higher education employee benefits including Upward Mobility Enhancement Act(S. 2007/H.R. 4135). | HOUSE OF REPRESENTATIVES,SENATE,U.S. Trade Representative (USTR) | 290000 | 0 | 0 | 2018-07-20T17:22:22.727000-04:00 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);