treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where treaty_id = "112-5" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_text, action_type, action_date (date)
| id | treaty_id | action_date ▲ | action_text | action_type |
|---|---|---|---|---|
| 2629 | Protocol Amending the Convention on Mutual Administrative Assistance in Tax Matters. 112-5 | 2017-01-03 | No further action at sine die adjournment of the 114th Congress; automatically rereferred to the Committee on Foreign Relations under the provisions of Rule XXX, section 2, of the Standing Rules of the Senate. | IntroReferral |
| 2628 | Protocol Amending the Convention on Mutual Administrative Assistance in Tax Matters. 112-5 | 2016-02-09 | Reported favorably by Senator Corker, Committee on Foreign Relations with printed Ex. Rept. 114-8 and a resolution of advice and consent to ratification with 1 declaration. Executive Calendar No. 8. | Committee |
| 2627 | Protocol Amending the Convention on Mutual Administrative Assistance in Tax Matters. 112-5 | 2015-11-10 | Committee on Foreign Relations. Ordered to be reported without amendment favorably. | Committee |
| 2626 | Protocol Amending the Convention on Mutual Administrative Assistance in Tax Matters. 112-5 | 2015-10-29 | Committee on Foreign Relations. Hearings held. | Committee |
| 2625 | Protocol Amending the Convention on Mutual Administrative Assistance in Tax Matters. 112-5 | 2014-12-17 | No further action at sine die adjournment of the 113th Congress; automatically rereferred to the Committee on Foreign Relations under the provisions of Rule XXX, section 2, of the Standing Rules of the Senate. | IntroReferral |
| 2630 | Protocol Amending the Convention on Mutual Administrative Assistance in Tax Matters. 112-5 | 2014-04-29 | Committee on Foreign Relations filed written report Ex. Rept.113-8. | Floor |
| 2624 | Protocol Amending the Convention on Mutual Administrative Assistance in Tax Matters. 112-5 | 2014-04-08 | Reported by Senator Menendez, Committee on Foreign Relations without printed report and a resolution of advice and consent to ratification. Executive Calendar No. 7. | Committee |
| 2623 | Protocol Amending the Convention on Mutual Administrative Assistance in Tax Matters. 112-5 | 2014-04-01 | Committee on Foreign Relations. Ordered to be reported without amendment favorably. | Committee |
| 2622 | Protocol Amending the Convention on Mutual Administrative Assistance in Tax Matters. 112-5 | 2014-02-26 | Committee on Foreign Relations. Hearings held. | Committee |
| 2621 | Protocol Amending the Convention on Mutual Administrative Assistance in Tax Matters. 112-5 | 2012-05-17 | Received in the Senate and referred to the Committee on Foreign Relations by unanimous consent removing the injunction of secrecy. | 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);