home / openregs

legislation_cosponsors

Cosponsors for tracked legislation. Distinguishes original cosponsors (signed on at introduction) from later additions. Linked to congress_members via bioguide_id.

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

7 rows where bill_id = "98-hconres-152" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, sponsorship_date (date)

is_original_cosponsor 2

  • 0 6
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
98-hconres-152,K000118 A concurrent resolution directing the Commissioner of Social Security and the Secretary of Health and Human Services to immediately conduct a study and report to Congress on steps which can be taken to correct the benefit disparity known as the notch problem, in order to insure equitable and fair treatment for those who have based their retirement plans on benefit levels which have existed for the past decade. 98-hconres-152 K000118 Rep. Kennelly, Barbara B. [D-CT-1] D CT 1984-02-28 0
98-hconres-152,M000844 A concurrent resolution directing the Commissioner of Social Security and the Secretary of Health and Human Services to immediately conduct a study and report to Congress on steps which can be taken to correct the benefit disparity known as the notch problem, in order to insure equitable and fair treatment for those who have based their retirement plans on benefit levels which have existed for the past decade. 98-hconres-152 M000844 Rep. Mollohan, Alan B. [D-WV-1] D WV 1984-02-22 0
98-hconres-152,N000016 A concurrent resolution directing the Commissioner of Social Security and the Secretary of Health and Human Services to immediately conduct a study and report to Congress on steps which can be taken to correct the benefit disparity known as the notch problem, in order to insure equitable and fair treatment for those who have based their retirement plans on benefit levels which have existed for the past decade. 98-hconres-152 N000016 Rep. Neal, Stephen L. [D-NC-5] D NC 1983-11-16 0
98-hconres-152,H000114 A concurrent resolution directing the Commissioner of Social Security and the Secretary of Health and Human Services to immediately conduct a study and report to Congress on steps which can be taken to correct the benefit disparity known as the notch problem, in order to insure equitable and fair treatment for those who have based their retirement plans on benefit levels which have existed for the past decade. 98-hconres-152 H000114 Rep. Hamilton, Lee H. [D-IN-9] D IN 1983-10-31 0
98-hconres-152,M000264 A concurrent resolution directing the Commissioner of Social Security and the Secretary of Health and Human Services to immediately conduct a study and report to Congress on steps which can be taken to correct the benefit disparity known as the notch problem, in order to insure equitable and fair treatment for those who have based their retirement plans on benefit levels which have existed for the past decade. 98-hconres-152 M000264 Rep. Mavroules, Nicholas [D-MA-6] D MA 1983-10-05 0
98-hconres-152,H001022 A concurrent resolution directing the Commissioner of Social Security and the Secretary of Health and Human Services to immediately conduct a study and report to Congress on steps which can be taken to correct the benefit disparity known as the notch problem, in order to insure equitable and fair treatment for those who have based their retirement plans on benefit levels which have existed for the past decade. 98-hconres-152 H001022 Rep. Hyde, Henry J. [R-IL-6] R IL 1983-09-30 0
98-hconres-152,P000104 A concurrent resolution directing the Commissioner of Social Security and the Secretary of Health and Human Services to immediately conduct a study and report to Congress on steps which can be taken to correct the benefit disparity known as the notch problem, in order to insure equitable and fair treatment for those who have based their retirement plans on benefit levels which have existed for the past decade. 98-hconres-152 P000104 Rep. Patman, William N. [D-TX-14] D TX 1983-09-22 1

Advanced export

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

CSV options:

CREATE TABLE legislation_cosponsors (
    bill_id TEXT NOT NULL REFERENCES legislation(bill_id),
    bioguide_id TEXT NOT NULL,
    full_name TEXT,
    party TEXT,
    state TEXT,
    sponsorship_date TEXT,
    is_original_cosponsor INTEGER,
    PRIMARY KEY (bill_id, bioguide_id)
);
CREATE INDEX idx_lc_bioguide ON legislation_cosponsors(bioguide_id);
CREATE INDEX idx_lc_bill ON legislation_cosponsors(bill_id);
CREATE INDEX idx_lc_original ON legislation_cosponsors(is_original_cosponsor);
Powered by Datasette · Queries took 5.7ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API