-
Notifications
You must be signed in to change notification settings - Fork 14
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
What to display when we don't have finance data on candidates #163
Comments
@sfdoran Thanks for the clarificaiton. So for 1), we can detect this when the candidate does not have a filer_id and then display "This candidate has not yet registered a campaign committee" For 2 and 3, we can't really detect this, we just know they have registered a committee because they have a filer_id. We would have to keep track of filing deadlines within the back end, which we don't today. What would we display in this case? So if we detect a filer_id but we the contributions are less than 2000, what should we display? "This candidate has yet to meet the requirements for filing"? cc @elinaru |
@adborden candidates can file a 460 even if they have under $2,000 in activity. We have a couple candidates like that in 2016 - Sidebotham and Hummel. Their total contributions still showed up. For 2 & 3, how about "No campaign data available for this committee"? We could add a link to the FAQ section that talks about How up-to-date is the data? It lists the reporting deadlines. We can add more explanation there as well. |
FYI a candidate might have a figure for total contributions, but no itemized contributions to display if they were all under $100. |
Where do itemized contributions show up on the site? Are the filing deadlines set by FPPC/State, or are the deadlines specific to Oakland? |
Itemized contributions show up on the candidate and ballot measure pages when we show contributions broken down by type (from individuals, committees, other, or un-itemized) and by where they come from (in Oakland, in CA, outside CA). Itemized contributions are the source for what appears on the committee contributions page as well. The filing deadlines are set by the State. Some deadlines are scheduled (semi-annual and pre-election campaign statements aka Form 460). Other deadlines are not scheduled but are triggered by activity within certain time frames prior to an election, e.g. Form 497 (Late Contribution or 24-hour reports) or quarterly 460 statements by ballot measure committees. |
There are several cases where we might not have finance data for candidates. Some of those conditions we can't detect because we don't keep track of information that we would need (like filing deadlines).
@sfdoran explains these different cases:
The text was updated successfully, but these errors were encountered: