home / election_finance

non_monetary_contributions

FPPC Form 460, Schedule C

Data source: C_Contributions

12 rows where filer_id = 337 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, zipcode, transaction_date, transaction_amt, year_to_date, transaction_description, 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
1153 1153 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-09-26 2024-07-01 2024-09-21 2024-11-05 Mf7t4LvzdrWA OTH Sobre Mesa     Oakland CA 94612     n   2024-07-26 600 600 Food and refreshments for fund raiser    
1154 1154 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-09-26 2024-07-01 2024-09-21 2024-11-05 mkpcyoJUx2k1 OTH Senor Sisig     Oakland CA 94612     n   2024-08-16 100 600 Fund raiser food    
1155 1155 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-09-26 2024-07-01 2024-09-21 2024-11-05 sGtoThBcOqhf IND Kernighan Patricia   Oakland CA 94610 Not employed 512 Not employed n   2024-09-15 60 260 Wine for fund raiser    
1156 1156 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-09-26 2024-07-01 2024-09-21 2024-11-05 3QfMTvEiHiOs OTH Haley Law Group     Oakland CA 09/18/2024     n   2024-09-18 450 450 Refreshments for fund raiser    
1157 1157 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-09-26 2024-07-01 2024-09-21 2024-11-05 aXuanT5cfjlR OTH Line 51 Brewing Co.     Oakland CA 94607     n   2024-09-19 100 100 Refreshments for fund raiser    
1158 1158 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-09-26 2024-07-01 2024-09-21 2024-11-05 38B6ckgnAogG OTH Perle     Oakland CA 94611     n   2024-09-19 600 600 Refreshments for fund raiser    
1178 1178 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-07-30 2024-01-01 2024-06-30 2024-11-05 Zy9SusmgQuIq OTH Tay Ho Restaurant     Oakland CA 94607     n   2024-06-19 150 150 Campaign Event - Food    
1179 1179 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-07-30 2024-01-01 2024-06-30 2024-11-05 8gjLgi2dQMsd OTH Tessier Winery     Berkeley CA 94501     n   2024-06-22 190 190 Campaign event - wine    
1180 1180 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-07-30 2024-01-01 2024-06-30 2024-11-05 DQZfXLXXC6HS OTH Bradford LLC     Alameda CA 94501     n   2024-06-28 200 200 Campaign Event - Gift Certificate    
1181 1181 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-07-30 2024-01-01 2024-06-30 2024-11-05 xxQYeBhvCApQ IND Lazarus Jerome   Oakland CA 94612 Retired 124 Retired n   2024-06-28 400 405 Campaign Event - Space rental    
1182 1182 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-07-30 2024-01-01 2024-06-30 2024-11-05 KbPp1u36zuuW OTH Rocktail LLC     Oakland CA 94612     n   2024-06-28 575 575 Campaign Event - Wine    
1183 1183 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-07-30 2024-01-01 2024-06-30 2024-11-05 fJ8GilwaHXcI OTH Senor Sisig     Oakland CA 94612     n   2024-06-28 500 500 Food for campaign event    

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "non_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" 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 ["non_monetary_contributions_filer_id"] ON [non_monetary_contributions]("filer_id");
CREATE INDEX ["non_monetary_contributions_filer_name"] ON [non_monetary_contributions]("filer_name");
CREATE INDEX ["non_monetary_contributions_committee_id"] ON [non_monetary_contributions]("committee_id");
CREATE INDEX ["non_monetary_contributions_employer"] ON [non_monetary_contributions]("employer");
Powered by Datasette · Queries took 26.044ms · Data source: C_Contributions