legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where bill_id = "97-sres-238" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_text, action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 2156263 | A resolution to retain the deductibility from personal taxes of interest paid on residential mortgages. 97-sres-238 | 1981-12-07 | Resolution agreed to in Senate without amendment and with a preamble by Yea-Nay Vote. 83-0. Record Vote No: 458. | Floor | Senate | |
| 2156264 | A resolution to retain the deductibility from personal taxes of interest paid on residential mortgages. 97-sres-238 | 1981-12-07 | Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Yea-Nay Vote. 83-0. Record Vote No: 458. | Floor | Library of Congress | |
| 2156265 | A resolution to retain the deductibility from personal taxes of interest paid on residential mortgages. 97-sres-238 | 1981-12-07 | Considered by Senate. | Floor | Senate | |
| 2156266 | A resolution to retain the deductibility from personal taxes of interest paid on residential mortgages. 97-sres-238 | 1981-12-02 | Placed on Senate Legislative Calendar under Regular Orders. Calendar No. 394. | Calendars | Senate | |
| 2156267 | A resolution to retain the deductibility from personal taxes of interest paid on residential mortgages. 97-sres-238 | 1981-12-02 | Committee on Finance. Reported to Senate by Senator Dole favorably without amendment and with a preamble. Without written report. | Committee | Senate | |
| 2156268 | A resolution to retain the deductibility from personal taxes of interest paid on residential mortgages. 97-sres-238 | 1981-12-02 | Committee on Finance. Reported to Senate by Senator Dole favorably without amendment and with a preamble. Without written report. | Committee | Library of Congress | |
| 2156269 | A resolution to retain the deductibility from personal taxes of interest paid on residential mortgages. 97-sres-238 | 1981-12-02 | Committee on Finance. Ordered to be reported without amendment favorably. | Committee | Senate | |
| 2156270 | A resolution to retain the deductibility from personal taxes of interest paid on residential mortgages. 97-sres-238 | 1981-11-05 | Committee on Finance requested executive comment from OMB; Treasury Department. | Committee | Senate | |
| 2156271 | A resolution to retain the deductibility from personal taxes of interest paid on residential mortgages. 97-sres-238 | 1981-11-03 | Referred to Senate Committee on Finance. | IntroReferral | Senate | |
| 2156272 | A resolution to retain the deductibility from personal taxes of interest paid on residential mortgages. 97-sres-238 | 1981-11-03 | Introduced in Senate | IntroReferral | Library of Congress |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation_actions (
id INTEGER PRIMARY KEY AUTOINCREMENT,
bill_id TEXT REFERENCES legislation(bill_id),
action_date TEXT,
action_text TEXT,
action_type TEXT,
chamber TEXT,
action_code TEXT
);
CREATE INDEX idx_legact_bill ON legislation_actions(bill_id);
CREATE INDEX idx_legact_date ON legislation_actions(action_date);