Louisville Metro KY – Down Payment Assistance
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_down_p_3605a4ed
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_down_p_3605a4ed
This program provides funds for homeowners to put down payments on houses, thus increasing the wealth of residents by giving them an opportunity to buy a house. These funds will help approximately 160 new homeowners. The grants are available to families at 80% AMI and below.
Data Dictionary
| Field Name | Field Type | Field Description |
|---|---|---|
| Eligible | Text | Case status of the application |
| Zip_Code | Text | Geographic indicator for the residence |
| DPA_Cond_Commit__Amount | Integer | Amount committed to the applicants. |
| Purchase_Price | Integer | the price agreed for sale of the property. |
| Closing_Date | Date | date the property was closed on. |
| Before_1978_ | Text | If the building was built before 1978. |
| Loan_Type | Text | The loan type used for the property purchase. |
| First_Time_Homeowner | Text | Is this the applicants first property purchase. |
| No__of_Bedrooms | Integer | The number of bedrooms for the property. |
| AMI | Integer | Area median income range |
| Race | Text | Race of the applicants |
| Household_Size | Integer | Number of individuals in the household of the applicants |
| Household_Type | Text | The different type of pf household the applicant belongs to |
| HH_Monthly_Income | Integer | Monthly cumulated income of the household |
| New_Construction | Text | Is the property a new construction. |
| Neighborhood | Text | The neighborhood the property belongs to in Louisville. |
| Council_Dist_ | Integer | The council district the property belongs to in Louisville. |
| Date_Closed | Date | The date the application was closed. |
| Organization: Louisville Metro Government | ||
| Last updated: 2025-07-30T13:48:51.354754 | ||
| Tags: community-impact-projects, lat, louisville, louisville-metro, louisville-metro-ky, modp, monthly, open-data, vector-tile |
CREATE TABLE table_1 (
"eligible" VARCHAR,
"zip_code" BIGINT,
"dpa_cond_commit_amount" BIGINT -- DPA Cond Commit, Amount,
"purchase_price" BIGINT,
"closing_date" VARCHAR,
"before_1978" VARCHAR,
"loan_type" VARCHAR,
"first_time_homeowner" VARCHAR,
"f_of_bedrooms" BIGINT -- F, Of Bedrooms,
"ami" VARCHAR,
"race" VARCHAR,
"household_size" BIGINT,
"household_type" VARCHAR,
"hh_monthly_income" DOUBLE,
"new_construction" VARCHAR,
"neighborhood" VARCHAR,
"council_dist" BIGINT,
"date_closed" VARCHAR,
"objectid" BIGINT
);Anyone who has the link will be able to view this.