home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

12 rows where employer = 7636 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, first_name, city, zipcode, occupation, 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
54592 54592 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2020-01-22 2019-07-01 2019-12-31   INC58 IND Muhammad Rahman   Oakland CA 94605 Self-Employed No Separate Business Name 7636 Investor n   2019-09-20 800 800     INC58
55460 55460 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2019-07-23 2019-01-01 2019-06-30 2018-11-06 INC264 IND Rein Paul   Oakland CA 94612 Self-Employed No Separate Business Name 7636 Attorney n   2019-03-11 100 100      
44986 44986 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2019-01-24 2018-10-21 2018-12-31 2018-11-06 IDT273 IND Price Pamela   Oakland CA 94612 Self-Employed No Separate Business Name 7636 Attorney n I 2018-11-29 60 30125      
47613 47613 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2018-09-27 2018-01-01 2018-09-22 2018-11-06 IDT1 IND Price Pamela   Oakland CA 94605 Self-Employed No Separate Business Name 7636 Attorney n I 2018-08-13 15 22565      
47619 47619 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2018-09-27 2018-01-01 2018-09-22 2018-11-06 IDT13 IND Koonan Karen Jo   San Francisco CA 94115 Self-Employed No Separate Business Name 7636 Trial Consultant n I 2018-08-15 100 100      
47675 47675 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2018-09-27 2018-01-01 2018-09-22 2018-11-06 IDT46 IND Price Pamela   Oakland CA 94605 Self-Employed No Separate Business Name 7636 Attorney n I 2018-09-08 25 22565      
47676 47676 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2018-09-27 2018-01-01 2018-09-22 2018-11-06 IDT45 IND Price Pamela   Oakland CA 94605 Self-Employed No Separate Business Name 7636 Attorney n I 2018-09-08 25 22565      
47691 47691 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2018-09-27 2018-01-01 2018-09-22 2018-11-06 INC60 IND Levy Leslie   Oakland CA 94609 Self-Employed No Separate Business Name 7636 Attorney n   2018-09-20 500 500      
47692 47692 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2018-09-27 2018-01-01 2018-09-22 2018-11-06 INC56 IND Middleton Dennis N.   Oakland CA 94611 Self-Employed No Separate Business Name 7636 Certified Public Accountant n   2018-09-20 800 800      
47695 47695 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2018-09-27 2018-01-01 2018-09-22 2018-11-06 INC53 IND Watson H. Geoffrey   Oakland CA 94608-2811 Self-Employed No Separate Business Name 7636 Doctor n   2018-09-20 800 800      
47708 47708 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2018-09-27 2018-01-01 2018-09-22 2018-11-06 IDT130 IND Howze Patricia J.   Novato CA 94947 Self-Employed No Separate Business Name 7636 Attorney n I 2018-09-22 100 100      
47713 47713 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2018-09-27 2018-01-01 2018-09-22 2018-11-06 IDT132 IND Moore Howard   Berkeley CA 94707 Self-Employed No Separate Business Name 7636 Attorney n I 2018-09-22 200 200      

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