Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amendment flag #58

Open
shanebeaulieu opened this issue Feb 7, 2020 · 1 comment
Open

Amendment flag #58

shanebeaulieu opened this issue Feb 7, 2020 · 1 comment

Comments

@shanebeaulieu
Copy link

Can a flag that indicates if a bill has been amended be added to the BILLS API package response data?

@jonquandt
Copy link
Member

@shanebeaulieu -- to clarify, is this to show that a particular bill version was reprinted, or are you looking for a new version of the bill that was amended from a previous version?

There are several different bill versions that indicate that a bill was amended.

https://www.govinfo.gov/help/bills#versions

Engrossed Amendment (House)
Engrossed Amendment (Senate)
Engrossed (House)
Engrossed (Senate)
Referred with Amendments (House)
Referred with Amendments (Senate)
Re-engrossed Amendment (House)
Re-engrossed Amendment (Senate)

Alternatively, you may wish to check the BILLSTATUS associated with the bill to determine if there have been any amendments:
https://github.com/usgpo/bill-status/blob/master/BILLSTATUS-XML_User_User-Guide.md#amendments

This may require some analysis to determine whether the given bill version was before or after an amendment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants