home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

13 rows where filer_id = 18 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, entity_type, last_name, first_name, city, zipcode, employer, occupation, transaction_date, transaction_amt, year_to_date, report_date (date), report_start_date (date), report_end_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
13809 13809 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2015-01-28 2014-07-01 2014-12-31   3aAg4je5XmPk IND Woodliff A.E.   Alameda CA 94501 Retired 124 Retired n   2014-08-05 700 700      
2802 2802 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2014-01-31 2013-07-01 2013-12-31   srguPSFEvMY5 IND Vederman William   Oakland CA 94602 Sunrise Health Medical Group 820 Physician n   2013-09-12 500 500      
4303 4303 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2013-07-31 2013-01-01 2013-06-30   sviaYMTOwCSV IND Altemus Dan   Oakland CA 94610 Self 228 Labor Arbitrator n   2013-04-23 500 500      
4304 4304 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2013-07-31 2013-01-01 2013-06-30   hNSJpNk1nPLK IND Arth George   Oakland CA 94619 Retired 124 Retired n   2013-04-23 100 100      
4305 4305 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2013-07-31 2013-01-01 2013-06-30   pXq7CGvCQrxl OTH Douglas Parking, LLC     Oakland CA 94612     n   2013-05-31 300 300      
4306 4306 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2013-07-31 2013-01-01 2013-06-30   ChxOawT3Q9cu OTH The Lapham Company, Inc.     Oakland CA 94609     n   2013-06-10 300 300      
4307 4307 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2013-07-31 2013-01-01 2013-06-30   Ws3llclGOrh2 IND Rosengard-Russo Melissa   Oakland CA 94611 Chabot Space and Science Center 1287 Director of Institutional Advancement n   2013-06-19 300 300      
738 738 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2013-01-31 2012-07-01 2012-12-31   Wrz9E6UISI46 IND Ruby Courtney   Oakland CA 94605 City of Oakland 8 City Auditor n   2012-07-11 50 185      
739 739 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2013-01-31 2012-07-01 2012-12-31   a3OdCfzSlHtA IND Ruby Courtney   Oakland CA 94605 City of Oakland 8 City Auditor n   2012-09-20 100 185      
740 740 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2013-01-31 2012-07-01 2012-12-31   w2f6lLc2jNjF IND Ruby Courtney   Oakland CA 94605 City of Oakland 8 City Auditor n   2012-10-02 35 185      
741 741 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2013-01-31 2012-07-01 2012-12-31   WkKYHrmzKwQF IND Slater Amy   Berkeley CA 94705 Self-employed 265 Attorney n   2012-10-15 300 300      
742 742 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2013-01-31 2012-07-01 2012-12-31   jRe3wxX7Ev5O IND Zahas Eugene   Oakland CA 94602 Johnstone Supply 105 President n   2012-11-26 400 400      
743 743 1284364 18 Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 2013-01-31 2012-07-01 2012-12-31   Uq7rFXALd6NM IND Echols Elizabeth   Oakland CA 94611 US Small Business Administration 266 Regional Administrator n   2012-12-28 300 300      

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "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" INTEGER,
  "city" TEXT,
  "state" TEXT,
  "zipcode" TEXT,
  "employer" INTEGER,
  "occupation" TEXT,
  "self_employed" TEXT,
  "transaction_type" INTEGER,
  "transaction_date" TEXT,
  "transaction_amt" INTEGER,
  "year_to_date" INTEGER,
  "transaction_description" INTEGER,
  "committee_id" TEXT,
  "memo_reference_number" INTEGER
,
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 ["monetary_contributions_filer_id"] ON [monetary_contributions]("filer_id");
CREATE INDEX ["monetary_contributions_filer_name"] ON [monetary_contributions]("filer_name");
CREATE INDEX ["monetary_contributions_committee_id"] ON [monetary_contributions]("committee_id");
CREATE INDEX ["monetary_contributions_employer"] ON [monetary_contributions]("employer");
Powered by Datasette · Queries took 19.762ms · Data source: A_Contributions