-
Notifications
You must be signed in to change notification settings - Fork 106
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
Totals for John Delaney incorrect on election profile page(/elections/) #3611
Comments
Correct: candidate_profile_url Candidate profile page: https://www.fec.gov/data/candidate/P00006213/ Incorrect: Election profile page: https://www.fec.gov/data/elections/president/2020/
It looks like the election profile endpoint/page is excluding F3 data that it shouldn't. @lbeaufort would @hcaofec 's F3/F3P/F3X table help here? @hcaofec what's the status of that combined table? |
@PaulClark2 I also found that the candidate data table has the wrong COH for Delaney. I'm thinking this should be a separate issue because it's a different endpoint that appears to be correct. !!! ERROR - COH results don't match!!! |
^^ The above (comment) work was moved to a separate ticket here: #3635 |
Here is another example because F3 was filed. FULLER, REV VERONICA RONNIE, P00006684 receipts: disbursements: |
Another example: S0KS00190 , ADAMS, ELLIOTT, cand_election_year = 2020 |
Totals is also wrong on Delaney's committee profile page: The above three have: |
Checking: P00006213, DELANEY, JOHN K.
datatable_url
https://api.open.fec.gov/v1/candidates/totals/?candidate_id=P00006213&election_year=2020&full_election=true&api_key=DEMO_KEY&sort=-receipts
candidate_profile_url
https://api.open.fec.gov/v1/candidate/P00006213/totals/?cycle=2020&full_election=true&api_key=DEMO_KEY
election_profile_url
https://api.open.fec.gov/v1/elections/?candidate_id=P00006213&cycle=2020&election_full=true&api_key=DEMO_KEY&office=president&sort_nulls_last=true&sort=-total_receipts&per_page=100
!!! ERROR - results don't match!!!
Candidate datatable: 6145779.44
Candidate profile page: 6145779.44
Election profile page: 5874365.79
!!! ERROR - results don't match!!!
Candidate datatable: 5899574.2
Candidate profile page: 5899574.2
Election profile page: 5660142.67
May become a bigger problem as more people start to/continue to report going into 2020. Affects candidates (likely high profile candidates) who convert their committees.
Completion criteria:
The text was updated successfully, but these errors were encountered: