loans_made
Data source: H_Loans
6 rows where filer_id = 365 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, transaction_id, loan_start_date, amount_received, outstanding_balance, balance_at_period_start, original_amount, report_date (date), report_start_date (date), report_end_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
24 | 24 | 1467180 365 | Foundational Oakland Unites (nonprofit 501(c)(4)) 493 | RCP | 2025-01-31 | 2024-10-20 | 2024-12-31 | RCV6 | COM | Oakland United To Recall Sheng Thao | Oakland | CA | 94607 | 2024-04-09 | 0 | 3000 | 13000 | 3000 | 0 | n | 1466653 1192 | 0 | 0 | 0 | 3000 | ||||||||
25 | 25 | 1467180 365 | Foundational Oakland Unites (nonprofit 501(c)(4)) 493 | RCP | 2025-01-31 | 2024-10-20 | 2024-12-31 | RCV8 | COM | Oakland United To Recall Sheng Thao | Oakland | CA | 94607 | 2024-05-23 | 0 | 10000 | 13000 | 10000 | 0 | n | 1466653 1192 | 0 | 0 | 0 | 10000 | ||||||||
26 | 26 | 1467180 365 | Foundational Oakland Unites (nonprofit 501(c)(4)) 493 | RCP | 2024-10-24 | 2024-07-01 | 2024-10-19 | RCV6 | COM | Oakland United To Recall Sheng Thao | Oakland | CA | 94607 | 2024-04-09 | 0 | 3000 | 13000 | 3000 | 0 | n | 1466653 1192 | 0 | 0 | 0 | 3000 | ||||||||
27 | 27 | 1467180 365 | Foundational Oakland Unites (nonprofit 501(c)(4)) 493 | RCP | 2024-10-24 | 2024-07-01 | 2024-10-19 | RCV8 | COM | Oakland United To Recall Sheng Thao | Oakland | CA | 94607 | 2024-05-23 | 0 | 10000 | 13000 | 10000 | 0 | n | 1466653 1192 | 0 | 0 | 0 | 10000 | ||||||||
28 | 28 | 1467180 365 | Foundational Oakland Unites (nonprofit 501(c)(4)) 493 | RCP | 2024-07-25 | 2024-01-01 | 2024-06-30 | RCV6 | COM | Oakland United To Recall Sheng Thao | Oakland | CA | 94607 | 2024-04-09 | 3000 | 3000 | 13000 | 0 | 0 | n | 1466653 1192 | 0 | 0 | 0 | 3000 | ||||||||
29 | 29 | 1467180 365 | Foundational Oakland Unites (nonprofit 501(c)(4)) 493 | RCP | 2024-07-25 | 2024-01-01 | 2024-06-30 | RCV8 | COM | Oakland United To Recall Sheng Thao | Oakland | CA | 94607 | 2024-05-23 | 10000 | 10000 | 13000 | 0 | 0 | n | 1466653 1192 | 0 | 0 | 0 | 10000 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "loans_made" ( "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" TEXT, "lender_suffix" TEXT, "city" TEXT, "state" TEXT, "zipcode" TEXT, "loan_start_date" TEXT, "loan_due_date" TEXT, "amount_received" NUMERIC, "outstanding_balance" NUMERIC, "contributions_to_date" NUMERIC, "balance_at_period_start" NUMERIC, "interest_rate" NUMERIC, "lender_employer" INTEGER, "lender_occupation" TEXT, "lender_self_employed" TEXT, "committee_id" INTEGER, "memo_reference_number" TEXT, "amount_paid_in_period" NUMERIC, "amount_forgiven_in_period" NUMERIC, "interest_paid_in_period" NUMERIC, "original_amount" NUMERIC , 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 ["loans_made_filer_id"] ON [loans_made]("filer_id"); CREATE INDEX ["loans_made_filer_name"] ON [loans_made]("filer_name"); CREATE INDEX ["loans_made_committee_id"] ON [loans_made]("committee_id"); CREATE INDEX ["loans_made_lender_employer"] ON [loans_made]("lender_employer");