treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where treaty_id = "99-13" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_type, action_date (date)
| id | treaty_id | action_date ▲ | action_text | action_type |
|---|---|---|---|---|
| 4142 | TAX CONVENTION WITH TUNISIA 99-13 | 1990-09-18 | Treaty considered; yeas and nays obtained. | Calendars |
| 4143 | TAX CONVENTION WITH TUNISIA 99-13 | 1990-09-18 | Resolution of advice and consent to ratification agreed to in Senate by Yea-Nay Vote. 99 - 0. Record Vote Number: 236. | Floor |
| 4141 | TAX CONVENTION WITH TUNISIA 99-13 | 1990-09-14 | By unanimous consent, treaty considered as having passed through its various parliamentary stages, up to and including the presentation of the resolution of advice and consent to ratification; time for debate and vote set. | Calendars |
| 4140 | TAX CONVENTION WITH TUNISIA 99-13 | 1990-07-27 | Reported by Mr. Pell, Committee on Foreign Relations, with printed report - Ex.Rept. 101-23. With a resolution of advice and consent to ratification. | Committee |
| 4139 | TAX CONVENTION WITH TUNISIA 99-13 | 1990-06-28 | Committee on Foreign Relations. Ordered to be reported without amendment favorably. | Committee |
| 4138 | TAX CONVENTION WITH TUNISIA 99-13 | 1986-03-13 | Received in the Senate and referred to the Committee on Foreign Relations. | 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);