treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where treaty_id = "96-56" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date (date)
| id | treaty_id | action_date ▲ | action_text | action_type |
|---|---|---|---|---|
| 3784 | TAX CONVENTION WITH EGYPT 96-56 | 1981-12-31 | Entered into force. | Floor |
| 3788 | TAX CONVENTION WITH EGYPT 96-56 | 1981-11-18 | Approved with reservation and understanding to the treaty by 97-0 vote. | Floor |
| 3787 | TAX CONVENTION WITH EGYPT 96-56 | 1981-11-16 | General debate. | Floor |
| 3786 | TAX CONVENTION WITH EGYPT 96-56 | 1981-11-10 | Reported with reservation and understanding to the treaty (Ex. Rept. 97-27). | Floor |
| 3785 | TAX CONVENTION WITH EGYPT 96-56 | 1980-11-12 | Received and referred to Foreign Relations. | Floor |
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);