home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

14 rows where filer_id = 67 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, 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
1195 1195 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2016-02-01 2015-07-01 2015-12-31   IJEg45eTqjuQ OTH Left Coast Communications       San Francisco CA 94103 -3886.38 0 0 -3886.38      
1196 1196 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2016-02-01 2015-07-01 2015-12-31   EJyRzN9J4PMS OTH Left Coast Communications       San Francisco CA 94103 3886.38 0 0 3886.38      
1197 1197 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2016-02-01 2015-07-01 2015-12-31   W5ejsaiAl1dt OTH Left Coast Communications       San Francisco CA 94103 47145 0 0 47145      
1233 1233 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2015-07-31 2015-01-01 2015-06-30   IJEg45eTqjuQ OTH Left Coast Communications       San Francisco CA 94103 -3886.38 0 0 -3886.38      
1234 1234 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2015-07-31 2015-01-01 2015-06-30   W5ejsaiAl1dt OTH Left Coast Communications       San Francisco CA 94103 57145 0 10000 47145      
1235 1235 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2015-07-31 2015-01-01 2015-06-30   EJyRzN9J4PMS OTH Left Coast Communications       San Francisco CA 94103 3886.38 0 0 3886.38      
660 660 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2015-02-02 2014-10-19 2014-12-31   EJyRzN9J4PMS OTH Left Coast Communications       San Francisco CA 94103 0 3886.38 0 3886.38      
661 661 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2015-02-02 2014-10-19 2014-12-31   W5ejsaiAl1dt OTH Left Coast Communications       San Francisco CA 94103 0 57145 0 57145      
662 662 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2015-02-02 2014-10-19 2014-12-31   OEec6q6aSCtw OTH Left Coast Communications       San Francisco CA 94103 0 2125 0 2125      
663 663 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2015-02-02 2014-10-19 2014-12-31   IJEg45eTqjuQ OTH Left Coast Communications       San Francisco CA 94103 37125 0 41011.38 -3886.38      
925 925 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2014-10-23 2014-10-01 2014-10-18 2014-11-04 IJEg45eTqjuQ OTH Left Coast Communications       San Francisco CA 94103 0 37125 0 37125      
242 242 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2014-10-06 2014-01-01 2014-06-30   dhhJuTrzvU2d OTH Left Coast Communications       San Francisco CA 94103 0 24072.64 0 24072.64      
1040 1040 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2014-10-06 2014-07-01 2014-09-30 2014-11-04 dhhJuTrzvU2d OTH Left Coast Communications       San Francisco CA 94103 24072.64 0 24072.64 0      
1087 1087 1362877 67 Dan Siegel for Mayor, 2014 63 CTL 2014-07-31 2014-01-01 2014-06-30   dhhJuTrzvU2d OTH Left Coast Communications       San Francisco CA 94103 0 24072.64 0 24072.64      

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