home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

13 rows where filer_id = 164 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, city, state, zipcode, transaction_date, transaction_amt, year_to_date, 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
43762 43762 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2019-01-31 2018-10-21 2018-12-31 2018-11-06 A13 OTH Unitemized contributions per LIFO - all contributions under $1 000     Oakland CA 94612     n   2018-11-06 15317.09 90580.7      
38614 38614 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2018-10-09 2018-01-01 2018-03-31 2018-11-06 A8 OTH Alameda Labor Council     Oakland CA 94621     n   2018-03-09 1500 1500      
38615 38615 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2018-10-09 2018-01-01 2018-03-31 2018-11-06 A9 OTH Kaiser Foundation Health Plan     Oakland CA 94612     n   2018-03-09 1500 1500      
38616 38616 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2018-10-09 2018-01-01 2018-03-31 2018-11-06 A4 IND Lane Robert   Pleasanton CA 94566   Retired n   2018-03-09 2360.92 2360.92      
38617 38617 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2018-10-09 2018-01-01 2018-03-31 2018-11-06 A5 OTH SEIU International     Los Angeles CA 90017     n   2018-03-09 2500 2500      
38618 38618 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2018-10-09 2018-01-01 2018-03-31 2018-11-06 A6 OTH UNITE HERE     New York NY 10001     n   2018-03-09 2000 2000      
38619 38619 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2018-10-09 2018-01-01 2018-03-31 2018-11-06 A7 OTH Unitemized contributions per LIFO - all contributions under $1 000     Oakland CA 94612     n   2018-03-09 40139.08 44534.96      
38620 38620 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2018-10-09 2018-01-01 2018-03-31 2018-11-06 A3 OTH Unitemized contributions per LIFO - all contributions under $1 000     Oakland CA 94612     n   2018-03-31 1471.43 44534.96      
38621 38621 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2018-10-09 2018-01-01 2018-03-31 2018-11-06 A2 OTH Unitemized contributions per LIFO - all contributions under $1 000     Oakland CA 94612     n   2018-02-28 1655.35 44534.96 Staff Time    
38622 38622 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2018-10-09 2018-01-01 2018-03-31 2018-11-06 A1 OTH Unitemized contributions per LIFO - all contributions under $1 000     Oakland CA 94612     n   2018-01-31 1269.1 44534.96      
47592 47592 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2018-09-27 2018-07-01 2018-09-22 2018-11-06 A12 OTH Unitemized contributions per LIFO - all contributions under $1 000     Oakland CA 94612     n   2018-08-08 17163.7 75263.61      
47593 47593 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2018-09-27 2018-07-01 2018-09-22 2018-11-06 A11 OTH Unitemized contributions per LIFO - all contributions under $1 000     Oakland CA 94612     n   2018-09-20 5564.95 75263.61      
47594 47594 1405491 164 East Bay Alliance for a Sustainable Economy (EBASE) nonprofit 501(c)(3) 207 2018-09-27 2018-07-01 2018-09-22 2018-11-06 A10 OTH Unitemized contributions per LIFO - all contributions under $1 000     Oakland CA 94612     n   2018-09-05 8000 75263.61      

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 25.577ms · Data source: A_Contributions