caciviclab / disclosure-frontend

DEPRECATED (We're working on the "odca-jekyll" repo instead) California’s online source for local campaign finance data
http://www.opendisclosure.io/
MIT License
7 stars 15 forks source link

Feedback: a question on data correctness #236

Closed sfdoran closed 7 years ago

sfdoran commented 7 years ago

Missing data for contributions and expenditures against Measure KK.

Found "Coalition to Improve Oakland Government - NO on Measure KK sponsored by Oakland small business and property owners, home owners and renters" filer id 1391606 and added to google sheet.

It's a general purpose recipient committee.

NetFile shows contributions on 10/27 pre-election 460 Schedule A and $10,724 expenditures on Schedule E plus $15,933 expenditures reported Schedule G and eleven 497s totaling $36,500 in contributions.

There is no data in the ballot measure or support/oppose fields or records under Schedule D - filer error?

Any chance we can fix it by tonight?

tdooner commented 7 years ago

@sfdoran If I understand correctly, you just added the filer to the google sheet, so it should just take a re-run of the processing to show them? I'll make sure to get this when I go home tonight.

mikeubell commented 7 years ago

I might be able to look. I’m doing tech support at the Hillary phone bank so it might not happen. Perhaps we just need to do a new build? Tom can you try that?

On Nov 7, 2016, at 10:48 AM, Suzanne Doran notifications@github.com wrote:

Missing data for contributions and expenditures against Measure KK.

Found "Coalition to Improve Oakland Government - NO on Measure KK sponsored by Oakland small business and property owners, home owners and renters" filer id 1391606 and added to google sheet.

It's a general purpose recipient committee.

NetFile shows contributions on 10/27 pre-election 460 Schedule A and $10,724 expenditures on Schedule E plus $15,933 expenditures reported Schedule G and eleven 497s totaling $36,500 in contributions.

There is no data in the ballot measure or support/oppose fields or records under Schedule D - filer error?

Any chance we can fix it by tonight?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/caciviclab/disclosure-frontend/issues/236, or mute the thread https://github.com/notifications/unsubscribe-auth/AGcj-C1jP3nQTCzChW77OW_fVrhHRuyHks5q73J1gaJpZM4Krkl7.

mikeubell commented 7 years ago

Ah great minds think alike.

On Nov 7, 2016, at 11:14 AM, Michael Ubell mike.ubell@gmail.com wrote:

I might be able to look. I’m doing tech support at the Hillary phone bank so it might not happen. Perhaps we just need to do a new build? Tom can you try that?

On Nov 7, 2016, at 10:48 AM, Suzanne Doran <notifications@github.com mailto:notifications@github.com> wrote:

Missing data for contributions and expenditures against Measure KK.

Found "Coalition to Improve Oakland Government - NO on Measure KK sponsored by Oakland small business and property owners, home owners and renters" filer id 1391606 and added to google sheet.

It's a general purpose recipient committee.

NetFile shows contributions on 10/27 pre-election 460 Schedule A and $10,724 expenditures on Schedule E plus $15,933 expenditures reported Schedule G and eleven 497s totaling $36,500 in contributions.

There is no data in the ballot measure or support/oppose fields or records under Schedule D - filer error?

Any chance we can fix it by tonight?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/caciviclab/disclosure-frontend/issues/236, or mute the thread https://github.com/notifications/unsubscribe-auth/AGcj-C1jP3nQTCzChW77OW_fVrhHRuyHks5q73J1gaJpZM4Krkl7.

tdooner commented 7 years ago

Okay, I re-ran the data (locally -- I can't deploy it until I get home tonight) and it came up with this diff:

diff --git a/build/referendum/4/opposing/index.json b/build/referendum/4/opposing/index.json
index e9e46e9..ba26236 100644
--- a/build/referendum/4/opposing/index.json
+++ b/build/referendum/4/opposing/index.json
@@ -6,12 +6,22 @@
   "summary": "This measure would allow the City to borrow up to $600 million by issuing general obligation bonds. The bonds would be repaid with revenue from an “ad valorem” property tax. “Ad valorem” means according to the value of the property. The City would impose a tax based on the value of real property and improvements within the City to pay the principal and interest of the bonds. The City would use this money to build, buy, improve, and rehabilitate facilities and infrastructure and for affordable housing in Oakland. The projects financed by the bonds would be completed as needed according to City Council established priorities as set forth in the City’s Capital Improvement Plan.",
   "number": "KK",
   "opposing_organizations": [
-
-  ],
-  "total_contributions": [
-
+    {
+      "id": "1391606",
+      "name": "Coalition to Improve Oakland Government - NO on Measure KK sponsored by Oakland small business and property owners, home owners and renters",
+      "payee": "Coalition to Improve Oakland Government - NO on Measure KK sponsored by Oakland small business and property owners, home owners and renters",
+      "amount": 10724.12
+    }
   ],
+  "total_contributions": 36500.0,
   "contributions_by_region": [
-
+    {
+      "amount": 19500.0,
+      "locale": "Within California"
+    },
+    {
+      "amount": 17000.0,
+      "locale": "Within Oakland"
+    }
   ]
 }

Glad that it aligns with Suzanne's calculations on the first go. I'll push this to the site ASAP when I get home tonight.

sfdoran commented 7 years ago

I looked up this filer's 460 and it did indicate opposition to KK - I am following up with the City Clerk and NetFile to find out why it doesn't show up that way in our data.

adborden commented 7 years ago

@sfdoran is this still an issue?

adborden commented 7 years ago

Closing, we can re-open if needed.