home / election_finance

ie_contributions

FPPC Form 496, Part 3 Contributions

Data source: F496P3_Contributions

11 rows where employer = 7264 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: report_date, transaction_id, transaction_date, transaction_amt, year_to_date, memo_reference_number, 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
7501 7501 1331137 36 Families and Educators for Public Education, Sponsored by GO Public Schools Advocates 194 2020-10-17       INC9783 IND NEE WILLIAM   OAKLAND CA 94606 UNITY SCHOOLS 7264 PRINCIPAL n   2020-10-11 8 88     INC:A:9783
7525 7525 1331137 36 Families and Educators for Public Education, Sponsored by GO Public Schools Advocates 194 2020-10-15       INC9783 IND NEE WILLIAM   OAKLAND CA 94606 UNITY SCHOOLS 7264 PRINCIPAL n   2020-10-11 8 88      
7541 7541 1331137 36 Families and Educators for Public Education, Sponsored by GO Public Schools Advocates 194 2020-10-15       INC9783 IND NEE WILLIAM   OAKLAND CA 94606 UNITY SCHOOLS 7264 PRINCIPAL n   2020-10-11 8 88      
7553 7553 1331137 36 Families and Educators for Public Education, Sponsored by GO Public Schools Advocates 194 2020-10-14       INC9783 IND NEE WILLIAM   OAKLAND CA 94606 UNITY SCHOOLS 7264 PRINCIPAL n   2020-10-11 8 88      
2226 2226 1331137 36 Families and Educators for Public Education, Sponsored by GO Public Schools Advocates 194 2018-11-06       INC6776 IND NEE WILLIAM   OAKLAND CA 94606 UNITY SCHOOLS 7264 PRINCIPAL n   2018-11-01 21.1 253.2     INC:A:6776
1901 1901 1331137 36 Families and Educators for Public Education, Sponsored by GO Public Schools Advocates 194 2018-11-04       INC5249 IND NEE WILLIAM   OAKLAND CA 94606 UNITY SCHOOLS 7264 PRINCIPAL n   2018-07-01 21.1 189.9     INC:A:5249
1946 1946 1331137 36 Families and Educators for Public Education, Sponsored by GO Public Schools Advocates 194 2018-11-04       INC6222 IND NEE WILLIAM   OAKLAND CA 94606 UNITY SCHOOLS 7264 PRINCIPAL n   2018-08-01 21.1 189.9     INC:A:6222
2136 2136 1331137 36 Families and Educators for Public Education, Sponsored by GO Public Schools Advocates 194 2018-11-04       INC6463 IND NEE WILLIAM   OAKLAND CA 94606 UNITY SCHOOLS 7264 PRINCIPAL n   2018-10-01 21.1 232.1     INC:A:6463
2249 2249 1331137 36 Families and Educators for Public Education, Sponsored by GO Public Schools Advocates 194 2018-11-02       INC6776 IND NEE WILLIAM   OAKLAND CA 94606 UNITY SCHOOLS 7264 PRINCIPAL n   2018-11-01 21.1 253.2     INC:A:6776
2163 2163 1331137 36 Families and Educators for Public Education, Sponsored by GO Public Schools Advocates 194 2018-10-04       INC6463 IND NEE WILLIAM   OAKLAND CA 94606 UNITY SCHOOLS 7264 PRINCIPAL n   2018-10-01 21.1 232.1     INC:A:6463
7295 7295 1331137 36 Families and Educators for Public Education, Sponsored by GO Public Schools Advocates 194 2018-10-03       INC6463 IND NEE WILLIAM   OAKLAND CA 94606 UNITY SCHOOLS 7264 PRINCIPAL n   2018-10-01 21.1 232.1     INC:A:6463

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 2646.153ms · Data source: F496P3_Contributions