home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

15 rows where filer_id = 354 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, entity_type, 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
8136 8136 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2025-01-27 2024-10-20 2024-12-31   PAY12 OTH KMM Strategies       Seattle WA 98104 10000 0 10000 0 Digital Media    
8137 8137 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2025-01-27 2024-10-20 2024-12-31   PAY13 IND Moore Chris     Sacramento CA 95814 800 0 0 800 Graphic Design    
8138 8138 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2025-01-27 2024-10-20 2024-12-31   PAY14 OTH Powers Interactive Digital LLC       Lewes DE 19958 30000 0 30000 0 Digital Media    
8139 8139 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2025-01-27 2024-10-20 2024-12-31   PAY15 IND Moore Chris     Sacramento CA 95814 0 1618 0 1618 Website    
8140 8140 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2025-01-27 2024-10-20 2024-12-31   PAY19 IND Moore Chris     Sacramento CA 95814 0 1500 0 1500 Mailer Design    
8141 8141 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2025-01-27 2024-10-20 2024-12-31   PAY27 IND Moore Chris     Sacramento CA 95814 0 100 0 100 Mailer Design    
8142 8142 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2025-01-27 2024-10-20 2024-12-31   PAY22 IND Moore Chris     Sacramento CA 95814 0 450 0 450 Mailer Design    
8143 8143 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2025-01-27 2024-10-20 2024-12-31   PAY23 IND Moore Chris     Sacramento CA 95814 0 11237 0 11237 Mailer    
8144 8144 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2025-01-27 2024-10-20 2024-12-31   PAY30 OTH Greenberg Traurig, LLP       Sacramento CA 95814 0 13397.65 0 13397.65      
8031 8031 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2024-11-01 2024-01-01 2024-10-19 2024-11-05 PAY12 OTH KMM Strategies       Seattle WA 98104 0 10000 0 10000      
8032 8032 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2024-11-01 2024-01-01 2024-10-19 2024-11-05 PAY13 IND Moore Chris     Sacramento CA 95814 0 800 0 800      
8033 8033 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2024-11-01 2024-01-01 2024-10-19 2024-11-05 PAY14 OTH Powers Interactive Digital LLC       Lewes DE 19958 0 30000 0 30000      
8448 8448 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2024-10-24 2024-01-01 2024-10-19 2024-11-05 PAY12 OTH KMM Strategies       Seattle WA 98104 0 10000 0 10000      
8449 8449 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2024-10-24 2024-01-01 2024-10-19 2024-11-05 PAY13 IND Moore Chris     Sacramento CA 95814 0 800 0 800      
8450 8450 1476153 354 Committee to Elect Ken Houston & Len Raphael and oppose Zac Unger for City Council 2024 479 RCP 2024-10-24 2024-01-01 2024-10-19 2024-11-05 PAY14 OTH Powers Interactive Digital LLC       Lewes DE 19958 0 30000 0 30000      

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