2020 Kansas HMDA Data
Mortgage origination and application data
@kaggle.janaedoes_2020_kansas_hmda_data
Mortgage origination and application data
@kaggle.janaedoes_2020_kansas_hmda_data
CREATE TABLE state_ks (
"activity_year" BIGINT,
"lei" VARCHAR,
"derived_msa_md" BIGINT,
"state_code" VARCHAR,
"county_code" DOUBLE,
"census_tract" DOUBLE,
"conforming_loan_limit" VARCHAR,
"derived_loan_product_type" VARCHAR,
"derived_dwelling_category" VARCHAR,
"derived_ethnicity" VARCHAR,
"derived_race" VARCHAR,
"derived_sex" VARCHAR,
"action_taken" BIGINT,
"purchaser_type" BIGINT,
"preapproval" BIGINT,
"loan_type" BIGINT,
"loan_purpose" BIGINT,
"lien_status" BIGINT,
"reverse_mortgage" BIGINT,
"open_end_line_of_credit" BIGINT,
"business_or_commercial_purpose" BIGINT,
"loan_amount" DOUBLE,
"loan_to_value_ratio" VARCHAR,
"interest_rate" VARCHAR,
"rate_spread" VARCHAR,
"hoepa_status" BIGINT,
"total_loan_costs" VARCHAR,
"total_points_and_fees" VARCHAR,
"origination_charges" VARCHAR,
"discount_points" VARCHAR,
"lender_credits" VARCHAR,
"loan_term" VARCHAR,
"prepayment_penalty_term" VARCHAR,
"intro_rate_period" VARCHAR,
"negative_amortization" BIGINT,
"interest_only_payment" BIGINT,
"balloon_payment" BIGINT,
"other_nonamortizing_features" BIGINT,
"property_value" VARCHAR,
"construction_method" BIGINT,
"occupancy_type" BIGINT,
"manufactured_home_secured_property_type" BIGINT,
"manufactured_home_land_property_interest" BIGINT,
"total_units" VARCHAR,
"multifamily_affordable_units" VARCHAR,
"income" DOUBLE,
"debt_to_income_ratio" VARCHAR,
"applicant_credit_score_type" BIGINT,
"co_applicant_credit_score_type" BIGINT,
"applicant_ethnicity_1" DOUBLE,
"applicant_ethnicity_2" DOUBLE,
"applicant_ethnicity_3" DOUBLE,
"applicant_ethnicity_4" DOUBLE,
"applicant_ethnicity_5" DOUBLE,
"co_applicant_ethnicity_1" DOUBLE,
"co_applicant_ethnicity_2" DOUBLE,
"co_applicant_ethnicity_3" DOUBLE,
"co_applicant_ethnicity_4" VARCHAR,
"co_applicant_ethnicity_5" VARCHAR,
"applicant_ethnicity_observed" BIGINT,
"co_applicant_ethnicity_observed" BIGINT,
"applicant_race_1" DOUBLE,
"applicant_race_2" DOUBLE,
"applicant_race_3" DOUBLE,
"applicant_race_4" DOUBLE,
"applicant_race_5" DOUBLE,
"co_applicant_race_1" DOUBLE,
"co_applicant_race_2" DOUBLE,
"co_applicant_race_3" DOUBLE,
"co_applicant_race_4" DOUBLE,
"co_applicant_race_5" DOUBLE,
"applicant_race_observed" BIGINT,
"co_applicant_race_observed" BIGINT,
"applicant_sex" BIGINT,
"co_applicant_sex" BIGINT,
"applicant_sex_observed" BIGINT,
"co_applicant_sex_observed" BIGINT,
"applicant_age" VARCHAR,
"co_applicant_age" VARCHAR,
"applicant_age_above_62" VARCHAR,
"co_applicant_age_above_62" VARCHAR,
"submission_of_application" BIGINT,
"initially_payable_to_institution" BIGINT,
"aus_1" BIGINT,
"aus_2" DOUBLE,
"aus_3" DOUBLE,
"aus_4" DOUBLE,
"aus_5" DOUBLE,
"denial_reason_1" BIGINT,
"denial_reason_2" DOUBLE,
"denial_reason_3" DOUBLE,
"denial_reason_4" DOUBLE,
"tract_population" BIGINT,
"tract_minority_population_percent" DOUBLE,
"ffiec_msa_md_median_family_income" BIGINT,
"tract_to_msa_income_percentage" BIGINT,
"tract_owner_occupied_units" BIGINT,
"tract_one_to_four_family_homes" BIGINT,
"tract_median_age_of_housing_units" BIGINT
);
Anyone who has the link will be able to view this.