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

8 rows where bill_id = "111-hres-943" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 6
  • 1 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hres-943,K000365 Expressing the sense of the House of Representatives that the Federal banking regulators should, with respect to well-managed community-based depository institutions, permit appropriate capital forbearance, troubled debt restructuring accounting practices, and other time-tested measures that would allow such institutions to continue to provide for the financial vitality for our Nation's small businesses and family farms. 111-hres-943 K000365 Rep. Kagen, Steve [D-WI-8] D WI 2010-01-21 0
111-hres-943,H001048 Expressing the sense of the House of Representatives that the Federal banking regulators should, with respect to well-managed community-based depository institutions, permit appropriate capital forbearance, troubled debt restructuring accounting practices, and other time-tested measures that would allow such institutions to continue to provide for the financial vitality for our Nation's small businesses and family farms. 111-hres-943 H001048 Rep. Hunter, Duncan D. [R-CA-52] R CA 2010-01-19 0
111-hres-943,P000598 Expressing the sense of the House of Representatives that the Federal banking regulators should, with respect to well-managed community-based depository institutions, permit appropriate capital forbearance, troubled debt restructuring accounting practices, and other time-tested measures that would allow such institutions to continue to provide for the financial vitality for our Nation's small businesses and family farms. 111-hres-943 P000598 Rep. Polis, Jared [D-CO-2] D CO 2010-01-13 0
111-hres-943,S001172 Expressing the sense of the House of Representatives that the Federal banking regulators should, with respect to well-managed community-based depository institutions, permit appropriate capital forbearance, troubled debt restructuring accounting practices, and other time-tested measures that would allow such institutions to continue to provide for the financial vitality for our Nation's small businesses and family farms. 111-hres-943 S001172 Rep. Smith, Adrian [R-NE-3] R NE 2010-01-13 0
111-hres-943,L000564 Expressing the sense of the House of Representatives that the Federal banking regulators should, with respect to well-managed community-based depository institutions, permit appropriate capital forbearance, troubled debt restructuring accounting practices, and other time-tested measures that would allow such institutions to continue to provide for the financial vitality for our Nation's small businesses and family farms. 111-hres-943 L000564 Rep. Lamborn, Doug [R-CO-5] R CO 2009-12-15 0
111-hres-943,M001172 Expressing the sense of the House of Representatives that the Federal banking regulators should, with respect to well-managed community-based depository institutions, permit appropriate capital forbearance, troubled debt restructuring accounting practices, and other time-tested measures that would allow such institutions to continue to provide for the financial vitality for our Nation's small businesses and family farms. 111-hres-943 M001172 Rep. Markey, Betsy [D-CO-4] D CO 2009-12-10 0
111-hres-943,P000593 Expressing the sense of the House of Representatives that the Federal banking regulators should, with respect to well-managed community-based depository institutions, permit appropriate capital forbearance, troubled debt restructuring accounting practices, and other time-tested measures that would allow such institutions to continue to provide for the financial vitality for our Nation's small businesses and family farms. 111-hres-943 P000593 Rep. Perlmutter, Ed [D-CO-7] D CO 2009-12-03 1
111-hres-943,L000569 Expressing the sense of the House of Representatives that the Federal banking regulators should, with respect to well-managed community-based depository institutions, permit appropriate capital forbearance, troubled debt restructuring accounting practices, and other time-tested measures that would allow such institutions to continue to provide for the financial vitality for our Nation's small businesses and family farms. 111-hres-943 L000569 Rep. Luetkemeyer, Blaine [R-MO-9] R MO 2009-12-03 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 351.263ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API