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

Is it possible to identify individuals with missing financial disclosures? #5

Open
hancush opened this issue Jan 3, 2024 · 4 comments
Assignees

Comments

@hancush
Copy link
Member

hancush commented Jan 3, 2024

That's a story in and of itself! Can we tell from the scrape (or data in the portal) who should file a disclosure, but hasn't?

@fgregg
Copy link
Member

fgregg commented Jan 4, 2024

According to the Secretary of State's website three groups are required to file disclosures:

  1. A person holding a legislative or statewide office
  2. A candidate for legislative or statewide office
  3. A state agency head, an official whose appointment to a board or commission is subject to confirmation by the senate, a member of the insurance nominating committee or a member of the state ethics commission.

We should have a list of the first two groups because they would have also made campaign finance disclosures. The third group would probably require some shoe leather to identify all the individuals.

@fgregg
Copy link
Member

fgregg commented Jan 4, 2024

if i was doing this, i would probably start with sitting elected representatives and senators.

@hancush
Copy link
Member Author

hancush commented Jan 4, 2024

@fgregg Is the scraped data a list of all people who have filed disclosures, or is it a list of all people who should file disclosures, i.e., we could left join the list of filers with filings to see who hasn't filed?

@fgregg
Copy link
Member

fgregg commented Jan 4, 2024

it's people who have filed a disclosure. so, unfortunately, no left join is possible.

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