Campaign Finance - Loans
City of Austin
@usgov.city_of_austin_campaign_finance_loans_dataset
City of Austin
@usgov.city_of_austin_campaign_finance_loans_dataset
CREATE TABLE table_1 (
"borrower" VARCHAR,
"lender" VARCHAR,
"loan_amount" DOUBLE,
"loan_date" TIMESTAMP,
"lender_type" VARCHAR,
"financial_institution" VARCHAR,
"lender_address" VARCHAR,
"city_state_zip" VARCHAR,
"loan_year" BIGINT,
"interest_rate" VARCHAR,
"maturity_date" TIMESTAMP,
"collateral" VARCHAR,
"personal_funds" VARCHAR,
"lender_reported_occupation" VARCHAR,
"lender_reported_employer" VARCHAR,
"date_reported" TIMESTAMP,
"report_filed" VARCHAR,
"guarantor" VARCHAR,
"guarantor_address" VARCHAR,
"guarantor_city_state_zip" VARCHAR,
"guarantor_occupation" VARCHAR,
"guarantor_employer" VARCHAR,
"amount_guaranteed" DOUBLE,
"correction" VARCHAR,
"view_report" VARCHAR,
"transaction_id" VARCHAR
);
Anyone who has the link will be able to view this.