home / election_finance

received_loans

FPPC Form 460, Schedule B Part 1

Data source: B1_Loans

12 rows where filer_name = 11 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filer_id, report_date, report_start_date, report_end_date, transaction_id, loan_start_date, amount_received, outstanding_balance, contributions_to_date, balance_at_period_start, amount_paid_in_period, amount_forgiven_in_period, original_amount, report_date (date), report_start_date (date), report_end_date (date), election_date (date), loan_start_date (date)

Link rowid filer_id filer_name committee_type report_date ▲ report_start_date report_end_date election_date transaction_id entity_type lender_last_name lender_first_name lender_prefix lender_suffix city state zipcode loan_start_date loan_due_date amount_received outstanding_balance contributions_to_date balance_at_period_start interest_rate lender_employer lender_occupation lender_self_employed committee_id memo_reference_number amount_paid_in_period amount_forgiven_in_period interest_paid_in_period original_amount
536 536 1236617 11 Desley Brooks 11 CTL 2017-01-22 2016-07-01 2016-12-31   SyHX5sE7mgiO OTH Desley Brooks       Oakland CA 94612 2013-03-29   0 0 -2500 2500       n 1.23662e+06 73   2500 0 0 2500
604 604 1236617 11 Desley Brooks 11 CTL 2016-07-30 2016-01-01 2016-06-30   SyHX5sE7mgiO OTH Desley Brooks       Oakland CA 94612 2013-03-29   0 2500 0 2500       n 1.23662e+06 73   0 0 0 2500
390 390 1236617 11 Desley Brooks 11 CTL 2016-02-03 2015-07-01 2015-12-31   SyHX5sE7mgiO OTH Desley Brooks       Oakland CA 94612 2013-03-29   0 2500 0 2500       n 1.23662e+06 73   0 0 0 2500
456 456 1236617 11 Desley Brooks 11 CTL 2015-07-28 2015-01-01 2015-06-30   SyHX5sE7mgiO OTH Desley Brooks       Oakland CA 94612 2013-03-29   0 2500 0 2500       n 1.23662e+06 73   0 0 0 2500
193 193 1236617 11 Desley Brooks 11 CTL 2015-06-21 2014-10-19 2014-12-31 2014-11-04 SyHX5sE7mgiO OTH Desley Brooks       Oakland CA 94612 2013-03-29   0 2500 0 2500       n 1.23662e+06 73   0 0 0 2500
221 221 1236617 11 Desley Brooks 11 CTL 2015-02-03 2014-10-19 2014-12-31 2014-11-04 SyHX5sE7mgiO OTH Desley Brooks       Oakland CA 94612 2013-03-29   0 2500 0 2500       n 1.23662e+06 73   0 0 0 2500
301 301 1236617 11 Desley Brooks 11 CTL 2014-10-19 2014-10-01 2014-10-18 2014-11-04 SyHX5sE7mgiO OTH Desley Brooks       Oakland CA 94612 2013-03-29   0 2500 0 2500       n 1.23662e+06 73   0 0 0 2500
13 13 1.23662e+06 26 Desley Brooks 11 CTL 2014-10-15 2012-01-01 2012-06-30   aUKlMSzYv1p5 OTH Desley Brooks       Oakland CA 94612 2012-02-01   11087 0 11087 0       n 1.23662e+06 73   0 11087 0 11087
327 327 1236617 11 Desley Brooks 11 CTL 2014-10-05 2014-07-01 2014-09-30 2014-11-04 SyHX5sE7mgiO OTH Desley Brooks       Oakland CA 94612 2013-03-29   0 2500 0 2500       n 1.23662e+06 73   0 0 0 2500
383 383 1236617 11 Desley Brooks 11 CTL 2014-06-30 2014-01-01 2014-06-30 2014-11-04 SyHX5sE7mgiO OTH Desley Brooks       Oakland CA 94612 2013-03-29   0 2500 0 2500       n 1.23662e+06 73   0 0 0 2500
86 86 1236617 11 Desley Brooks 11 CTL 2014-01-30 2013-01-01 2013-06-30   SyHX5sE7mgiO OTH Desley Brooks       Oakland CA 94612 2013-03-29   2500 2500 2500 0       n 1.23662e+06 73   0 0 0 2500
101 101 1236617 11 Desley Brooks 11 CTL 2014-01-30 2013-07-01 2013-12-31 2014-11-04 SyHX5sE7mgiO OTH Desley Brooks       Oakland CA 94612 2013-03-29   0 2500 2500 2500       n 1.23662e+06 73   0 0 0 2500

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "received_loans" (
"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,
  "lender_last_name" TEXT,
  "lender_first_name" TEXT,
  "lender_prefix" INTEGER,
  "lender_suffix" INTEGER,
  "city" TEXT,
  "state" TEXT,
  "zipcode" TEXT,
  "loan_start_date" TEXT,
  "loan_due_date" TEXT,
  "amount_received" INTEGER,
  "outstanding_balance" INTEGER,
  "contributions_to_date" INTEGER,
  "balance_at_period_start" INTEGER,
  "interest_rate" NUMERIC,
  "lender_employer" INTEGER,
  "lender_occupation" TEXT,
  "lender_self_employed" TEXT,
  "committee_id" INTEGER,
  "memo_reference_number" INTEGER,
  "amount_paid_in_period" INTEGER,
  "amount_forgiven_in_period" INTEGER,
  "interest_paid_in_period" INTEGER,
  "original_amount" 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),
    FOREIGN KEY ("lender_employer") REFERENCES [businesses](id));
CREATE INDEX ["received_loans_filer_id"] ON [received_loans]("filer_id");
CREATE INDEX ["received_loans_filer_name"] ON [received_loans]("filer_name");
CREATE INDEX ["received_loans_committee_id"] ON [received_loans]("committee_id");
CREATE INDEX ["received_loans_lender_employer"] ON [received_loans]("lender_employer");
Powered by Datasette · Queries took 23.087ms · Data source: B1_Loans