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

5 rows where filing_uuid = "f8ad4cc5-2dae-42da-b620-e3c8728db40f" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: government_entities, received_date (date)

issue_code 5

  • IMM 1
  • RES 1
  • TAX 1
  • TRA 1
  • TRD 1

filing_year 1

  • 2022 5

filing_period 1

  • first_quarter 5
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
2774838 WORLDWIDE ERC f8ad4cc5-2dae-42da-b620-e3c8728db40f Q1 WORLDWIDE ERC 401105673 WORLDWIDE ERC 2022 first_quarter IMM U.S. Citizenship Act of 2021 (HR 1177) (Would make sweeping change to the United States immigration, visa, and border control system, including reversal and Congressional prohibition of many of the immigration-related executive actions of the previous administration; providing a path to legal residence for current DACA dreamers and others, essential workers in non-immigrant status, ending country-specific visa annual limits; granting immediate relative status to spouses and children of green card holders; and including other green card changes to recapture visas and exempt STEM degrees) U.S. House Committee on the Judiciary Subcommittee on Immigration and Citizenship (Modernize the Nonimmigrant and Immigrant Employment-Based System with E-Filing. As a first step to green card reform, eliminate the employment-based per country green card limits to create a first-come first-served green card system. Increase certainty and efficiency with a Trusted Employer program to pre-certify immigration-compliant employers, saving resources for top government priorities) Engaged the Senate Homeland Security and Government Affairs Committee on improvements to U.S. immigration system including E-Verify as well as processes for entry into the U.S. Modernize the nonimmigrant and immigrant employment-based system with e-filing. Increase certainty and save resources with Trusted Employer to pre-certify immigration-compliant employers, saving resources for top government priorities. Modifying then Registration Requirement for Petitioners Seeking to File Cap-Subject H-1B Petitions; Delay of Effective Date, 86 Fed. Reg. 7656 (Delay of effective date of final rule of a wage-based H-1B lottery process until December 31, 2021 proposed in the Department of Homeland Security) Strengthening Wage Protections for the Temporary and Permanent Employment of Certain Aliens in the United States: Proposed Delay of Effective Date, 86 Fed. Reg. 7656 (February 1, 2021) [DOL Docket No. ETA-2020-0006] (Delay until May 14 of effective date of final rule to… Homeland Security, Dept of (DHS),HOUSE OF REPRESENTATIVES,SENATE,White House Office   20000 0 0 2022-04-15T09:27:59-04:00
2774839 WORLDWIDE ERC f8ad4cc5-2dae-42da-b620-e3c8728db40f Q1 WORLDWIDE ERC 401105673 WORLDWIDE ERC 2022 first_quarter RES The SECURE Notarization Act (S. 1625/HR 3962) Allows a notary public commissioned under state law to remotely notarize electronic records and requires recognition of notarizations performed under the laws of other states. Additionally, the bill allows a notary public to remotely notarize electronic records involving an individual located outside of the United States, subject to certain requirements. Requires U.S. courts and states to recognize notarizations, including remote notarizations of electronic records, that occur in or affect interstate commerce and are performed by a notary public commissioned under the laws of other states. HOUSE OF REPRESENTATIVES,SENATE   20000 0 0 2022-04-15T09:27:59-04:00
2774840 WORLDWIDE ERC f8ad4cc5-2dae-42da-b620-e3c8728db40f Q1 WORLDWIDE ERC 401105673 WORLDWIDE ERC 2022 first_quarter TAX Mobile Workforce State Income Tax Simplification Act (Not yet introduced) (Aims to simplify the standards and processes for taxing nonresident employees who travel temporarily to other states for work) American Jobs Act of 2021 and Bipartisan Infrastructure Bill (To modernize domestic infrastructure, boost job creation and bolster U.S. competitiveness. A $2 trillion investment over an eight-year period aimed to rebuild the nations aging infrastructure including roads, bridges and waterways, bolster infrastructure and supply chain resiliency, improve access to caregivers, and position the U.S. as leaders in research and development. A reinstatement of the moving expense deduction to make it easier to move and relocate employees, essential for U.S. employers as they rebuild and strive to remain globally competitive and strengthen the U.S. economy. Ensure that the corporate and individual tax rates remain competitive with the rest of the world. HOUSE OF REPRESENTATIVES,SENATE   20000 0 0 2022-04-15T09:27:59-04:00
2774841 WORLDWIDE ERC f8ad4cc5-2dae-42da-b620-e3c8728db40f Q1 WORLDWIDE ERC 401105673 WORLDWIDE ERC 2022 first_quarter TRA Department of Transportation, Maritime Administration. (Cargo Preference issues related to the Determinations of Non-Availability of US flag ships). Maritime Administration (MARAD)   20000 0 0 2022-04-15T09:27:59-04:00
2774842 WORLDWIDE ERC f8ad4cc5-2dae-42da-b620-e3c8728db40f Q1 WORLDWIDE ERC 401105673 WORLDWIDE ERC 2022 first_quarter TRD US Innovation and Competition Act (S. 1260) Establishes a Directorate for Technology and Innovation in the National Science Foundation (NSF) and establishes various programs and activities. The Office of Science and Technology Policy shall annually develop a strategy for the federal government to improve national competitiveness in science, research, and innovation to support the national security strategy. The Department of Commerce shall (1) establish a supply chain resiliency and crisis response program to address supply chain gaps and vulnerabilities in critical industries, (2) designate regional technology hubs to facilitate activities that support regional economic development that diffuses innovation around the United States, and (3) award grants to facilitate development and implementation of comprehensive regional technology strategies. Extends through FY2026 the Manufacturing USA Program and expands such program to support innovation and growth in domestic manufacturing. America COMPETES Act (H.R. 4521) - Lobbied to include language to protect the personal data of military personnel and transferees who are shipping their household goods to the U.S. Protects personally identifiable information (PII) by directing the Director of the CBP to remove the PII of individuals prior to making manifest data available for sale. HOUSE OF REPRESENTATIVES,SENATE   20000 0 0 2022-04-15T09:27:59-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 12.557ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API