Louisville Metro KY – Security Deposit And Rental Deposit
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_securi_27806dff
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_securi_27806dff
The Security Deposit and Rental Assistance program provides financial assistance (security deposit and up to two month's rent) for tenants moving to a new unit.
Data Dictionary
| Field Name | Field Type | Field Description |
|---|---|---|
| ID | integer | Unique identity attached to every household. |
| Zip Code | text | Zip code of the address of the tenant |
| Tenant Age | integer | Age of the tenant as at the application |
| Tenant Gender | Text | Gender of the tenant |
| Tenant Race | Text | Race of the tenant |
| Ethnicity | Text | Ethnicity of the tenant |
| Month(s) Covered | Text | Months that was paid for. |
| Verified Monthly Income | Text | Monthly income of the tenant. |
| Household Size | Integer | total number of people in the household |
| Amount Paid | Text | The amount the beneficiary got from the project. |
| Date Paid | Text | Date the amount of the relief amount was paid. |
| Council_District | Integer | Council district the beneficiary resides. |
| Organization: Louisville Metro Government | ||
| Last updated: 2025-07-30T13:47:37.001997 | ||
| Tags: american-rescue-plan-louisville-priorities, arp, arp-0003, arp-homelessness-and-affordable-housing, arp-louisville, arp-louisville-ky, basemaps, community-impact-projects, grant, homelessness-and-affordable-housing, jefferson-county, kentucky, lat, louisville-arp-funding, louisville-arp-funding-homeless, open-data, static |
CREATE TABLE table_1 (
"id" BIGINT,
"zip_code" DOUBLE,
"tenant_age" BIGINT,
"tenant_gender" VARCHAR,
"tenant_race" VARCHAR,
"hispanic_y_n" VARCHAR,
"month_s_covered" VARCHAR -- Month S, Covered,
"verified_monthly_income" VARCHAR,
"f_in_house_hold" DOUBLE -- F, In House, Hold,
"amount_paid" DOUBLE,
"date_paid" VARCHAR,
"council_district" DOUBLE,
"objectid" BIGINT
);Anyone who has the link will be able to view this.