home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

11 rows where filer_name = 206 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_zipcode, beginning_balance, amount_incurred, amount_paid, ending_balance, 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
3775 3775 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-08-29 2018-07-01 2018-08-27   PAY580 OTH CliffordMoss       Oakland CA 94609 20000 0 20000 0      
3776 3776 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-08-29 2018-07-01 2018-08-27   PAY581 OTH CliffordMoss       Oakland CA 94609 20000 0 20000 0      
3777 3777 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-08-29 2018-07-01 2018-08-27   PAY582 OTH CliffordMoss       Oakland CA 94609 600 0 600 0      
3922 3922 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-07-15 2018-05-20 2018-06-30   PAY442 OTH S.E. Owens & Company       Oakland CA 94618 3497.69 0 3497.69 0      
3923 3923 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-07-15 2018-05-20 2018-06-30   PAY580 OTH CliffordMoss       Oakland CA 94609 0 20000 0 20000      
3924 3924 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-07-15 2018-05-20 2018-06-30   PAY581 OTH CliffordMoss       Oakland CA 94609 0 20000 0 20000      
3925 3925 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-07-15 2018-05-20 2018-06-30   PAY582 OTH CliffordMoss       Oakland CA 94609 0 600 0 600      
3949 3949 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-05-23 2018-04-22 2018-05-19 2018-06-05 PAY306 OTH S.E. Owens & Company       Oakland CA 94618 2102.67 0 2102.67 0      
3950 3950 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-05-23 2018-04-22 2018-05-19 2018-06-05 PAY442 OTH S.E. Owens & Company       Oakland CA 94618 0 3497.69 0 3497.69      
2973 2973 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-05-20 2018-01-01 2018-04-21 2018-06-05 PAY306 OTH S.E. Owens & Company       Oakland CA 94618 0 2102.67 0 2102.67      
3954 3954 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-04-26 2018-01-01 2018-04-21 2018-06-05 PAY306 OTH S.E. Owens & Company       Oakland CA 94618 0 2102.67 0 2102.67      

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