Louisville Metro KY - Lien Holder Final Orders
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_lien_h_3fe358f8
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_lien_h_3fe358f8
Summary:
The Lien Holder Notification System allows lien holders and others to register to receive weekly email notification about all final orders issued since the last notification. The purpose of this notification is to enable lien holders to fix the property, pay the fine, and any abatement costs prior to a lien being taken on a property they have a financial interest in. This notification system was created pursuant to KRS Section 65.8828, commonly known as "House Bill 422". This data set provides the data for those weekly emails and serves to provide the data for those who do not wish to register for weekly emails. To view specific violation information for cases listed on the notification go to https://portal.louisvilleky.gov, log in/create an account, and follow the linked instructions to look up the cases you are interested in. If you wish to register for the Lien Notification emails you may do so at: https://lien.louisvilleky.gov
Codes and Regulations issues and inspects Development Permits (building, electrical, HVAC), enforces Property Maintenance Code (housing) and Land Development Code (zoning), issues ABC, taxi cab, vendor and other licenses and administers the Code Enforcement Board.
Data Dictionary:
Field Name | Field Description |
---|---|
b1_alt_id | Property Maintenance Case Number |
b1_appl_status | Case Status at time of Notification |
final_order_state | FINAL BY CITATION : |
Per KRS Chapter 65.8825 (6) The Citation's listed below were not appealed within seven (7) days of issuance. Thus the | |
person shall be deemed to have waived the right to a hearing to contest the citation and the determination that a violation was | |
committed shall be considered final. | |
FINAL BY HEARING : | |
Per KRS Chapter 65.8831(1) Appeal may be made within thirty (30) days of the Hearing Order Date to District Court. Except per | |
KRS Chapter 65.8828(1) Any person requesting a hearing who fails to appear at the time and place set for the hearing shall be | |
deemed to have waived the right to a hearing to contest the citation and the determination that a violation was committed shall be final. | |
FINAL ORDER TO DEMOLISH : | |
Per LMCO Chapter 156.807 the following Final Orders to Demolish have been issued. | |
§ 156.807 DEMOLITION. | |
(A) General. The Code Official shall order the owner of premises upon which is located any structure or part thereof, which in the Code Official's judgment is so old, dilapidated or has become so out of repair as to be dangerous, unsafe, unsanitary or otherwise unfit for human habitation or occupancy, and to demolish and remove such structure or part thereof; or if such structure or part thereof is capable of being made safe by repairs, to repair and make safe and sanitary or to demolish and remove at the owner's option; or where there has been a cessation of normal construction of any structure for a period of more than two years, to raze and remove such structure or part thereof. ….. (D) Failure to comply. Whenever the owner of a property fails to comply with a demolition order within the time prescribed, the Code Official shall cause the structure or part thereof to be razed and removed, either through an available public agency or by contract or arrangement with private persons, and the cost of such razing and removal shall be charged against the owner of the real estate upon which the structure is located. Upon failure of the owner to effect payment of such costs, a lien to bear interest at the rate of 18% per annum, from the date of such lien until paid, shall be placed by the Metro Government against the real estate upon which the razed or removed structure was located. In addition to the aforesaid remedy or any other remedy authorized by law, pursuant to KRS 65.8835 and in accordance with LMCO § 32.275-32.391, the owner shall be personally liable for the amount of the lien, including all interest, civil penalties, fines, penalties, fees, abatement costs, and other charges and the Metro Government may bring a civil action against the owner and shall have the same remedies as provided for the recovery of a debt owed. | |
RESCINDED : | |
The following final orders were rescinded pending appeal | |
date_of_notification | Date and time of violation except for Final Order to Demolish it is the date of the Demolition Order |
stno | Street Number |
predir | Pre Dir |
stname | Street Name |
suffix | Suffix |
stsub | Appartment or Unit # |
longitude | WGS 1984 Longitude |
latitude | WGS 1984 Latitude |
fullname | Full name of person cited and owner of the property |
addr1 | Last known Address of the owner |
addr2 | Last known Address of the owner |
city | Last known Address of the owner |
state | Last known Address of the owner |
zip | Last known Address of the owner |
inspector | Inspector |
insp_result | Inspection Result Code: Referred is a citation with a referral for the city to abate some of all of the violations cited. |
insp_date | Date and time of violation. |
insp_num | Number of inspections completed on the case at time of the cited inspection. |
aca_deeplink | URL to the record in the ACA portal. |
hearing_added | Date Time for hearing add |
hearing_scheduled | Date Time for hearing Scheduled |
hearing_complete | Date Time for hearing Result |
hearing_result | Hearing Result |
hearing_comments | Hearing Findings of Fact |
fine_added | Date Time that fine was added |
final_citation_amount | Final Order civil penalty amount |
Organization: Louisville Metro Government
Last updated: 2025-07-30T14:13:06.326799
Tags: codes-and-regs, codes-and-regulations, final-order, jefferson-county, kentucky, lien, lien-notification, louisville, louisville-metro, louisville-metro-ky, modp, updated-weekly
CREATE TABLE table_1 (
"b1_alt_id" VARCHAR,
"b1_appl_status" VARCHAR,
"final_order_state" VARCHAR,
"date_of_notification" VARCHAR,
"stno" BIGINT,
"predir" VARCHAR,
"stname" VARCHAR,
"suffix" VARCHAR,
"stsub" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"fullname" VARCHAR,
"addr1" VARCHAR,
"addr2" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" VARCHAR,
"inspector" VARCHAR,
"insp_result" VARCHAR,
"insp_date" VARCHAR,
"insp_num" VARCHAR,
"aca_deeplink" VARCHAR,
"hearing_added" VARCHAR,
"hearing_scheduled" VARCHAR,
"hearing_completed" VARCHAR,
"hearing_result" VARCHAR,
"hearing_comments" VARCHAR,
"final_citation_amount" BIGINT,
"objectid" BIGINT
);
Anyone who has the link will be able to view this.