Skip to content

Latest commit

 

History

History
129 lines (106 loc) · 6.22 KB

lrs-master-list-old.md

File metadata and controls

129 lines (106 loc) · 6.22 KB
title layout permalink
Master LRS List
default
/lrs-master-list-old

LIBRS LRS Master List


This page contains information about the current list of acceptable LRS Codes for LIBRS, as well as expired LRS Codes. You can use this list as a reference for the current LRS/NIBRS Mappings, or click here to download the full list in JSON Format for ingesting into your RMS

The list here is generated directly from LIBRS. If an LRS Code is missing from this list, then it is not in LIBRS. Please let us know if there is an LRS Code that you would like to report that isn't present on this list.



Please note that LRS Codes need to be submitted exactly as written on this page. The only available NIBRS Codes you can submit with are listed in the "NIBRS" field. Please contact us if you'd like to get an LRS Code or NIBRS Mapping added.


Current and Active Master LRS Code List

Last Updated August 25th, 2020

As of October 2020, we've made some revisions to this page for how the data is displayed. In order to make things a little more clear, we've made it so that when you click on an LRS Code, it expands to show you the relevent NIBRS and reporting information about it. This way we can display the actual information that goes along with each Multiple Mapping for an LRS Code.

As a result the JSON File used to generate this portion of the documentation has changed slightly. However in an effort to help eliminate confusion for Vendors, we'll still be providing the file here. Note that duplicates will be present due to the changes made to how NIBRS information is stored in our database. But the format is the same, so your Classes should all still work.

{% assign active_lrs = site.data.lrs-codes | sort:"LRS" %} {% for lrs in active_lrs %} {% if lrs.Expiration_Date == "3000-01-01" %} {% endif %} {% endfor %}
LRS # LRS Description LRank UCR NIBRS Group Part 1A Index Index Class UCR Index LIBRS Index
{{ lrs.LRS }} {{ lrs.LRS_Description }} {{ lrs.Lrank }} {{ lrs.UCR }} {% for values in lrs.Available_NIBRS %} {{values}}{% if forloop.rindex0 > 0%}, {% endif %} {% endfor %} {{ lrs.GP }} {{ lrs.PT }} {{ lrs.OneA_Index }} {{ lrs.Index_Class }} {{ lrs.UCR_Index }} {{ lrs.LIBRS_Index }}


Expired LIBRS LRS Codes

The table below contains a list of LRS Codes that have been Expired. These LRS Codes could either no longer be valid Codes according to the Louisiana State Legislature, or may have had significant aspects about them changed (for instance, 14:XY might have been a Property Crime in 2018, but has since been redesignated as a Crime Against Person).

Be sure to check the list here and make sure that your RMS is up to date with the latest Master LRS List. Again, you can download the full list for ingestion into your system here



{% assign active_lrs = site.data.lrs-codes | sort:"Expiration_Date" %} {% for lrs in active_lrs %} {% if lrs.Expiration_Date != "3000-01-01" %} {% endif %} {% endfor %}
LRS # LRS Description LRank UCR NIBRS Group Part 1A Index Index Class UCR Index LIBRS Index Date Expired
{{ lrs.LRS }} {{ lrs.LRS_Description }} {{ lrs.Lrank }} {{ lrs.UCR }} {% for values in lrs.Available_NIBRS %} {{values}}{% if forloop.rindex0 > 0%}, {% endif %} {% endfor %} {{ lrs.GP }} {{ lrs.PT }} {{ lrs.OneA_Index }} {{ lrs.Index_Class }} {{ lrs.UCR_Index }} {{ lrs.LIBRS_Index }} {{ lrs.Expiration_Date }}