treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where treaty_id = "96-52" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_type, action_date (date)
| id | treaty_id | action_date ▲ | action_text | action_type |
|---|---|---|---|---|
| 3765 | TAX CONVENTION WITH DENMARK 96-52 | 2000-10-13 | Returned to the President pursuant to S. Res. 267 agreed to in Senate on October 12, 2000. | Floor |
| 3764 | TAX CONVENTION WITH DENMARK 96-52 | 1999-09-21 | Received request for withdrawal of treaty from President in transmittal letter for (Treaty Doc. 106-12) Tax Convention with Denmark. | Calendars |
| 3763 | TAX CONVENTION WITH DENMARK 96-52 | 1985-12-11 | Reported by Mr. Evans, Committee on Foreign Relations, with printed report - Ex.Rept. 99-5. | Committee |
| 3758 | TAX CONVENTION WITH DENMARK 96-52 | 1985-12-04 | Committee on Foreign Relations. Ordered to be reported without amendment favorably. | Committee |
| 3761 | TAX CONVENTION WITH DENMARK 96-52 | 1985-07-30 | Committee on Foreign Relations. Hearings held. | Committee |
| 3762 | TAX CONVENTION WITH DENMARK 96-52 | 1984-10-12 | No further action at sine die, 98th Congress; automatically rereferred to Foreign Relations Committee under paragraph 2 of Rule XXX of the Standing Rules of the Senate. Calendar No. 19. | Calendars |
| 3760 | TAX CONVENTION WITH DENMARK 96-52 | 1984-05-21 | Reported favorably with a proposed resolution of advice and consent to ratification (without reservation). Ex. Rept. 98-23. Calendar No. 19. | Calendars |
| 3759 | TAX CONVENTION WITH DENMARK 96-52 | 1980-09-04 | Received in the Senate and referred to the Committee on Foreign Relations by unanimous consent. | IntroReferral |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE treaty_actions (
id INTEGER PRIMARY KEY AUTOINCREMENT,
treaty_id TEXT NOT NULL REFERENCES treaties(id),
action_date TEXT,
action_text TEXT,
action_type TEXT
);
CREATE INDEX idx_tact_treaty ON treaty_actions(treaty_id);