home / election_finance

non_monetary_contributions

FPPC Form 460, Schedule C

Data source: C_Contributions

9 rows where filer_name = 32 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: report_date, report_start_date, report_end_date, last_name, city, zipcode, employer, occupation, transaction_date, transaction_amt, year_to_date, transaction_description, report_date (date), report_start_date (date), report_end_date (date), election_date (date), transaction_date (date)

Link rowid filer_id filer_name report_date ▲ report_start_date report_end_date election_date transaction_id entity_type last_name first_name prefix city state zipcode employer occupation self_employed transaction_type transaction_date transaction_amt year_to_date transaction_description committee_id memo_reference_number
216 216 1354678 38 Re-Elect Mayor Quan 2014 32 2014-10-06 2014-07-01 2014-09-30 2014-11-04 DRKA4e78E5f1 IND Raskin Phil   Oakland CA 94610 Barlago Italian Kitchen 1579 restaurant owner n   2014-09-10 200 200 appetizers    
254 254 1354678 38 Re-Elect Mayor Quan 2014 32 2014-07-29 2014-01-01 2014-06-30 2014-11-04 RcCdavzba1JZ IND Anderson Darius   San Francisco CA 94105 Platinum Advisors 1585 CEO n   2014-06-30 700 700 breakfast at Americano Restaurant    
255 255 1354678 38 Re-Elect Mayor Quan 2014 32 2014-07-29 2014-01-01 2014-06-30 2014-11-04 VXIt29EHjA6c IND Anderson Saran   Sonoma CA 95476 Chateau Sonomia 1586 owner n   2014-06-30 700 700 breakfast at Americano Restaurant    
256 256 1354678 38 Re-Elect Mayor Quan 2014 32 2014-07-29 2014-01-01 2014-06-30 2014-11-04 96SAwx2AvDPL IND Gruwell Chris   San Francisco CA 94105 Platinum Advisors 1585 President n   2014-06-30 700 700 breakfast at Americano Restaurant    
257 257 1354678 38 Re-Elect Mayor Quan 2014 32 2014-07-29 2014-01-01 2014-06-30 2014-11-04 ssj12s8dc5iD IND Gruwell Lisa   San Francisco CA 94105 Wikimedia 1587 chief revenue officer n   2014-06-30 700 700 breakfast at Americano Restaurant    
39 39 1354678 38 Re-Elect Mayor Quan 2014 32 2014-01-27 2013-07-01 2013-12-31 2014-11-04 ROX1uO9cDwRT IND Hebert Joseph   Oakland CA 94612 Oakland East Bay Symphony 545 musician n   2013-09-23 150 150 musical performance    
40 40 1354678 38 Re-Elect Mayor Quan 2014 32 2014-01-27 2013-07-01 2013-12-31 2014-11-04 XAgM5o8drfkT IND Morgan Michael   Oakland CA 94612 Oakland East Bay Symphony 545 music director n   2013-09-23 300 300 musical performance    
41 41 1354678 38 Re-Elect Mayor Quan 2014 32 2014-01-27 2013-07-01 2013-12-31 2014-11-04 kP87zPZjWtfR IND Picchi Carla   Oakland CA 94612 Oakland East Bay Symphony 545 musician n   2013-09-23 150 150 musical performance    
53 53 1354678 38 Re-Elect Mayor Quan 2014 32 2013-07-31 2013-01-01 2013-06-30   7bO542iRfOy5 IND Somers Sara   Oakland CA 94611 retired 411 retired n   2013-06-14 700 700 A's skybox    

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "non_monetary_contributions" (
"filer_id" INTEGER,
  "filer_name" INTEGER,
  "report_date" TEXT,
  "report_start_date" TEXT,
  "report_end_date" TEXT,
  "election_date" TEXT,
  "transaction_id" TEXT,
  "entity_type" TEXT,
  "last_name" TEXT,
  "first_name" TEXT,
  "prefix" TEXT,
  "city" TEXT,
  "state" TEXT,
  "zipcode" TEXT,
  "employer" INTEGER,
  "occupation" TEXT,
  "self_employed" TEXT,
  "transaction_type" TEXT,
  "transaction_date" TEXT,
  "transaction_amt" NUMERIC,
  "year_to_date" NUMERIC,
  "transaction_description" TEXT,
  "committee_id" TEXT,
  "memo_reference_number" TEXT
,
FOREIGN KEY ("filer_id") REFERENCES [filer_ids](id),
    FOREIGN KEY ("filer_name") REFERENCES [filer_names](id),
    FOREIGN KEY ("committee_id") REFERENCES [committee_ids](id),
    FOREIGN KEY ("employer") REFERENCES [businesses](id));
CREATE INDEX ["non_monetary_contributions_filer_id"] ON [non_monetary_contributions]("filer_id");
CREATE INDEX ["non_monetary_contributions_filer_name"] ON [non_monetary_contributions]("filer_name");
CREATE INDEX ["non_monetary_contributions_committee_id"] ON [non_monetary_contributions]("committee_id");
CREATE INDEX ["non_monetary_contributions_employer"] ON [non_monetary_contributions]("employer");
Powered by Datasette · Queries took 19.979ms · Data source: C_Contributions