home / election_finance

received_loans

FPPC Form 460, Schedule B Part 1

Data source: B1_Loans

8 rows where filer_name = 398 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, zipcode, loan_start_date, amount_received, outstanding_balance, contributions_to_date, balance_at_period_start, amount_paid_in_period, 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
1448 1448 1453879 301 David Kakishiba for Oakland School Board 2022 398 CTL 2023-06-27 2023-01-01 2023-06-14   yxmdyYmyp4lW IND Kakishiba David     Oakland CA 94606.0 2022-09-19 2022-11-30 0 13919.65 -6080.35 20000 0 EBAYC 13148 Executive Director n     6080.35 0 0 20000
1449 1449 1453879 301 David Kakishiba for Oakland School Board 2022 398 CTL 2023-06-27 2023-01-01 2023-06-14   pja9Cnk23eHS IND Kakishiba David     Oakland CA 94602.0 2022-10-28   0 20000 0 20000   EBAYC 13148 Executive Director n     0 0 0 20000
1525 1525 1453879 301 David Kakishiba for Oakland School Board 2022 398 CTL 2023-06-14 2022-07-01 2023-06-14   yxmdyYmyp4lW IND Kakishiba David     Oakland CA 94606.0 2022-09-19 2022-11-30 20000 13919.65 -6080.35 0 0 EBAYC 13148 Executive Director n     6080.35 0 0 20000
1526 1526 1453879 301 David Kakishiba for Oakland School Board 2022 398 CTL 2023-06-14 2022-07-01 2023-06-14   pja9Cnk23eHS IND Kakishiba David     Oakland CA 94602.0 2022-10-28   20000 20000 0 0   EBAYC 13148 Executive Director n     0 0 0 20000
1364 1364 1453879 301 David Kakishiba for Oakland School Board 2022 398 CTL 2023-01-24 2022-10-23 2022-12-31 2022-11-08 yxmdyYmyp4lW IND Kakishiba David     Oakland CA 94606 2022-09-19 2022-11-30 0 20000 20000 20000 0 EBAYC 13148 Executive Director n     0 0 0 20000
1365 1365 1453879 301 David Kakishiba for Oakland School Board 2022 398 CTL 2023-01-24 2022-10-23 2022-12-31 2022-11-08 pja9Cnk23eHS IND Kakishiba David     Oakland CA 94602 2022-10-28   20000 20000 20000 0   EBAYC 13148 Executive Director n     0 0 0 20000
1397 1397 1453879 301 David Kakishiba for Oakland School Board 2022 398 CTL 2022-10-27 2022-09-25 2022-10-22 2022-11-08 yxmdyYmyp4lW IND Kakishiba David     Oakland CA 94606 2022-09-19 2022-11-30 0 20000 20000 20000 0 EBAYC 13148 Executive Director n     0 0 0 20000
1411 1411 1453879 301 David Kakishiba for Oakland School Board 2022 398 CTL 2022-09-28 2022-07-01 2022-09-24 2022-11-08 yxmdyYmyp4lW IND Kakishiba David     Oakland CA 94606 2022-09-19   20000 20000 20000 0   EBAYC 13148 Executive Director n     0 0 0 20000

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