home / election_finance

received_loans

FPPC Form 460, Schedule B Part 1

Data source: B1_Loans

9 rows where filer_id = 112 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, city, loan_start_date, loan_due_date, amount_received, outstanding_balance, contributions_to_date, balance_at_period_start, lender_occupation, amount_forgiven_in_period, original_amount, report_date (date), report_start_date (date), report_end_date (date), election_date (date), loan_start_date (date), loan_due_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
897 897 1381183 112 Kaplan for Oakland City Council 2016 122 CTL 2018-07-17 2018-01-01 2018-06-27   PAY792 IND Kaplan Rebecca D.     Oakland CA 94608 2017-02-15 2018-02-15 0 0 4000 700 0 City of Oakland 8 City Councilmember n     0 700 0 700
898 898 1381183 112 Kaplan for Oakland City Council 2016 122 CTL 2018-07-17 2018-01-01 2018-06-27   PAY971 IND Kaplan Rebecca D.     Oakland CA 94608 2017-06-29 2018-06-29 0 0 4000 2000 0 City of Oakland 8 City Councilmember n     0 2000 0 2000
899 899 1381183 112 Kaplan for Oakland City Council 2016 122 CTL 2018-07-17 2018-01-01 2018-06-27   PAY851 IND Kaplan Rebecca D.     Oakland CA 94608 2017-07-24 2018-07-24 0 0 4000 1300 0 City of Oakland 8 City Councilmember n     0 1300 0 1300
646 646 1381183 112 Kaplan for Oakland City Council 2016 122 CTL 2018-01-22 2017-07-01 2017-12-31   PAY792 IND Kaplan Rebecca D.     Oakland CA 94608 2017-02-15 2018-02-15 0 700 4000 700 0 City of Oakland 8 City Councilmember n     0 0 0 700
647 647 1381183 112 Kaplan for Oakland City Council 2016 122 CTL 2018-01-22 2017-07-01 2017-12-31   PAY838 IND Kaplan Rebecca D.     Oakland CA 94608 2017-06-29 2018-06-29 0 2000 4000 2000 0 City of Oakland 8 City Councilmember n     0 0 0 2000
648 648 1381183 112 Kaplan for Oakland City Council 2016 122 CTL 2018-01-22 2017-07-01 2017-12-31   PAY851 IND Kaplan Rebecca D.     Oakland CA 94608 2017-07-24 2018-07-24 1300 1300 4000 0 0 City of Oakland 8 City Councilmember n     0 0 0 1300
696 696 1381183 112 Kaplan for Oakland City Council 2016 122 CTL 2017-07-26 2017-01-01 2017-06-30   PAY792 IND Kaplan Rebecca D.     Oakland CA 94608 2017-02-15 2018-02-15 700 700 2700 0 0 City of Oakland 8 City Councilmember n     0 0 0 700
697 697 1381183 112 Kaplan for Oakland City Council 2016 122 CTL 2017-07-26 2017-01-01 2017-06-30   PAY838 IND Kaplan Rebecca D.     Oakland CA 94608 2017-06-29 2018-06-29 2000 2000 2700 0 0 City of Oakland 8 City Councilmember n     0 0 0 2000
582 582 1381183 112 Kaplan for Oakland City Council 2016 122 CTL 2016-09-29 2016-07-01 2016-09-24 2016-11-08 PAY394 IND Kaplan Rebecca D.     Emeryville CA 94608 2016-09-24 2017-09-24 24000 24000 44000 0 0 City of Oakland 8 Council Member at Large n     0 0 0 24000

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 30.405ms · Data source: B1_Loans