home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

13 rows where employer = 8142 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filer_id, filer_name, report_date, report_start_date, report_end_date, election_date, transaction_id, 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
80715 80715 1444317 281 Seneca Scott for Oakland Mayor 2022 364 2023-01-31 2022-09-25 2022-10-22 2022-11-08 o6HCPXYBTBAt IND McConnell Gregory   Danville CA 94506 The Mcconnell Group 8142 Consultant n   2022-10-22 900 900      
85655 85655 1444317 281 Seneca Scott for Oakland Mayor 2022 364 2022-10-27 2022-09-25 2022-10-22 2022-11-08 o6HCPXYBTBAt IND McConnell Gregory   Danville CA 94506 The Mcconnell Group 8142 Consultant n   2022-10-22 900 900      
75200 75200 1444142 276 Rebecca Kaplan for Supervisor 2022 358 2022-07-27 2022-01-01 2022-04-23 2022-06-07 INC1 IND Mcconnell Gregory   Oakland CA 94612 The Mcconnell Group 8142 Consultant n   2022-02-10 1500 1500      
69280 69280 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2022-07-17 2021-01-01 2021-06-30 2020-11-03 INC1815 IND McConnell Gregory   Danville CA 94506 The Mcconnell Group 8142 Political Consultant n   2021-03-09 500 500      
91309 91309 1444142 276 Rebecca Kaplan for Supervisor 2022 358 2022-04-28 2022-01-01 2022-04-23 2022-06-07 INC1 IND Mcconnell Gregory   Oakland CA 94612 The Mcconnell Group 8142 Consultant n   2022-02-10 1500 1500      
74743 74743 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2021-07-10 2021-01-01 2021-06-30 2020-11-03 INC1815 IND McConnell Gregory   Danville CA 94506 The Mcconnell Group 8142 Political Consultant n   2021-03-09 500 500      
57666 57666 1421347 208 Re-Elect Lynette Gibson-McElhaney for City Council 2020 264 2020-10-18 2020-07-01 2020-09-19 2020-11-03 INC774 IND McConnell Greg   Oakland CA 94612 The Mcconnell Group 8142 Consultant and President n   2020-09-15 400 900      
57920 57920 1366759 95 Treva Reid for Oakland City Council 2020 160 2020-10-18 2020-07-01 2020-09-19 2020-11-03 INC1166 IND McConnell Greg   Oakland CA 94612 The Mcconnell Group 8142 President and Chief Executive Officer n   2020-09-15 250 250      
66181 66181 1421347 208 Re-Elect Lynette Gibson-McElhaney for City Council 2020 264 2020-09-23 2020-07-01 2020-09-19 2020-11-03 INC774 IND McConnell Greg   Oakland CA 94612 The Mcconnell Group 8142 Consultant and President n   2020-09-15 400 900      
65922 65922 1366759 95 Treva Reid for Oakland City Council 2020 160 2020-09-22 2020-07-01 2020-09-19 2020-11-03 INC1166 IND McConnell Greg   Oakland CA 94612 The Mcconnell Group 8142 President and Chief Executive Officer n   2020-09-15 250 250      
55993 55993 1421347 208 Re-Elect Lynette Gibson-McElhaney for City Council 2020 264 2020-07-31 2020-01-01 2020-06-30 2020-11-03 INC258 IND Mcconnell Gregory   Danville CA 94506 The Mcconnell Group 8142 Principal n   2020-06-30 500 500      
68526 68526 1421347 208 Re-Elect Lynette Gibson-McElhaney for City Council 2020 264 2020-07-21 2020-01-01 2020-06-30 2020-11-03 INC258 IND Mcconnell Gregory   Danville CA 94506 The Mcconnell Group 8142 Principal n   2020-06-30 500 500      
48930 48930 1405456 177 Sheng Thao for Oakland City Council 2018 226 2018-07-31 2018-01-01 2018-06-30   A56 IND Mcconnell Gregory   Danville CA 94506 The Mcconnell Group 8142 Consultant n   2018-06-30 400 400      

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