home / election_finance

ie_contributions

FPPC Form 496, Part 3 Contributions

Data source: F496P3_Contributions

17 rows where filer_name = 16 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: report_date, entity_type, last_name, city, state, zipcode, transaction_date, transaction_amt, year_to_date, report_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
7463 7463 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-10-19       INC2163 OTH Ernst Development Partners, Inc.     Oakland CA 94606   Business is a Corporation n   2020-10-19 1000 1000      
7545 7545 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-10-15       INC2143 OTH Silverado Contractors, Inc.     Oakland CA 94608     n   2020-10-13 10000 10000      
7546 7546 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-10-15       INC2144 OTH ABC Security Service, Inc.     Oakland CA 94606     n   2020-10-14 2500 2500      
7788 7788 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-09-24       IDT2010 OTH Douglas Parking LLC     Oakland CA 94612-3411     n I 2020-07-16 125 250      
7789 7789 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-09-24       IDT2012 OTH Donahue Fitzgerald LLP     Oakland CA 94612     n I 2020-07-27 109.3 109.3      
7790 7790 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-09-24       IDT2013 OTH Holland Partner Group     Oakland CA 94612     n I 2020-07-27 1000 1000      
7791 7791 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-09-24       IDT2017 OTH Bishop O'Dowd High School     Oakland CA 94605     n I 2020-07-28 158.3 158.3      
7792 7792 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-09-24       IDT2016 OTH Kapor Center     Oakland CA 94612     n I 2020-07-28 150 150      
7793 7793 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-09-24       IDT2021 OTH Extenet Systems (California) LLC     Lisle IL 60532     n I 2020-08-14 72.8 145.6      
7794 7794 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-09-24       IDT2022 OTH Signature Development Group, Inc.     Oakland CA 94612     n I 2020-08-14 750 750      
7795 7795 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-09-24       IDT2024 OTH East Bay Municipal Utility District     Oakland CA 94607     n I 2020-08-25 250 250      
7796 7796 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-09-24       INC2098 OTH CASS, Inc     Oakland CA 94607   Business is a corporation n   2020-09-15 5000 5000      
7797 7797 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-09-24       INC2100 IND Butner Cestra   Oakland CA 94619 Horizon Beverage 177 Founder n   2020-09-21 10000 10000      
7798 7798 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2020-09-24       INC2101 COM California Metals Coalition PAC     El Dorado Hills CA 95762     n   2020-09-21 10000 10000   834.0  
52 52 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2014-10-21       INC1607 OTH ABC Security Service, Inc.     Oakland CA 94606     n   2014-10-01 100 1100      
53 53 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2014-10-21       IDT1088 OTH Full Court Press     Oakland CA 94612     n I 2014-10-01 38 788      
54 54 983545 16 OAKPAC, Oakland Metropolitan Chamber of Commerce 16 2014-10-21       INC1610 IND Dollard Adrian   San Francisco CA 94123 Qatalyst Partners 1329 Co-Founder n   2014-10-17 5000 5000      

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "ie_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 ["ie_contributions_filer_id"] ON [ie_contributions]("filer_id");
CREATE INDEX ["ie_contributions_filer_name"] ON [ie_contributions]("filer_name");
CREATE INDEX ["ie_contributions_committee_id"] ON [ie_contributions]("committee_id");
CREATE INDEX ["ie_contributions_employer"] ON [ie_contributions]("employer");
Powered by Datasette · Queries took 25.487ms · Data source: F496P3_Contributions