home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

16 rows where filer_name = 294 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, election_date, transaction_id, entity_type, payee_last_name, payee_city, payee_zipcode, beginning_balance, amount_incurred, amount_paid, ending_balance, expenditure_description, report_date (date), report_start_date (date), report_end_date (date), election_date (date)

Link rowid filer_id filer_name committee_type report_date ▲ report_start_date report_end_date election_date transaction_id entity_type payee_last_name payee_first_name payee_prefix payee_suffix payee_city payee_state payee_zipcode beginning_balance amount_incurred amount_paid ending_balance expenditure_description committee_id memo_reference_number
8182 8182 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2025-01-30 2024-10-20 2024-12-31   PAY2522 IND Sperry Joshua     Berkeley CA 94705 495.69 0 0 495.69 Accrued Paid    
6102 6102 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2023-10-05 2022-09-25 2022-10-22 2022-11-08 PAY1801 OTH Atomic Productions       Emeryville CA 94608 0 2885 0 2885 Accrued Paid    
6172 6172 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2023-10-05 2022-10-23 2022-12-31   PAY1801 OTH Atomic Productions       Emeryville CA 94608 2885 0 0 2885 Accrued Paid    
7376 7376 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2023-07-30 2023-01-01 2023-06-30   PAY1801 OTH Atomic Productions       Emeryville CA 94608 2885 0 2885 0 Accrued Paid    
4663 4663 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2021-08-05 2020-10-18 2020-12-31   PAY654 OTH GetThru       Fremont CA 94538 2400 -183.2 2216.8 0 Text Messaging Supporting Sam Davis, Ben Tapscott, VanCedric Williams, Mike Hutchinson    
4664 4664 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2021-08-05 2020-10-18 2020-12-31   PAY633 OTH Stephen Company       Sacramento CA 95814 546.9 0 546.9 0      
4665 4665 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2021-08-05 2020-10-18 2020-12-31   PAY632 OTH The Lew Edwards Group       Oakland CA 94611 5815.39 0 5815.39 0 Accrued Paid    
4666 4666 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2021-07-17 2020-10-18 2020-12-31   PAY632 OTH The Lew Edwards Group       Oakland CA 94611 5815.39 0 5815.39 0 Accrued Paid    
4667 4667 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2021-07-17 2020-10-18 2020-12-31   PAY633 OTH Stephen Company       Sacramento CA 95814 546.9 0 546.9 0      
4668 4668 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2021-07-17 2020-10-18 2020-12-31   PAY654 OTH GetThru       Fremont CA 94538 2400 -183.2 2216.8 0 Text Messaging Supporting Sam Davis, Ben Tapscott, VanCedric Williams, Mike Hutchinson    
4716 4716 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2021-02-01 2020-10-18 2020-12-31   PAY632 OTH The Lew Edwards Group       Oakland CA 94611 5815.39 0 5815.39 0 Accrued Paid    
4717 4717 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2021-02-01 2020-10-18 2020-12-31   PAY633 OTH Stephen Company       Sacramento CA 95814 546.9 0 546.9 0      
4718 4718 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2021-02-01 2020-10-18 2020-12-31   PAY654 OTH GetThru       Fremont CA 94538 2400 0 2400 0 Text Messaging Supporting Sam Davis, Ben Tapscott, VanCedric Williams, Mike Hutchinson    
4987 4987 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2020-10-22 2020-09-20 2020-10-17 2020-11-03 PAY632 OTH The Lew Edwards Group       Oakland CA 94611 0 5815.39 0 5815.39 Mailer Supporting Sam Davis, Ben Tapscott, VanCedric Williams, Mike Hutchinson. See Schedule G.    
4988 4988 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2020-10-22 2020-09-20 2020-10-17 2020-11-03 PAY633 OTH Stephen Company       Sacramento CA 95814 0 546.9 0 546.9      
4989 4989 1345259 62 Oakland Education Association Political Action Committee 294 RCP 2020-10-22 2020-09-20 2020-10-17 2020-11-03 PAY654 OTH GetThru       Fremont CA 94538 0 2400 0 2400 Text Messaging Supporting Sam Davis, Ben Tapscott, VanCedric Williams, Mike Hutchinson    

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "accrued_expenses" (
"filer_id" INTEGER,
  "filer_name" INTEGER,
  "committee_type" TEXT,
  "report_date" TEXT,
  "report_start_date" TEXT,
  "report_end_date" TEXT,
  "election_date" TEXT,
  "transaction_id" TEXT,
  "entity_type" TEXT,
  "payee_last_name" TEXT,
  "payee_first_name" INTEGER,
  "payee_prefix" INTEGER,
  "payee_suffix" INTEGER,
  "payee_city" TEXT,
  "payee_state" TEXT,
  "payee_zipcode" TEXT,
  "beginning_balance" INTEGER,
  "amount_incurred" INTEGER,
  "amount_paid" INTEGER,
  "ending_balance" INTEGER,
  "expenditure_description" TEXT,
  "committee_id" INTEGER,
  "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));
CREATE INDEX ["accrued_expenses_filer_id"] ON [accrued_expenses]("filer_id");
CREATE INDEX ["accrued_expenses_filer_name"] ON [accrued_expenses]("filer_name");
CREATE INDEX ["accrued_expenses_committee_id"] ON [accrued_expenses]("committee_id");
Powered by Datasette · Queries took 1200.179ms · Data source: F_Expenses