home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

14 rows where filer_id = 222 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, transaction_id, payee_last_name, payee_city, payee_state, 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
5603 5603 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2021-03-18 2021-01-01 2021-03-17 2020-11-03 PAY1001 OTH Resistance Labs       Oakland CA 94602 3231 0 3231 0 Texting campaign    
5604 5604 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2021-03-18 2021-01-01 2021-03-17 2020-11-03 PAY1002 OTH Resistance Labs       Oakland CA 94602 550 0 550 0 Texting campaign    
4907 4907 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2021-01-21 2020-10-18 2020-12-31 2020-11-03 PAY1001 OTH Resistance Labs       Oakland CA 94602 3231 0 0 3231 Texting campaign    
4908 4908 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2021-01-21 2020-10-18 2020-12-31 2020-11-03 PAY749 OTH S.E. Owens & Company       Oakland CA 94607 2118.04 0 2118.04 0      
4909 4909 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2021-01-21 2020-10-18 2020-12-31 2020-11-03 PAY822 OTH Univision Communications Inc.       Miami FL 33178 3000 0 3000 0 Digital Media ads    
4910 4910 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2021-01-21 2020-10-18 2020-12-31 2020-11-03 PAY1002 OTH Resistance Labs       Oakland CA 94602 0 550 0 550 Texting campaign    
4427 4427 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2021-01-18 2020-09-20 2020-10-17 2020-11-03 PAY537 OTH S.E. Owens & Company       Oakland CA 94607 1428.99 0 1428.99 0      
4428 4428 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2021-01-18 2020-09-20 2020-10-17 2020-11-03 PAY1001 OTH Resistance Labs       Oakland CA 94602 0 3231 0 3231 Texting campaign    
4429 4429 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2021-01-18 2020-09-20 2020-10-17 2020-11-03 PAY749 OTH S.E. Owens & Company       Oakland CA 94607 0 2118.04 0 2118.04      
4430 4430 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2021-01-18 2020-09-20 2020-10-17 2020-11-03 PAY822 OTH Univision Communications Inc.       Miami FL 33178 0 3000 0 3000 Digital Media ads    
5158 5158 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2020-10-21 2020-09-20 2020-10-17 2020-11-03 PAY537 OTH S.E. Owens & Company       Oakland CA 94607 1428.99 0 1428.99 0      
5159 5159 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2020-10-21 2020-09-20 2020-10-17 2020-11-03 PAY749 OTH S.E. Owens & Company       Oakland CA 94607 0 2118.04 0 2118.04      
5160 5160 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2020-10-21 2020-09-20 2020-10-17 2020-11-03 PAY822 OTH Univision Communications Inc.       Miami FL 33178 0 3000 0 3000 Digital Media ads    
5245 5245 1426949 222 Elias Ferran for City Attorney 2020 279 CTL 2020-09-23 2020-07-01 2020-09-19 2020-11-03 PAY537 OTH S.E. Owens & Company       Oakland CA 94607 0 1428.99 0 1428.99      

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 20.664ms · Data source: F_Expenses