LIBRS Specifications Documentation
This document contains information about the Segments, Data Elements, Requirements, Errors, and Warnings that LIBRS uses in the validation of Incident Data.
Required Segments
The LIBRS Flat File is a space-delimited file generated by following the requirements in this document. Each section of this document outlines individual Segments. Each Segment is an individual lines in the LIBRS Flat File that contain varying information about the incident. Those bits of information are bound by the LIBRS Data Elements and their definitions/available values.
The information from an RMS needs to be output to the LIBRS Flat File in the exact specifications that are listed in this document. If not, a number of errors will occur. These errors and their common causes and resolutions can be found in the Data Elements Defintions section of this page.
In the event that no incident data is present for submission, the LIBRS Flat File should contain two Segments followed by a blank line (three lines in total):
Submission Header (00)
Submission Trailer (99)
[Blank Line]
Alternative Zero Submission Format (Both behave the same way, use whatever works best for you):
Submission Header (00)
Zero Record (01)
Submission Trailer (99)
Whenever you are submitting a file with data, however, the following segments should always be included for all Incidents that have a value of ‘I’ for DE C5:
00 - Submission Header
10 - Administrative Segment
20 - Offense Segment
40 - Offender Segment
41 - Offender Using Segment/Gaming Motivation
50 - Victim Segment
99 - Submission Trailer
Whenever you want to submit a Deletion to us (used to either permanently remove an Incident from being reported, or simply to delete and re-add because there are changes that have been made to the Incident that need to be reflected) you need to ensure the following is included:
00 - Submission Header
10 - Administrative Segment (With DE C5 - Action Type = 'D')
99 - Submission Trailer
Please note in all of these cases, the Submission Header and Trailer should only occur once per file. You can use any of the action types in the same Flat File. For instance, you can include all of the Deletes you’d like to make and the top of the file (after the Submission Header) and then follow it up with all of the Insertions that you’d like to make, or if you prefer include the Delete line just before the Insertion Segments for the Incident; it’s purely personal preference.
Data Types in this Document
In the tables that describe the Segment Layouts, you will find the following Formats listed:
Format Symbol | Format Meaning |
---|---|
N | Numeric |
A | Alphabetic |
A/N | Alpha/Numeric |
D | Date |
G (Space) | Blank Space |
LIBRS Segments
LIBRS, like NIBRS, it built up on Segments that contain different information about the Incidents that are being reported. This portion of this document outlines the LIBRS Segments, and the building blocks (Referred to as Data Elements) That make them up.
Submission Header (00)
Description
The Submission Header contains the information related to the Agency that is submitting the LIBRS Flat File, as well as information about the file itself, such as the Reporting Period it encompasses and the Spec Version that it was generated with (Currently we are only accepting LIBRS Spec 2.5)
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 00 | 1-2 | 2 | N |
C2 | Submitting Agency | 3-22 | 20 | A |
C3 | Submission Date | 23-30 | 8 | D |
C4 | Reporting Period | 31-36 | 6 | D |
C10 | Software ID | 37-41 | 5 | A/N |
C11 | Software Version | 42-51 | 10 | A/N |
C12 | LIBRS Spec Indicator | 52-54 | 3 | A/N |
** | Future Expansion Buffer | 55-56 | 2 | G (Space) |
C8 | End of Segment Marker | 57-58 | 2 | A |
C9 | Padding | 59-150 | ** | G (Space) |
Segment 00 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
1 | FIRST SEGMENT NOT 00 SEGMENT DESCRIPTOR | Segment 00 needs to be the first line in the Flat File. There shouldn’t be any blank spaces above it, and it should always appear ONLY on Line 1 |
10003 | MULTIPLE 00 SEGMENTS ENCOUNTERED.ONLY ONE PER SUBMISSION ALLOWED.DATA CANNOT BE PROCESSED FURTHER. | Only one Header Segment should be present per Flat File. Multiple incidents in being in the same Flat File does not require multiple Segment 00’s. |
10050 | SEGMENTS ARE OUT OF NUMERIC ORDER FOR THIS INCIDENT | The Second Line in a LIBRS Flat File must be one of the following Segments:
|
90038 | INVALID LIBRS SPEC | A Segment 00 with a Reporting Period year later than 2019 must have spec indicator ‘2.5’ in the positions 52-54. We no longer accept LIBRS 2.2 Spec and older. |
Zero Record (01)
Description
Segment 01 is used when there are no Incidents to report; IE a Zero Report. The segment can only be used when there are no Incidents present in the Flat File; there cannot be any Segments present other than 00, 01, and 99:
- -Header Segment-
- 01000000000000ZZ
- 99000003ZZ
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor – 01 | 1-2 | 2 | N |
2 | Incident Number - All Zeroes "000000000000" | 3-14 | 12 | N |
C8 | End of Segment Marker | 15-16 | 2 | A |
C9 | Padding | 17-150 | ** | A/N |
Segment 01 Errors and Explanations
None
Administrative (10)
Description
The Administrative Segment contains basic information about the Incident that is being reported. It acts as the indication for LIBRS that a the next portion of Information is for a different incident from the previous on that was processed. This segment should always be included when:
- Performing an Action Type of ‘I - Insertion’ for an Incident.
- Performing a ‘D - Deletion’ Action Type for an Incident.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 10 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
L53 | Location of Incident (Geographical Coordinates) | 25-36 | 12 | A/N |
L54 | Station/Division/Precinct Identifier | 37-42 | 6 | A |
3 | Incident Date/Hour | 43-53 | 11 | A |
4 | Cleared Exceptionally | 54 | 1 | A |
5 | Exceptional Clearance Date | 55-62 | 8 | D |
** | Future Expansion Buffer | 63-82 | 20 | G (Space) |
C8 | End of Segment Marker | 83-84 | 2 | A |
C9 | Padding | 85-150 | ** | G (Space) |
Segment 10 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
10055 | CANNOT HAVE AN INITIAL INCIDENT RECORD WITHOUT STARTING WITH RECORD SEGMENT 10 | The first segment after the Submission Header when submitting new data (Action Type ‘I’) must be an Administrative Segment (10). |
10075 | MISSING A MANDATORY RECORD SEGMENT FOR A COMPLETE INCIDENT | When an Action Type of Incident Report (‘I’) is submitted, this segment must be included. |
Administrative Modification (11)
Description
Segment 11, Administrative Modification, is only used when performing an update to a Time Window Submission Incident (DE C5, Action Type = ‘M’). Agencies should be aware that information submitted via time windows is stored separately by the FBI and is not combined back in with normal submissions and may or may not be reported in some publications nor counted towards overall totals.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor – 11 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
6 | Louisiana Revised Statute Number | 25-36 | 12 | A |
** | Future Expansion Buffer | 37-56 | 20 | G (Space) |
C8 | End of Segment Marker | 57-58 | 2 | A |
C9 | Padding | 59-150 | ** | G (Space) |
Segment 11 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
11017 | INCIDENT NUMBERS IN SEGMENTS 11 AND 63 MUST MATCH THE INCIDENT NUMBERS IN SEGMENTS 10 AND 60 RESPECTIVELY | When using Segment 11, the Incident Number that is included must match the one provided in Segment 10. |
11097 | SEGMENT 11 AND/OR 63 MISSING | Segment 11 was either missing, or did not have a matching Action Type (DE C5) compared to the Incident’s Administrative Segment (Segment 10). |
Offense (20)
Description
Segment 20, Offense Segment, contains information about the particular Offenses that occurred in the Incident. Note that only one Victim can be tied to an Offense, so if you have multiple Victims of the same Offense you will need to include multiple Segment 20’s to link those Victims to the Offense.
We get a lot of questions about this Segment, and have included more information about it in the FAQ, which can be found here.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 20 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
L6 | Offense Sequence Number | 25-27 | 3 | N |
6 | Louisiana Revised Statute Number | 28-39 | 12 | A |
7 | Offense Attempted/Completed | 40 | 1 | A |
24 | Offense Connected to Victim Sequence Number | 41-43 | 3 | N |
9 | Location Type | 44-45 | 2 | N |
10 | Number of Premises Entered | 46-47 | 2 | A/N |
11 | Method of Entry | 48 | 1 | A |
12 | Type of Criminal Activity/Gang Information Nos. 1, 2 and 3 | 49-51 | 1 (3x) | A |
13 | Type of Weapon/Force Involved Nos. 1, 2, and 3 | 52-60 | 3 (3x) | A |
N6 | Agency Supplied NIBRS Code | 61-63 | 3 | A |
70 | Inchoate Modifier | 64-65 | 2 | A |
** | Future Expansion Buffer | 66-80 | 14 | G (Space) |
C8 | End of Segment Marker | 81-82 | 2 | A |
C9 | Padding | 83-150 | ** | G (Space) |
Important Notes
- Only one Victim can be related to an Offense Segment. If you have multiple Victims of the same offense, you need to include multiple Offense Segments that link to those Victims.
- Please note that DE’s 12 and 13 are actually three Data Elements Combined into one. Each instance of the Data Element is either 1 or 3 characters long and can include up to 3 instances, so long as mutually exclusive values are not used.
- See Type of Criminal Activity/Gang Information Nos. 1, 2 and 3 and Type of Weapon/Force Involved Nos. 1, 2, and 3 for more details.
Segment 20 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
10075 | MISSING A MANDATORY RECORD SEGMENT FOR A COMPLETE INCIDENT | When an Action Type of Incident Report (‘I’) is submitted, this segment must be included. |
14058 | AT LEAST ONE OFFENDER MUST HAVE VALUES | Each Incident must have at least one Offender listed. If no specific details about the Offender are known, use ‘000’ for the Offender Sequence Number (DE 36) to denote ‘Unknown Offender’ (NIBRS 09C is exempt from this, and must contain a known Offender). Additionally, the number of Offender and Offender Using (Segments 40 and 41) should match. |
20000 | MISSING SEGMENT 20 (OFFENSE) | Each Incident must have at least one Offense Segment (Segment 20) present. |
Property (30)
Description
Segment 30, Property Segment, is used to identify that Properties are involved in the listed Offenses. It only contains general information about these Properties, such as the number of Stolen or Recovered Vehicles. Further Details are expected to be entered in Segments 31, 32, and 33.
We get a lot of questions about this Segment, and have included more information about it in the FAQ, which can be found here.
Note: There should only be ONE Segment 30 per Incident
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 30 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
18 | Number of Stolen Motor Vehicles | 25-26 | 2 | A/N |
19 | Number of Recovered Motor Vehicles | 27-28 | 2 | A/N |
** | Future Expansion Buffer | 29-48 | 20 | G (Space) |
C8 | End of Segment Marker | 49-50 | 2 | A |
C9 | Padding | 51-150 | ** | G (Space) |
Segment 30 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
10074 | PROPERTY RECORD (SEGMENT 30 & 31) MUST EXIST WITH THIS OFFENSE | When DE C5 (Action Type) is ‘I’, Property Segments 30 and 31 must exist submitted with an Offense Segment (20) whose NIBRS is a ‘Crime Against Property’: Additionally, the following Offenses are included in this requirement:
|
10076 | PROPERTY RECORD (SEGMENT 30 & 31) CANNOT EXIT WITH OFFENSES SUBMITTED | Segments 30 and 31 should not be included when the Incident is comprised of only the following Offense Codes: |
Property Description (31)
Description
Segment 31, Property Description, includes specific details about the Properties that are involved in the Incident. One Segment 31 should be included for each Property that is involved in the Incident.
We get a lot of questions about this Segment, and have included more information about it in the FAQ, which can be found here.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 31 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
14 | Type of Property Loss / Etc. | 25 | 1 | N |
15 | Property Description Type | 26-27 | 2 | A/N |
16 | Value of Property | 28-36 | 9 | N |
17 | Date Recovered | 37-44 | 8 | D |
20 | Suspected Drug Type | 45-46 | 2 | A |
21 | Estimated Drug Quantity | 47-59 | 13 | A/N |
22 | Type Drug Measurement | 60-61 | 2 | A |
P1 | Property Sequence Number | 62-64 | 3 | N |
** | Future Expansion Buffer | 65-81 | 17 | G (Space) |
C8 | End of Segment Marker | 82-83 | 2 | A |
C9 | Padding | 84-150 | ** | G (Space) |
Segment 31 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
10074 | PROPERTY RECORD (SEGMENT 30 & 31) MUST EXIST WITH THIS OFFENSE | When DE C5 (Action Type) is ‘I’, Property Segments 30 and 31 must exist submitted with an Offense Segment (20) whose NIBRS is a ‘Crime Against Property’: Additionally, the following Offenses are included in this requirement:
|
10076 | PROPERTY RECORD (SEGMENT 30 & 31) CANNOT EXIT WITH OFFENSES SUBMITTED | Segments 30 and 31 should not be included when the Incident is comprised of only the following Offense Codes: |
Property Modification (32)
Description
Segment 32, Property Modification, is only used when performing a Time Window Submission (Action Type ‘W’) or a Modification (Action Type ‘M’) to a Time-Window Submission.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 32 | 1-2 | 2 | N |
C5 | Action Type (“W” or “M”, only) | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
6 | Louisiana Revised Statute Number | 25-36 | 12 | |
** | Future Expansion Buffer | 37-56 | 20 | G (Space) |
C8 | End of Segment Marker | 57-58 | 2 | A |
C9 | Padding | 59-150 | ** | G (Space) |
Segment 32 Errors and Explanations
None
Property/Offense (33)
Description
Segment 33, Property/Offense Relationship, is used to distinctly relate a Property to an Offense. This Segment is not mandatory, though you will most likely experience Errors if you do not include it.
When this segment is not included, LIBRS will perform a Cross Product between all Properties and all Offenses. We have measures in place to help limit incorrect Properties from being associted with Invalid Offenses (EG: Drugs being associated with Motor Vehicle Theft Offenses), however the best way to ensure that Properties are being appropriately linked up to their Offenses is by including a Segment 33 for each Property/Offense Relationship.
We get a lot of questions about this Segment, and have included more information about it in the FAQ, which can be found here.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 33 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
P1R | Property Sequence Number Reference | 25-27 | 3 | A |
L6R | Offense Sequence Number Reference | 28-30 | 3 | A |
** | Future Expansion Buffer | 31-50 | 20 | G (Space) |
C8 | End of Segment Marker | 51-52 | 2 | A |
C9 | Padding | 53-150 | ** | G (Space) |
Important Notes:
- The Property/Offense Segment is used to connect incident property (stolen, retrieved, etc.) to an offense. This connection, or relationship, is established using the Property Sequence Number (Data Element P1) and the Offense Sequence Number (Data Element L6).
- This Segment is optional in the sense that if it is missing LIBRS will interpret properties to offenses automatically using a cross product (EG all offenses are associated with all properties). Depending on the Offenses in the Incident, this can cause LIBRS to infer properties to incompatible Offenses.
- LIBRS uses the NIBRS Code of the Offenses to determine if it should apply properties to them to minimize the cases that this happens in. However, there are some NIBRS Codes that include both ‘Crimes Against People’ and ‘Crimes Against Property’ Offenses.
- EG: 13B Contains both LRS 14:35 (Simple Battery - Crime Against Person) as well as LRS 14:60 (Aggravated Burglary - Crime Against Property) that break this assumption. Therefore it is always best to include this Segment when Properties are involved.
Successful Segment 33 Inference Example
An incident is submitted with a NIBRS 23H ‘Crime Against Property’ Offense, as well as a NIBRS 11A ‘Crime Against Person’ Offense, along with one or more properties that are intended to be linked to the 23H Offense. Since NIBRS 11A has no related Offenses that are a ‘Crime Against Property’, if Segment 33 is missing LIBRS knows that it should not apply the properties to the 11A Offense. As a result, LIBRS will only infer the properties to be related to the 23H Offense, successfully validating the Incident submission.
Unsuccessful Segment 33 Inference Example
An incident is submitted with a NIBRS 23H ‘Crime Against Property’ Offense, as well as a NIBRS 13B ‘Crime Against Person’ Offense, along with one or more properties that are intended to be linked to the 23H Offense. Since 13B has some offenses that are ‘Crime Against Property’, if Segment 33 is missing LIBRS cannot know that it shouldn’t apply the properties to the 13B Offense. As a result, LIBRS will interpret all properties to be related to all offenses, which in this case will throw validation errors.
Segment 33 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
90018 | PROPERTY MUST HAVE A VALID RELATIONSHIP TO AT LEAST ONE OFFENSE | All properties submitted within an incident must be related to at least one Offense. Please ensure that all Properties are linked to an Offense through a Segment 33. |
90023 | DUPLICATE - A PRIOR PROPERTY OFFENSE SEGMENT ALREADY EXISTS WITH THE SAME SEQUENCE NUMBERS | Each Property/Offense segment submitted must have unique combinations of Property Sequence Number References (DE P1R) to Offense Sequence Number References (DE L6R). Both Properties and Offenses can both be related to multiples of each other (EG One Property to Multiple Offenses), however, Property/Offense segments cannot relate a single Property to a Single Offense multiple times. |
Ivalid Combinations of NIBRS Offense Codes and Property Descriptions
There are a number of illogical combinations for various NIBRS Offense Codes (Data Element 6) having certain Property Descriptions (Data Element 15). For example, it is illogical for Purse Snatching (NIBRS Code 23B) to be connected to property having a Property Description data value of Aircraft (01) or Livestock (18).
The table below shows invalid combinations of NIBRS Offense Codes and Property Descriptions. X’s on this table represent that the combination of the Property Description and NIBRS Code are incompatible and should NOT be used together.
Invalid Property Descriptions | 220 | 23A | 23B | 23C | 23D | 23E | 23F | 23G | 23H | 240 |
---|---|---|---|---|---|---|---|---|---|---|
01 | X | X | X | |||||||
03 | X | X | X | X | X | X | X | X | ||
04 | X | X | ||||||||
05 | X | X | X | X | X | X | X | X | ||
12 | X | X | X | |||||||
15 | X | X | X | |||||||
18 | X | X | X | |||||||
24 | X | X | X | X | X | X | X | X | ||
28 | X | X | X | X | X | X | X | X | ||
29 | X | X | X | X | X | X | X | X | X | |
30 | X | X | X | X | X | X | X | X | X | |
31 | X | X | X | X | X | X | X | X | X | |
32 | X | X | X | X | X | X | X | X | X | |
33 | X | X | X | X | X | X | X | X | X | |
34 | X | X | X | X | X | X | X | X | X | |
35 | X | X | X | X | X | X | X | X | X | |
37 | X | X | X | X | X | X | X | X | ||
39 | X | X | X | |||||||
78 | X | X |
Offender (40)
Description
Segment 40, Offender Segment, is used to submit information about the suspected Offender(s) that are involved in an Incident. You should have as many Offender Segments as you have Suspects.
Offenders are linked to their Offenses by their Victims. Segment 20 - Offense Segment contains a Victim Sequence Number that denotes who the victim of the Offense was. Segment 52 - Victim/Offender Relationship then links the Offender to the Victim, which, in turn, links the Offender to the Offense.
More information and common questions and errors can be found on the LIBRS FAQ for this Segment here.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 40 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
36 | Offender Sequence Number | 25-27 | 3 | N |
37 | Age of Offender | 28-30 | 3 | A |
L37 | Date of Birth of Offender (LIBRS Only) | 31-38 | 8 | D |
38 | Sex of Offender | 39 | 1 | A |
39 | Race of Offender | 40 | 1 | A |
8A | Bias Motivation / Bias Crime Type | 41-42 | 2 | A |
39A | Ethnicity of Offender | 43 | 1 | A |
** | Future Expansion Buffer | 44-62 | 20 | G (Space) |
C8 | End of Segment Marker | 63-64 | 2 | A |
C9 | Padding | 65-150 | ** | G (Space) |
Segment 40 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
10075 | MISSING A MANDATORY RECORD SEGMENT FOR A COMPLETE INCIDENT | When an Action Type of Incident Report (‘I’) is submitted, this segment must be included. |
16056 | THIS ARRESTEE EXCEEDED THE NUMBER OF OFFENDERS ON THE INCIDENT | Number of Arrestee Segments (Segment 60) cannot exceed the number of Offender Segments (Segment 40) |
Offender Using/Gaming Motivation (41)
Description
Segment 41, Offender Using/Gaming, is used to denote additional aspects about the potential motive behind an Offender’s behavior.
More information and common questions and errors can be found on the LIBRS FAQ for this Segment here.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor – 41 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
36 | Offender Sequence Number | 25-27 | 3 | N |
8 | Offender Suspected of Using / Gaming Motivation | 28 | 4 (4x 1 Char) | A |
** | Future Expansion Buffer | 32-48 | 20 | G (Space) |
C8 | End of Segment Marker | 49-50 | 2 | A |
C9 | Padding | 51-150 | ** | G (Space) |
Segment 41 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
10075 | MISSING A MANDATORY RECORD SEGMENT FOR A COMPLETE INCIDENT | When an Action Type of Incident Report (‘I’) is submitted, this segment must be included. |
Victim (50)
Description
Segment 50, Victim Segment, is used to report the relevent personal attributes of the Victims of the Offenses in the Incident. You should have as many Segment 50’s as you have unique Victims. This means you should not repeat Society as a Victim for each Offense that is a Crime Against Society, and instead only have a single Segment 50 to represent it.
More information and common questions and errors can be found on the LIBRS FAQ for this Segment here.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor – 50 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
23 | Victim Sequence Number | 25-27 | 3 | N |
25 | Victim Type | 28 | 1 | A |
26 | Age (At Time of Incident) | 29-31 | 3 | A |
L26 | Date of Birth (LIBRS Only) | 32-39 | 8 | D |
27 | Sex | 40 | 1 | A |
28 | Race | 41 | 1 | A |
29 | Ethnicity | 42 | 1 | A |
30 | Resident Status | 43 | 1 | A |
31 | Aggravated Assault / Homicide Circumstance Nos. 1 and 2 | 44-47 | 2 (2x) | N |
** | Deprecated Data Element | 48-49 | 2 | G (Space) |
32 | Additional Justifiable Homicide Circumstance | 50 | 1 | A |
25A | Type of Officer Activity/Circumstance | 51-52 | 2 | N |
25B | Officer Assignment Type | 53 | 1 | A |
25C | Officer ORI, Other Jurisdiction | 54-62 | 9 | A |
** | Future Expansion Buffer | 63-68 | 6 | G (Space) |
C8 | End of Segment Marker | 69-70 | 2 | A |
C9 | Padding | 71-150 | ** | G (Space) |
Important Notes
- Data Element 31 - Aggrevated Assault/Homicide Circumstance is repeated twice. In the past this was repeated three times, however this has since been eliminated, which has resulted in a blank space on Characters 48 and 49.
Segment 50 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
10075 | MISSING A MANDATORY RECORD SEGMENT FOR A COMPLETE INCIDENT | When an Action Type of Incident Report (‘I’) is submitted, this segment must be included. |
90044 | VICTIMS OF ‘I’ OR ‘L’ MUST BE ASSOCIATED WITH AT LEAST TWO OFFENDERS WHEN MULTIPLE SEGMENT 40’S EXIST AND CRIME IS AGAINST PERSON OR ROBBERY | According to the NIBRS IEPD Requirements (Error 085), when there is more than one Offender in an Incident, and a Victim is tied to a Crime Against Person or a Robbery and is also a Victim Type of ‘I - Individual’ or ‘L - Law Enforcement’, then the Victim must be associated with at least two Offenders. |
Victim Injury (51)
Description
Segment 51, Victim Injury, includes information about the sustained Injuries of a Victim of an Offense.
The main thing to note about it is that it required to be included when a Segment 50 (Victim Segment) is present with a Victim Type of ‘I - Individual’ or ‘L - Law Enforcement’, and the Offense is of one of the following NIBRS Codes:
Otherwise, it should NOT be included. Additionally, you should not supply a Segment 51 without an Injury Type (DE 33).
More information and common questions and errors can be found on the LIBRS FAQ for this Segment here.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 51 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
23 | Victim Sequence Number | 25-27 | 3 | N |
33 | Injury Type | 28 | 1 | A |
** | Future Expansion Buffer | 29-48 | 20 | G (Space) |
C8 | End of Segment Marker | 49-50 | 2 | A |
C9 | Padding | 51-150 | ** | G (Space) |
Segment 51 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
15020 | DATA MUST BE ENTERED FOR SPECIFIC OFFENSES | Segment 51 must be present for each Victim Sequence Number (DE 23) that has a Victim Type (DE 25) of ‘I - Individual’ or ‘L - Law Enforcement’. |
Victim/Offender Relation (52)
Description
Segment 52, Victim/Offender Relationship, is what links the Victims to the Offenders, and thereby links the Offenders to the Offenses.
If a Victim of Type ‘I - Individual’ or ‘L - Law Enforcement’ is present in the Incident, and the Offense is a Crime Against Person or a Robbery, then this Segment needs to be included. Otherwise it should NOT be included.
More information and common questions and errors can be found on the LIBRS FAQ for this Segment here.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 52 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
23 | Victim Sequence Number | 25-27 | 3 | N |
34 | Offender Number to be Related | 28-30 | 3 | N |
35 | Relationship of Victim to Offender | 31-32 | 2 | A |
** | Future Expansion Buffer | 33-52 | 20 | G (Space) |
C8 | End of Segment Marker | 53-54 | 2 | A |
C9 | Padding | 55-150 | ** | G (Space) |
Segment 52 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
15005 | MISSING VICTIM/OFFENDER SEGMENT OR RELATIONSHIP (SEGMENT 52 OR DE L6) | Victim/Offender Relationship (Segment 52) must be present for each Victim Sequence Number (DE 23) that has a Victim Type (DE 25) of ‘I - Individual’ or ‘L - Law Enforcement’ that is a victim of a Crime Against Person or a Robbery. |
22081 | SEGMENT 52 MISSING–MUST BE PRESENT IF VICTIM TYPE IS ‘I’ OR ‘L’ | This Segment must be included if the Victim is of Type I or L. |
Arrestee (60)
Description
Segment 60, Arrestee Segment, is used to define whether or not an Offender was arrested for an Offense or not. Since Offenders can be known but not apprehended, there needs to be another Segment that details the information about their Arrest when the time comes.
Segment 60 can also be used with Action Type ‘A - Arrest’ in order to add Arrest Information to an already submitted Incident. Though, it’s recommended to simply generate a Delete for the Incident and then resubmit it.
You should include an Arrestee Segment for each Offender that has been arrested in relation to an Offense. While NIBRS allows Arrestees to not be linked to an Offender (EG Someone that’s not listed on the Incident is listed as the arrestee for it), LIBRS does not allow this. Any Arrestee that’s present in this Segment should also have a Segment 40 (Offender) associated with them.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 60 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
40 | Arrest Sequence Number | 25-27 | 3 | N |
41 | Arrest Number/Local Booking Number for Arrest* | 28-39 | 12 | A |
L55 | Arrest Transaction Number | 40-54 | 15 | A/N |
L40 | Arrestee Name | 55-74 | 20 | A |
42 | Arrest Date | 75-82 | 8 | D |
43 | Arrest Type | 83 | 1 | A |
44 | Multiple Arrestee Segment Indicator | 84 | 1 | A |
47 | Age (At Time of Arrest) | 85-87 | 3 | A |
L47 | Date of Birth | 88-95 | 8 | D |
48 | Sex | 96 | 1 | A |
49 | Race | 97 | 1 | A |
50 | Ethnicity | 98 | 1 | A |
51 | Resident Status | 99 | 1 | A |
52 | Disposition of Arrestee Under 18 | 100 | 1 | A |
C6 | Clearance Indicator (to be used for Time Window Submission only) | 101 | 1 | A |
** | Future Expansion Buffer | 102-118 | 17 | G (Space) |
C8 | End of Segment Marker | 119-120 | 2 | A |
C9 | Padding | 121-150 | ** | G (Space) |
Important Notes
- Data Element 52 - Disposition of Arrestee Under 18 must be included for any arrestee that is 17 or younger.
- Data Element 44 - Multiple Arrestee Indicator should be used when an Offender is Arrested and associated with more than one Incident. The arrest of the Individual will clear all Incidents that they are a part of, however it should not be counted that two arrests were made. The Multiple Arrestee Indicator allows you to specify that an individual was arrested for another Incident, which has cleared this Incident by arrest, but to not count this arrest for Crime Statistics.
Segment 60 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
16056 | THIS ARRESTEE EXCEEDED THE NUMBER OF OFFENDERS ON THE INCIDENT | Number of Arrestee Segments (Segment 60) cannot exceed the number of Offender Segments (Segment 40) |
16060 | INCIDENT REPORT NOT ON FILE | The Arrestee Segment submitted with an Action Type of ‘A’ (Add an Arrest) was rejected because the incident is not on the LIBRS database. |
Arrestee Armed (61)
Description
Segment 61, Arrestee Armed, denoted the details about whether or not an Arrestee was armed with a weapon at the time of their arrest. This segment should appear for each Segment 60 (Arrestee) Segment that is present in the Incident Report.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 61 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
40 | Arrestee Sequence Number | 25-27 | 3 | N |
46 | Arrestee Armed With at Time of Arrest | 28-30 | 3 | A |
** | Future Expansion Buffer | 31-50 | 20 | G (Space) |
C8 | End of Segment Marker | 51-52 | 2 | A |
C9 | Padding | 53-150 | ** | G (Space) |
Segment 61 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
16080 | SEGMENT 61 MISSING–MUST HAVE ONE PER ARRESTEE SEGMENT | An Arrestee Armed Segment (Segment 61) is required for each Arrestee Segment (Segment 60) that is present in the LIBRS Incident Report. |
16099 | SEGMENTS 61 and 62 CAN ONLY BE PRESENT WHEN SEGMENT 60 EXISTS | An Arrestee Armed Segment (Segment 61) is not to be included unless there is an Arrestee Segment (Segment 60) present in the LIBRS Incident Report. |
Arrestee Statute (62)
Description
Segmetn 62, Arrestee Statute, is what’s used to say what Statute an Arrestee was Arrested for. At this time, Data Element L45 - Arrest Connection to Offense is optional, however if it is to be included there are particular requirements for it. Please review the definition of the Data Element to ensure that it’s being correctly applied.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 62 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
40 | Arrestee Sequence Number | 25-27 | 3 | N |
45 | Louisiana Revised Statute Number of Arrest | 28-39 | 12 | A |
L45 | Arrest Connection to Offense | 40-54 | 15 | A |
N45 | Agency Supplied NIBRS Code | 55-57 | 3 | A |
70 | Inchoates Modifier | 58-59 | 2 | A |
** | Future Expansion Buffer | 60-74 | 15 | G (Space) |
C8 | End of Segment Marker | 75-76 | 2 | A |
C9 | Padding | 77-150 | ** | G (Space) |
Segment 62 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
16081 | SEGMENT 62 MISSING–MUST HAVE AT LEAST ONE PER ARRESTEE SEGMENT | An Arrestee Statute Segment (Segment 62) is required for each Arrestee Segment (Segment 60) that is present in the LIBRS Incident Report. |
16099 | SEGMENTS 61 and 62 CAN ONLY BE PRESENT WHEN SEGMENT 60 EXISTS | An Arrestee Statute Segment (Segment 62) is not to be included unless there is an Arrestee Segment (Segment 60) present in the LIBRS Incident Report. |
Arrestee Modification (63)
Description
Segment 63, Arrestee Modification, is only used when making a Modification to an Arrestee’s Information that was submitted as a Time-Window Submission.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 63 | 1-2 | 2 | N |
C5 | Action Type | 3 | 1 | A |
1 | ORI Number | 4-12 | 9 | A |
2 | Incident Number | 13-24 | 12 | A |
6 | Louisiana Revised Statute Number of Incident | 25-36 | 12 | A |
** | Future Expansion Buffer | 37-56 | 20 | A |
C8 | End of Segment Marker | 57-58 | 2 | A |
C9 | Padding | 59-150 | ** | A/N |
Segment 63 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
11017 | INCIDENT NUMBERS IN SEGMENTS 11 AND 63 MUST MATCH THE INCIDENT NUMBERS IN SEGMENTS 10 AND 60 RESPECTIVELY | When using Segment 63, the Incident Number that is included must match the one provided in Segment 60. |
11097 | SEGMENT 11 AND/OR 63 MISSING | Segment 63 was either missing, or did not have a matching Action Type (DE C5) compared to the Incident’s Arrestee Segment (Segment 60). |
Submission Trailer (99)
Description
Segment 99, Submission Trailer, should be the last line in your Flat File, and should only appear once per file.
Segment Layout
Data Element Number | Description of Data Element | Position(s) | Length | Format |
---|---|---|---|---|
C1 | Segment Descriptor - 99 | 1-2 | 2 | N |
C7 | Number of Segments Transferred | 3-8 | 6 | N |
C8 | End of Segment Marker | 9-10 | 2 | A |
C9 | Padding | 11-150 | ** | A/N |
Important Notes
- Data Element C7 - Number of Segments Transferred should be a six-digit long number that is front-padded with 0’s that contains the number of lines in the Flat File (Including the Header and Trailer Segments). For instance, if Segment 99 appears on line number 512 in your Flat File, DE C7 should be ‘000512’, and the full line would read ‘99000512ZZ’ (plus Padding to make 150 characters).
Segment 99 Errors and Explanations
Error Number | Error Message | Explaination of Error |
---|---|---|
19901 | LAST LINE OR SEGEMENT NOT 99 SEGMENT TYPE | Last line in data submission is not Segment 99 (Submission Trailer). |
19902 | NUMBER OF SEGMEMTS FIELD IN 99 SEGMENT IS NOT A VALID NUMERIC FIELD | Number of Segments Transferred field (Data Element C7) in Submission Trailer is not a valid numeric field. The Number of Segments Transferred should be a number with front-padded zeros (0) to make up a six-digit number. EG If there are 25 lines in the Flat File (including the Footer Segment), then The Number of Segments Transferred should be ‘000025’. |
19903 | NUMBER OF SEGMENTS ON SUBMISSION TRAILER DOES NOT MATCH RECORD COUNT | Number of Segments Transferred (Data Element C7) in Submission Trailer Segment does not match Record Count for data submission. The number of lines in the Flat File, including the Header and Footer Segments, is the number that should be used in the Number of Segments Transferred (front-padded with zeros to make a six-digit number). |
LIBRS Data Element Definitions
This portion of the document contains information about the specific requirements that go into each of the LIBRS Data Elements. For the short list of available values for each Data Element, go here.
ORI Number (1)
Description: NCIC originating agency identifier number. This field should follow the format of ‘LAXXXXXXX’, where XXXXXXX is the 7-digit code for the Agency’s ORI Number.
Data Characteristics: 9 Character Numeric/Alpha. Cannot be blank, and must start with ‘LA’.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | This is a required Data Element, and it cannot be left blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Must be a valid 9-character NCIC number, where the last 2 positions of the ORI must reflect ‘00’ for all state and local agencies. This Error will also be thrown if the ORI Number that is used in the various Segments of an Incident Report does not match the ORI Number Specified in Segment 00 (Header Segment) | 10052 | NOT A VALID ORI–NOT ON LIBRS ORI FILE |
3 | First two positions must be the code of the state ‘LA’ in which the incident occurred. | 10059 | ALL ORI NUMBERS MUST BE THOSE OF AGENCIES IN LOUISIANA (LA) |
4 | The ORI Number Specified in Segments 20, 40, 41, and 50 need to match the ORI Number in Segment 10. | 90042 | VALUE MUST MATCH THE VALUE SUPPLIED IN ADMINISTRATIVE SEGMENT (SEGMENT 10) |
Details:
- This is the 9-character NCIC Originating Agency Identifier (ORI) assigned to every law enforcement agency in Louisiana. For state or local agency submissions, the last two positions must be “00”.
Incident Number (2)
Description: Agency unique, in-house assigned case number. It is used to link subsequent update submissions to the original submission. This number will be encrypted prior to any dissemination of data to ensure that the recipient cannot identify the actual case. The Incident Number should contain the current year as part of it when possible to prevent duplication/reuse of incident numbers across different years. EG 20-000001 for the first incident of 2020.
Data Characteristics: 12 Character Alpha. Cannot be Blank, and must be unique for each Agency (IE Agency A and B can both have an Incident Number 20-00001, but Agency A cannot have two Incidents with Incident Number 20-00001).
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | This is a required Data Element, and it cannot be left blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Incident Numbers be left justified, 12 or less characters long, include only Letters, Numbers, Hyphens, or Blank Spaces, and the first character in an Incident Number cannot be a blank space. | 10016 | MUST BE LEFT - JUSTIFIED–BLANK DETECTED IN FIRST POSITION |
3 | This field must be unique for each incident reported by the agency; no two incidents can have the same Incident Number. Some agencies ensure uniqueness by prefixing every incident number with a two-digit year followed by a number starting with 1, while others simply increment the Incident Number by one for each new incident. | 10056 | INCIDENT ALREADY ON FILE–PREVIOUSLY ADDED TO FILE ON [MM/DD/YYYY] |
4 | The Incident Number Specified in Segments 20, 40, 41, and 50 need to match the Incident Number in Segment 10. | 90042 | VALUE MUST MATCH THE VALUE SUPPLIED IN ADMINISTRATIVE SEGMENT (SEGMENT 10) |
Definitions:
Concept of time and place provides: If more than one crime was committed by the same person or group of persons and the time and space intervals separating them were insignificant, all of the crimes make up a single incident.
An incident is considered as one or more offenses committed by the same offender or group of offenders acting in concert at the same time and place.
Acting in concert requires that the offenders actually commit or assist in the commission of the crime(s). The offenders must be aware of, and consent to, the commission of the crime(s); or, even if non-consenting, their actions assist in the commission of the offense(s). This is important because all of the offenders in an incident are considered to have committed all of the offenses in the incident. If one or more of the offenders did not act in concert, then there is more than one incident involved.
Same time and place means that the time interval between the offenses and the distancebetween the offenses and the distance between the locations where they occurred were insignificant.
Normally, the offenses must have occurred during an unbroken time duration and at the same or adjourning location(s). However, incidents can also be comprised of offenses which by their nature involve continuing criminal activity by the same offender(s) at different times and places, as long as the activity is deemed to constitute a single criminal transaction. Regarding these situations, the reporting agency will have to use its best judgment.
Incident Date/Hour (3)
Description: Date and Time when the incident occurred or started, or at the beginning of the time period in which it occurred, or date of report if unknown. If an incident occurred before the agency’s Base Date it should not be reported to LIBRS; it will be rejected if it is. For the most part, this really isn’t an issue, as the Base Date for most agencies is from somewhere in 2012. However if you do run into an error regarding it, then you should remove that Incident from being reported.
Data Characteristics: 11 Character Alpha. If Unknown, Enter the Reporting Date (MMDDYYYY) followed by an ‘R’ to indicate the date is not the actual Incident Date, but rather the Reporting Date. Leave the Time blank in this case (Not 0’s, but Blank Spaces)
Format: MMDDYYYYXHH, Where ‘X’ is either:
- ‘R’ to denote that the Incident Date is not known, and the Report Date is being substituted for it
- Or ‘ ‘ (G - Blank Space) to denote that the supplied value is the actual Incident Date.
Important Note:
- In the process to certify an agency as LIBRS-compliant, when an agency reaches the Certification and Production stages, please note the following:
- The “Base Date” for an agency is the date that agency starts sending actual, live data that both the State and FBI Retain. For most Agencies, this is the date in which they started sending UCR data.
- If an incident occurred before the agency’s “Base Date”, but was not reported to LIBRS until after your “Base Date” has been implemented; or this incident was already reported in the UCR summary reports, this incident will be REJECTED (Error 11073).
- If this happens, contact a member of the LIBRS staff at the Louisiana Commission on Law Enforcement.
- If this incident was not reported until after your “Base Date” was implemented, your agency may have to submit an adjusted UCR summary form to capture these offenses.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | The date supplied for the Incident Date (DE 3) is not valid. Please ensure that the supplied date is in the MMDDYYYY Format, and is not a date later than the current date. | 11005 | DATE ENTERED MUST BE A VALID CALENDAR DATE |
2 | If the Incident Date is unknown, use the Report Date. Indicate a Report Date with an ‘R’ in the space before the hour. If this is the Incident Date, then leave the ‘Report’ indicator blank. | 11051 | REPORT INDICATOR MUST BE BLANK OR ‘R’ |
3 | If entered, the ‘HH’ Value of the Incident Date to denote the hour the Incident Occurred in must be between 00 and 23. Remember that midnight is the start of a new day, so Incidents that occur in the ‘00’ hour should be reported as occurring on the correct day. EG: Thursday at 11:59PM, or Friday at 12:00AM. | 11052 | INVALID HOUR ENTRY |
4 | Incident Date/Hour cannot be later than the year and month the data submission file represents. (EG: A June 2019 data submission cannot contain incidents occurring after June). | 11070 | INCIDENT DATE CANNOT BE AFTER YEAR [YYYY] AND MONTH [MM] OF TAPE |
5 | The Incident Date CANNOT be earlier than 01/01/1991 for Incident Report (‘I’) submissions. This edit will preclude dates that are obviously incorrect since the FBI began accepting data on this date. |
11072 | INCIDENT DATE/HOUR FOR ‘I’ RECORDS CANNOT PREDATE 01/01/1991 |
6 | No data regarding an incident previously submitted under the Summary UCR reporting system can be submitted with an incident date later than the date the agency commenced reporting. It will be regarded as a duplicate submission and be rejected since the Summary UCR system already contains the aggregate data for the months before LIBRS conversion. In other words, if an agency sends Incident Based Reporting (IBR) data for the first time on 20 July 2019, all ‘Incident Date/Hour’ (DE 3) entries for incidents, recovered property, and arrests must be within July, 2019 The exception is when Exceptional Clearances occur for a pre-IBR incident In this case, ‘Incident Date/Hour’ (DE 3) may be earlier than July, 2019, but Exceptional Clearance Date (5) must be within July, 2019 LIBRS maintains a table of start dates (Agency Base Dates) for every law enforcement agency in the state Except for the above example, LIBRS will reject data submitted with an ‘Incident Date/Hour’ prior to the agency’s Base Date (start date). |
11073 | INCIDENT DATE CANNOT BE BEFORE DATE ORI WENT IBR |
7 | Time Window Submissions are not allowed for Incidents Dates that are later than the Agency’s Base Date (Date they began submitting Incident-Based data). | 11076 | INCIDENT DATE FOR WINDOW RECORDS CANNOT BE AFTER AGENCY’S BASE DATE |
6 | The Incident Date supplied in Segment 10 cannot be after the Submission Date in Segment 00. | 11077 | INCIDENT DATE (DE 3) CANNOT BE GREATER THAN THE SUBMISSION DATE (DE C3) |
Details:
- This data element is to be used to enter the month, day, year and hours when the Incident occurred or started, or the beginning of the time period in which it occurred. “Military” twenty-four (24) hour time is to be used.
- If the Incident occurred on or between midnight and 0059, enter “00” for the hour; if on or between 0100 and 0159, enter “01” for the hour if on or between 2300 and 2359, enter “23” for the hour, etc.
- If the Incident occurred at exactly midnight, it is considered to have occurred at the beginning of the next day. Therefore “00” should be entered for the hour, along with the next day’s date.
- If the Incident Date is unknown, enter the date of the report with the indicator “R” = Report after the MMDDYYYY of the Report Date.
- If the Incident hour is unknown, leave the hour blank.
- When LIBRS requires a Blank (G), it must be a Blank (G), NOT A ZERO.
Examples:
Example Number | Description |
---|---|
1 | If a robbery occurred at 9:30 p.m. on July 2, 2014, the entry should be ‘07022014G21’ (where ‘G’ is a blank). |
2 | If a kidnaping started at 11:30 p.m. on November 1, 2014, and ended at 6:00 p.m., on November 16, 2014, the entry should be ‘11012014G23’ (where ‘G’ is a blank). |
3 | If the date and hour of the incident are unknown, but the date of the report was March 15, 2014, the entry should be ‘03152014RGG’ (where ‘G’ is a blank). |
4 | If a burglary occurred sometime between 11:15 A.M. on June 24, 2014, and 4:30 P.M. on June 26, 2014, the entry should be 06242014G11 (where “G” is a blank). |
5 | If a rape occurred on November 15, 2013, but was not reported until January 15, 2014, this incident would reject if your agency’s “Base Date” is December 1, 2013. This incident would not have been reported on your Return A (or whatever other forms would be applicable) for the month of November or for the month of December of 2013. If your agency submits this incident to LIBRS with an incident date of 11/15/2013, it would REJECT. It would reject because the Incident Date is prior to the date your agency’s data is being kept by the LIBRS and NIBRS databases. Since this incident CANNOT be accepted into LIBRS and has not been reported to UCR summary, an adjustment would have to be made on UCR Summary forms that apply. |
Cleared Exceptionally (4)
Description: Indicates whether the incident was cleared exceptionally. Note that Clearance of a single Offense will clear the entire Incident, as this data element is present in Segment 10 (Administrative Segment), of which there is only one for each Incident.
Data Characteristics: 1 Character Alpha. Cannot be blank, if the Incident is not Cleared Exceptionally then you should use ‘N’.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | This is a required Data Element, and it cannot be left blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Supplied value was not a known value. Must be a code that is found on the List of Available Data Element Values | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
3 | If an Exceptional Clearance Date (DE 5) is not entered, then Cleared Exceptionally (DE 4) should have a Value of ‘N’ | 11053 | VALUE ENTERED CONFLICTS WITH PRESENCE OF AN ENTRY IN EXCEPTIONAL CLEARANCE DATE |
4 | Administrative Segment (10) submitted with an Action Type of ‘W’ (Time Window Submission) cannot contain an ‘N’ (Not Applicable) in Cleared Exceptionally (DE 4). | 11054 | CLEARED EXCEPTIONALLY CANNOT CONTAIN ‘N’ WITH SEGMENT ACTION TYPE ‘W’ |
5 | If an Incident has been Cleared Exceptionally, then by definition it cannot have been cleared by an arrest. The Incident should either not be Cleared Exeptionally, or not include an Arrest. | 10071 | CANNOT HAVE ARRESTS IF CLEARED EXCEPTIONALLY |
Details:
- The Cleared Exceptionally data element indicates if the incident has been cleared by an exceptional event such as the death of the offender, and if so, the reason for the clearance. In multiple offense incidents, the exceptional clearance of one offense clears the entire incident. An incident CANNOT BE CLEARED EXCEPTIONALLY if it was previously, or at the same time, cleared by an arrest, (that is, if an Arrestee Segment was or is being submitted).
- In order to clear an offense by exceptional means, ALL of the following four conditions must be met:
- The investigation must have clearly and definitely established the identity of at least one offender.
- Sufficient probable cause must have been developed to support the arrest, charging, and prosecution of the offender.
- The exact location of the offender must be known so that an arrest could be made.
- There must be a reason outside the control of law enforcement that prevents arresting, charging, and prosecuting the offender.
- DO NOT report exceptional clearance information for justifiable homicide, as no crimes have occurred, in reality.
- The closing of a case or the clearing of it by an agency’s policy does not permit exceptionally clearing an offense unless all four conditions are met.
Allowed Entries
Enter one code per incident.
Cleared Exceptionally Indicators | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | A kidnapper holding a hostage killed himself when the building in which he barricaded himself was surrounded by police. The kidnaping is cleared exceptionally under, ‘Death of the Offender’. |
Exceptional Cleared Date (5)
Description: The Exceptional Clearance Date is the date that the Agency was made aware that an Incident has been cleared by exceptional measures (EG: If cleared by Death of Offender, it is not the Offenders date of Death, but rather when the Agency was made aware that the case was no longer active because of it). If The Incident is not Cleared by Exceptional Means, then this Data Element should remain blank. Do not fill it with all Zero’s or any placeholder characters other than Blank Spaces.
Data Characteristics: 8 Character Date in the MMDDYYYY Format. If the Incident is not Cleared Exceptionally, then this Data Element should be Blank Spaces, otherwise this Data Element should be present.
Format: MMDDYYYY
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | The date supplied for the Exceptional Clearance Date (DE 5) is not valid. Please ensure that the supplied date is in the MMDDYYY Format, and is not a date later than the reporting date. Additionally this value cannot be all zeros, it must be a real date. | 11005 | DATE ENTERED MUST BE A VALID CALENDAR DATE |
2 | The Exceptional Clearance Date (DE 5) cannot be earlier than the Incident Date (DE 3). | 11055 | EXCEPTIONAL CLEARANCE DATE PREDATES INCIDENT DATE |
3 | Administrative Segments (10) submitted ith an Action Type of ‘W’ (Time-Window Submission) or ‘M’ (Modify) cannot have an Exceptional Clearance Date (DE 5) earlier than the date the ORI was certified for LIBRS submission. | 11074 | EXCEPTIONAL CLEARANCE DATE PREDATES DATE ORI WENT IBR |
Examples:
Example Number | Description |
---|---|
1 | The incident was cleared on the books of the reporting agency on May 27. It was entered into the local computer on June 6, 2019, and was submitted to LIBRS sometime in July of 2019. The date ‘05272019’ should be entered into this data element. |
Offense Sequence Number (L6)
Description: The Offense Sequence Number is a Uniquely Identifying Value between 001 and 999 that is used throughout the LIBRS Data Segments to identify which particular Offense is being referenced for validation purposes. Each Offense Segment (Segment 20) in an Incident should contain a unique Sequence Number.
Data Characteristics: 3 Character Numeric. Cannot be blank and should always be a three-digit number, front-padded with zeros as needed (EG Offense Sequence Number 1 of the Incident would be 001)
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Offense Sequence Number (DE L6) is a required Data Element and cannot be left blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Offense Sequence Number (DE L6) cannot be repeated for multiple Segment 20’s (Offense Segment) in an Incident. | 12006 | ERROR - DUPLICATE VALUE |
3 | Offense Sequence Number (DE L6) should be a numeric entry, front-padded with zeros to make a three-digit number between 001 and 999. EG: 001, 002, 010 for Sequence Numbers 1, 2, and 10. | 15002 | CONTAINS NON NUMERIC ENTRY |
Offense Sequence Number Reference (L6R)
Description: Offense Sequence Number Reference is used in Segment 33 to relate Properties and Offenses together. It has to match one of the Offense Sequence Numbers (DE L6) that are present in the Segment 20(s) of the Incident, and since it’s used to relate Properties to Offenses, the same L6R can be used in Multiple Segment 33’s to relate multiple Properties to the Offense.
Data Characteristics: 3 Character Numeric, front-padded with Zeros to make a three-digit number (EG Sequence Number 1 would be 001). Must be included in each Segment 33 of the Incident and cannot be left blank or all zeros (000).
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Offense Sequence Number Reference (DE L6R) is required for each Property/Offense Relationship Segment (Segment 33) present in the Incident; It cannot be blank. | 90021 | OFFENSE SEQUENCE NUMBER MUST BE PRESENT–CANNOT BE BLANK |
2 | Offense Sequence Number Reference (DE L6R) should be a numeric entry, front-padded with zeros to make a three-digit number. EG: 001, 002, 010 for Sequence Numbers 1, 2, and 10. | 90022 | OFFENSE SEQUENCE NUMBER MUST BE NUMBER ENTRY WITH ZERO LEFT - FILL |
3 | Offense Sequence Number Reference (DE L6R) must match the Offense Sequence Number (DE L6) of one of the Offense Segments (Segment 20) submitted in the incident. | 90025 | OFFENSE SEQUENCE NUMBER DOES NOT MATCH ANY PROVIDED OFFENSES’ SEQUENCE NUMBERS |
Details:
- There is no UNIQUE constraint for the Offense Sequence Number Reference (L6R). This allows for an Offense to relate to many properties if multiple Property/Offense segments are submitted within a single incident.
Louisiana Revised Statute (6)
Description: The Louisiana Revised Statute (LRS) Code is the State Statute that and Offender is being charged and/or Arrested for. The Master LRS List contains the list of all available LRS Codes that LIBRS is able to have reported to it. Each of these LRS Codes have NIBRS Code(s) associated with them. This allows Officers to report the crime how they intended to the FBI. EG: LRS 14:59/A9 is used to denote that someone shot a firearm at a train. Depending on the circumstances, the Officer may want to report this crime as a Weapons Violation (520) or as a Descrution of Property/Vandalism (290).
LRS Codes also have Subparts and Qualifiers that can be associated with them. These, similarly to the NIBRS Code, allow the Officer to more descriptively report what happened for Statutes that have a broad stroke of ways that it could be violated. More information on Subparts and Qualifiers is below.
Data Characteristics: 12 Character Alpha. Cannot be left blank and can only contain one (1) Hyphen (-).
Format: TT:SSSS.S/P-I
Louisiana Revised Statute Format | |
---|---|
TT | Title |
SSSS.S | Section |
PPP/I | Subpart, or Subpart with Qualifier, or Qualifier, or Juvenile Qualifier, and An Inchoate Modifier, if applicable, would be indicated by a dash with a data value behind the LRS Code that defines the offense.** |
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | LRS Code (DE 6) is missing. This is a required Data Element. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Must be a valid code on Master LIBRS/LRS Code Table. Check the Master LRS List for available codes to use. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
3 | Due to the addition of Inchoates (DE 70) Each LRS Code is only permitted to have one ‘-‘ in it, which is used to designate the Inchoate Value. | 22086 | ONLY ONE DASH ‘-‘ ALLOWED PER LRS OFFENSE |
4 |
Qualifiers and Subparts
Qualifiers and Subparts are additional information that is added to the tail-end of an LRS Code to give more definition about it whenever a statute contains multiple cases that could be reported as different NIBRS Codes. For instance, LRS 14:67 is generally used for Theft, however the item that is being stolen can cause the NIBRS Code that should be used to change (EG: A 14:67 with a 240 NIBRS Code is for if a vehicle is stolen, while a 14:67 with a 23H)
Examples:
Example Number | Description |
---|---|
1 | When 14:42 is submitted as a Louisiana Revised Statute LRS (6), LIBRS will need Qualifiers to determine if the offense should be classified as a forcible rape or as a forcible sodomy. If the offense is submitted as a 14:42/V, this would translate to a forcible rape offense, whereas if this offense is submitted as a 14:42/A this would translate to a forcible sodomy offense. Without any Qualifiers, LIBRS has no way to determine which offense this LRS should be reported as, and the entire incident would be rejected. The agency will receive the following error message: ‘This LRS Code must be submitted with a Qualifier to define offense applicable.’ |
2 | If an incident involved a robbery (14:64) and a forcible rape (14:42.1/V), two LRS offenses should be submitted. The 14:64 does not require any Qualifier, but the 14:42.1 does require a Qualifier. |
3 | If two females were raped in an incident, two LRS offenses should be submitted for rape: One LRS should be reported for each victim – in this case, both LRS codes should be submitted as 14:42.1/V for Victim 001 and 14:42.1/V for Victim 002) |
4 | 14:90/G – “G” refers to a Qualifier (see Qualifier List) and would be reported to the FBI as the offense of Betting/Wagering (NIBRS 39A). |
5 | If the LRS offense is Aggravated Assault (14:87.2/F) and the Offender or the Arrestee was responsible for Accessory After the Fact then the agency would submit the following: 14:87.2/F-A. This will be reported to the FBI as an Aggravated Assault, Accessory After the Fact as the offense and for LIBRS reporting this will be considered as All Other Offenses (NIBRS 90Z). |
Refer to the Master LIBRS/LRS Code Table to determine:
- LRS Codes that are accepted
- What offense the LRS code was assigned: NIBRS Code determines offense to be reported.
- Index Class assigned to each LRS
- IBR and NIBRS rankings.
Warning Messages will be returned for the following LRS codes:
LRS Code | Description | Warning Number | Warning Message |
---|---|---|---|
14:32.1 | With no Qualifier will be reported to the FBI as Driving Under the Influence (NIBRS 90D) | 22025 | WARNING - THIS LRS SUBMITTED WITHOUT A QUALIFIER IS REPORTED AS DRIVING UNDER THE INFLUENCE(90 D) |
14:44.1 | With no Qualifier will be reported to the FBI as Kidnaping (NIBRS 100) | 22030 | WARNING - THIS LRS SUBMITTED WITHOUT A QUALIFIER IS REPORTED AS KIDNAPPING(100) |
14:60 | With no Qualifier will be reported to the FBI as a Robbery (NIBRS 120) | 22130 | WARNING - THIS LRS SUBMITTED WITHOUT A QUALIFIER IS REPORTED AS A ROBBERY (120) |
14:65.1 | With no Qualifier will be reported to the FBI as a Purse Snatching (NIBRS 23B) | 22035 | WARNING - THIS LRS SUBMITTED WITHOUT A QUALIFIER IS REPORTED AS PURSE - SNATCHING(23 B) |
14:70.4 | With no Qualifier will be reported to the FBI as a Credit Card/Automatic Teller Machine Fraud (NIBRS 26B) | 22135 | WARNING - THIS LRS SUBMITTED WITHOUT A QUALIFIER IS REPORTED AS CREDIT CARD / AUTOMATIC TELLER MACHINE FRAUD (26B) |
14:70.5 | With no Qualifier will be reported to the FBI as Bribery (NIBRS 510) | 22140 | WARNING - THIS LRS SUBMITTED WITHOUT A QUALIFIER IS REPORTED AS BRIBERY (510) |
14:93 | With no Qualifier will be reported to the FBI as a Family Offense Nonviolent (NIBRS 90F) | 22040 | WARNING THIS LRS SUBMITTED WITHOUT A QUALIFIER IS REPORTED AS A FAMILY OFFENSE NONVIOLENT(90 F) |
14:107.1 | With no Qualifier will be reported to the FBI as All Other Offenses (NIBRS 90Z) | 22045 | WARNING - THIS LRS SUBMITTED WITHOUT A QUALIFIER IS REPORTED AS ALL OTHER OFFENSE(90 Z) |
14:129.1 | With no Qualifier will be reported to the FBI as a Simple Assault (NIBRS 13B) | 22050 | WARNING - THIS LRS SUBMITTED WITHOUT A QUALIFIER IS REPORTED AS SIMPLE ASSAULT(13 B) |
Hard-Coded Edits for LRS Codes Without a Property Description-Based Qualifier:
LRS Code | Description | Warning Number | Warning Message |
---|---|---|---|
14:67 | When submitted with no Qualifier will be reported to the FBI as All Other Larceny-Theft (NIBRS 23H) | 22055 | WARNING - THIS LRS SUBMITTED WITHOUT A QUALIFIER WILL BE REPORTED AS ALL OTHER LARCENY - THEFT OFFENSE (23H). IF THIS IS NOT THE CORRECT PROPERTY DESCRIPTION CODE, RESUBMIT WITH CORRECT CODE. |
14:67 | When LRS 14:67 is submitted with no Qualifier AND Property Description (DE 15) is “38”, the offense will be reported to the FBI as Theft of Motor Vehicle Parts (NIBRS 23G) | 22060 | WARNING - THIS LRS SUBMITTED WITHOUT A QUALIFIER AND DE #15 = ‘38’ WILL BE REPORTED AS THEFT OF MOTO VEHICLE PARTS (23G). IF THIS IS NOT THE CORRECT PROPERTY DESCRIPTION CODE, RESUBMIT WITH CORRECT CODE |
14:67 | When submitted with no Qualifier AND Property Description (DE 15) is other than: ‘03’, ‘04’, ‘05’, ‘24’, ‘28’, ‘37’ or ‘38’, the Offense will be reported as Motor Vehicle Theft (NIBRS 240) | 22065 | WARNING - THIS LRS SUBMITTED WITHOUT A QUALIFIER AND DE #15 = ‘03’, ‘05’, ‘24’, ‘28’, OR ‘37’ WILL BE REPORTED AS MOTOR VEHICLE THEFT (240).IF THIS IS NOT THE CORRECT PROPERTY DESCRIPTION CODE, RESUBMIT WITH CORRECT CODE |
14:67 | When LRS 14:67 is submitted with no Qualifier AND Property Description (DE 15) is “04”, the offense will be reported as Theft of a Bicycle | 22070 | WARNING - THIS LRS SUBMITTED WITHOUT A QUALIFIER AND DE #15 = ‘04’ WILL BE REPORTED AS THEFT OF A BICYCLE. IF THIS IS NOT THE CORRRECT PROPERTY DESCRIPTION CODE, RESUBMIT WITH CORRECT CODE. |
14:68 | LRS 14:68 will be reported to the FBI as All Other Larceny-Theft (NIBRS 23H) | 22071 | WARNING - THIS LRS SUBMITTED WILL BE REPORTED AS ALL OTHER LARCENY - THEFT OFFENSE(23H). IF THIS IS NOT THE CORRECT PROPERTY DESCRIPTION CODE, RESUBMIT WITH CORRECT CODE. |
14:68 | When LRS 14:68 is submitted AND Property Description (DE 15) is “03”, “05”, “24”, “28” or “37”, Motor Vehicle Theft (NIBRS 240) | 22072 | WARNING - THIS LRS SUBMITTED AND DE #15 = ‘03’, ‘05’, ‘24’, ‘28’, OR ‘37’ WILL BE REPORTED AS MOTOR VEHICLE THEFT (240). IF THIS IS NOT THE CORRECT PROPERTY DESCRIPTION CODE, RESUBMIT WITH CORRECT CODE. |
Allowed Entries for Juvenile Qualifiers:
LIBRS accepts the following juvenile specific reportable offenses that are NOT part of the list of LRS codes. Agency should submit the following codes in this data element for juvenile specific offenses:
LRS Code | Description | NIBRS | Crime Against |
---|---|---|---|
JU:CUR | Juvenile Curfew Violations will be reported to the FBI as Curfew/Loitering/Vagrancy violations | 90B | Society |
JU:RUN | Juvenile Runaways will be reported to the FBI under Runaways offense | 90I | Society - Not a crime |
JU:TRU | Juvenile Truancy will be reported to the FBI as All Other Offenses | 90Z | Society - Not a Crime |
JU:UNG | Juvenile Ungovernables will be reported to the FBI under Disorderly Conduct Offense | 90C | Society |
LRS Qualifiers List
Qualifiers must be associated with the LRS codes as shown in the LIBRS/LRS Master Code Table. Only the combinations shown in the table below qualify as a valid entry in Data Element # 6 (LRS of Offense) and Data Element # 45 (LRS of Arrest Offense). An agency CANNOT append these Qualifiers to any LRS Code to classify offense to be reported, unless it is a valid LRS Code combination as classified on the LIBRS/LRS Master Code Table.
Qualifier | Description | NIBRS Description | NIBRS Code | Crime Against |
---|---|---|---|---|
AA | Vehicular Homicide with Intent to Kill | Murder and Nonnegligent Manslaughter | 09A | Person |
A | Anal penetration - Anal sexual intercourse with another person, forcibly and/or against that person’s will; or not forcibly or against the persons will where the victim is incapable of giving consent because of his/her youth or because of his/her temporary or permanent mental or physical incapacity | Forcible Sodomy | 11B | Person |
B | Theft from Building - A theft from within a building which is either open to the general public or where the offender has legal access. | Theft from Building | 23D | Property |
C | Theft from Coin Operated Machine - Theft from a machine or device which is operated or activated by the use of coins. | Theft from Coin Operated Machine | 23E | Property |
D | Drug/Narcotic Violations - Offender unlawfully distributes or dispenses a controlled dangerous substance to a recipient or to another who subsequently distributes or dispenses such controlled dangerous substance, which is the direct cause of the death of the person who ingested or consumed the controlled dangerous substance. | Drug/Narcotic Violations | 35A | Society |
E | Embezzlement - Unlawful misappropriation by an offender to his/her own use or purpose of money, property, or some other thing of value entrusted to his/her care, custody, or control. | Embezzlement | 270 | Property |
F | Actual Force Used Against a Victim or Threat of Force Displaying a Weapon - Might be used to determine if a purse snatching is to be reported as Strong Arm Robbery 14:65.1/F, or as Larceny Theft 14:65.1 | Aggravated Assault, Person, or Robbery | 13A or 120 | Person |
FR | Fraud - False Pretense/Swindle/Confidence Game Intentional misrepresentation of existing fact or condition, or the use of some other deceptive scheme or device, to obtain money, goods, or other things of value. | False Pretense/Swindle/Confidence Game | 26A | Property |
G | Betting and Wagering - To unlawfully stake money or something else of value on the happening of an uncertain event or on the ascertainment of a fact in dispute. | Betting/Wagering | 39A | Society |
H | Inhabited Dwelling - Structure occupied as a place of settled residence or habitat lived in regularly or routinely. Arson reporting | Arson | 200 | Property |
I | Immovable Structures - Fixed permanent or immovable things; include house trailer or houseboat if used as permanent dwelling. Burglary: Unlawful entry into a building or other structure with intent to commit a felony or a theft Trespass of Real Property: To unlawfully enter land, a dwelling, or other real property |
Burglary or Trespass of Real Property | 220 or 90J | Property or Society |
J | Self Inflicted Serious Bodily Injuries | All Other Offenses | 90Z | Person |
JU:CUR | Juvenile Curfew Violations - will be reported to the FBI as curfew/loitering/ vagrancy violations | Curfew/Loitering/Vagrancy Violations | 90B | Society |
JU:RUN | Juvenile Runaways - will be reported to the FBI under Runaways offense | Runaway | 90I | Society - Not a Crime |
JU:TRU | Juvenile Truancy - Absent from school without permission. | All Other Offenses | 90Z | Society - Not a Crime |
JU:UNG | Juvenile Ungovernables - will be reported to the FBI as Disorderly Conduct | Disorderly Conduct | 90C | Society |
K | Pocket Picking - Theft of articles from another person’s physical possession by stealth where the victim usually does not become immediately aware of the theft | Pocket Picking | 23A | Property |
L | Murder and Non Negligent Manslaughter - Willful nonnegligent killing of one human being by another human being live born not an embryo or fetus in utero | Murder and Non-Negligent Manslaughter | 09A | Person |
M | Movable Structures - Tents, boats, airplanes, lawnmowers, hand tools, farm and construction equipment, etc… not permanent dwellings | Larceny Theft - All Other Larceny | 23H | Property |
N | Rubbing/Touching - No actual penetration ‘indecent liberties’, ‘child molesting’, no elements of 11A, 11B or 11C were applicable | Forcible Fondling | 11D | Person |
0 | Oral Intercourse - Oral sexual intercourse with another person, forcibly and/or against that person’s will. Or, not forcibly or against the persons will where the victim is incapable of giving consent because of his/her youth or because of his/her temporary or permanent mental or physical incapacity | Forcible Sodomy | 11B | Person |
P | Sexual Assault With an Object - To use an object or instrument to unlawfully penetrate, however slightly, the genital or anal opening of the body of another person, forcibly and/or against that person’s will. Or, not forcibly or against the persons will where the victim is incapable of giving consent because of his/her youth or because of his/her temporary or permanent mental or physical incapacity | Sexual Assault With an Object | 11C | Person |
Q | Victim Had Offender Inflict Serious Bodily Injuries to Him/Her - Victim made the offender inflict injuries to his/her person no intent on part of the offender | Aggravated Assault | 13A | Person |
R | Operating/Assisting Gambling - To unlawfully operate, promote, or assist in the operation of a game of chance | Operating/Promoting/ Assisting Gambling | 39B | Property |
S | Shoplifting - The theft, by someone other than an employee of the victim, of goods or merchandise exposed for sale | Shoplifting | 23C | Property |
T | Threat of Force Used Against the Victim - No weapons and no physical attack used in this threat | Intimidation | 13C | Person |
U | Uninhabited Dwelling - Structures uninhabited or abandoned or not normally in use. Arson reporting | Arson | 200 | Property |
V | Vaginal Penetration - With force or without force where the victim is incapable of giving consent because of youth or because of temporary or permanent mental incapacity | Forcible Rape | 11A | Person |
W | Fetal Death - Human embryo or fetus in utero | All Other Offenses | 90Z | Society |
X | Falsified Records by Forgery or Counterfeiting - Altering, copying, or imitation of something, without authority or right, with the intent to deceive or defraud by passing the copy or thing altered or imitated as that which is original or genuine. Or, the selling, buying, or possession of an altered, copied, or imitated thing with the intent to deceive or defraud | Counterfeiting/Forgery | 250 | Property |
Y | Destroyed Records or Property | Destruction/Damage/Vandalism of Property | 290 | Property |
Z | Theft from a Motor Vehicle - Theft of articles from motor vehicle whether locked or unlocked | Theft from a Motor Vehicle | 23F | Property |
Agency Supplied NIBRS Code (N6)
Description: The NIBRS Code that the Agency Supplies is what drives LIBRS Validation. The LRS Code is important to us for analytics purposes, however we use the NIBRS Code to effectively categroize LRS Codes into kinds of offenses, and then perform validation based on which category the LRS Code falls into.
The NIBRS Code also allows Officers to report Offenses in a more specific manner without having to go through the trouble of Subparts and Qualifiers.
Data Characteristics: 3 Character AlphaNumeric. Check here for a list of the current NIBRS Codes.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied value was not recognized. Please ensure that the supplied NIBRS Code is valid. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | All Offenses must have a valid NIBRS Code submitted with them. In the past, LIBRS would make an assumption based on a ‘Default’ NIBRS Code associated with each LRS Code. This is not longer in practice, and therefore each Offense must now contain an Agency Submitted NIBRS Code. | 90034 | MUST PROVIDE A NIBRS CODE |
23 | The NIBRS Code that you’ve selected for this LRS Code was marked as Expired before the Incident Date of this Incident. Please select a Different NIBRS Code. | 86754 | CHOSEN NIBRS MAPPING IS EXPIRED AS OF INCIDENT DATE |
Offense Attempted/Completed (7)
Description: Attempted/Completed is how to designate whether or not an Offense occurred to completion, or was merely attempted by the Offender. For instance, an Offender tries to steal a car, but is caught in the act by the police. Since the Offender didn’t succeed in stealing the car, this offense would be Attempted.
The only thing to note about this is that Attempted Murder (Attempted 09A) should be reported as a Completed Aggravated Assault (Completed 13A). NIBRS does not allow for 09A Offenses to be Attempted, so instead it should be reported as a Completed Aggravated Assault – Otherwise, the Offense is reported in the standard fashion.
Data Characteristics: 1 Character Alpha. Cannot be left blank, and must have a value of either:
- A - Attempted
- C - Completed
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Attempted/Completed (DE 7) is missing. This is a required Data Element. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Supplied value was not recognized. The only valid codes that can be used are ‘A’ (Attempted) or ‘C’ (Completed). | 12051 | INVALID CODE |
Details:
- This element is used to indicate whether each offense in the incident was completed or merely attempted.
Allowed Entries
Enter one code per incident.
Offense Attempted/Completed | ||||||
---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | During the same incident, Victim Number One (001) was raped and the Offender attempted to rape Victim Number Two (002), but had to leave the scene before the act was consummated due to the arrival of the police. Offense 001 should be entered as Aggravated Rape (LRS 14:42/V) and have Completed (‘C’) entered in Offense Attempted/Completed (DE 7). Offense 002 should also be entered as Aggravated Rape (LRS 14:42/V), but will have Attempted (‘A’) entered in Offense Attempted/Completed (DE 7). |
Offender Suspected of Using/Gaming Motivation (8)
Description: Offender Suspected of Using/Gaming Motivation gives more context to the Offenses that are being reported. It tells us if an Offender is suspected of being on Drugs/Narcotics or has consumed Alcohol either during or shortly before the Incident Occurred. It also gives context of whether Computer Equipment was used to perpetrate the Crime, and if a Gaming/Gambling activity was a motivating factor in committing the crime.
Data Characteristics: Up to 4x, 1 Character Alpha. If you use ‘N’, then you cannot use any other values, and values cannot repeat (EG: AAGG and CGN are both invalid combinations). At least one value is required to be present, but the other three slots are optional and can be left blank if nothing else applies. If another value does apply, then the mutual exclusivity and duplicate rules need to be followed.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Offender Suspected of Using/Gaming Motivation (DE 8) cannot be blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
3 | When more than one value is present, the same value is not allowed to be repeated. | 12006 | ERROR - DUPLICATE VALUE |
4 | Value ‘N - Not Applicable’ is mutually exclusive with any other value. No other values should be included if ‘N’ is used. | 12007 | ERROR - MUTUALLY EXCLUSIVE VALUES USED |
Details:
- Offender Suspected of Using/Gaming Motivation (8) indicates that an Offender is suspected of consuming alcohol, or using drugs/narcotics during, or shortly before, the incident; or, of using a computer, computer terminal, or other computer equipment to perpetrate the crime. Can also indicate if an Offender’s gaming activity was a motive in the commission of a crime.
Allowed Entries
Offender Suspected of Using/Gaming Motivation | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | Witness to an assault reported that the Victim and Offender were in a bar drinking beer when an argument broke out and the Offender attacked the Victim with a knife. Alcohol (‘A’) should be entered in Offender Suspected of Using/Gaming Motivation (DE 8). |
2 | A computer ‘hacker’ used his personal computer and the Internet to gain access to a company’s computer system and steal proprietary data. Computer Equipment (‘C’) should be entered in Offender Suspected of Using/Gaming Motivation (DE 8). |
3 | Offender robbed a bank and a police officer arrested him while trying to leave the bank. Under questioning, the Offender told the officer he needed money because he lost $10,000 that morning at the river boat casino. The officer also smelled alcohol on his breath. Both Alcohol (‘A’) and Gaming Activity Motive for Crime (‘G’) should be entered into Offender Suspected of Using/Gaming Motivation (DE 8). |
Bias Motivation/Bias Crime Type (8A)
Description: Bias Motivation/Crime Type gives insight into the motivation behind an Offender committing a crime. For instance, if the Offender committed the crime because of the Race or Religion of the Victim, that should be noted here.
Data Characteristics: 2 Character Alpha. Must be present and can’t be blank. If there is no reason to suspect the Offender had a Bias Type against the Victim use ‘88’ for None, but if not enough information is known about the Offender to determine whether or not a Bias Type was a factor in them committing the crime, use ‘99’ for Unknown.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Bias/Motivation Type (DE 8A) cannot be blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Must be a valid code that is found on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
Details:
- Bias Motivation/Bias Crime Type (8) indicates an Offender’s motivation to commit an offense because of their bias against a Victim’s race, religion, ethnicity, national origin, sexual orientation, disability group, or other bias.
- Because of the difficulty in ascertaining the Offender’s subjective motivation, bias is to be reported only when an investigation reveals sufficient objective facts to lead a reasonable and prudent person to conclude that the Offender’s actions were motivated, in whole or in part, by bias.
- In LIBRS, incidents not having facts that indicate biased motivation on the part of the Offender are to be coded as None (88), while incidents involving ambiguous facts (that is, where some facts are present, but not conclusive) are to be coded Unknown (99).
- If any Bias Motivation/Bias Crime Type codes are used, other than None (88) or Unknown (99), then the incident will be considered a hate crime, and the Louisiana Revised Statute (DE 6) probably should be appended with the Hate Crime Penalty Enhancer (-H) to represent enhanced penalties related to hate crimes in LRS 14:107.2.
List of Allowed Entries for DE 8A is on the following page:
Allowed Entries:
Enter only one code for each Offender Segment (40):
Bias Motivation/Bias Crime Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Location Type (9)
Description: Location Type is used as a broad-strokes description of the Location in which an Incident Occurred. It’s not meant to give particular location information about the location that an Incident occurred (EG: the Exact Address), but rather a short code that can be used for analytics purposes.
Data Characteristics: 2 Character Alpha. Must be included and can’t be blank.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Location Type (DE 9) is missing. This is a required Data Element. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
Details:
- This data element is to be used to report the type of location/ premises where each offense took place. Only one (1) location can be entered for each offense.
List of Allowed Entries for DE 9 is on the following page:
Allowed Entries:
Enter only one (1) code per Offense Segment:
Location Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | An assault started in a bar (‘03’), continued into an adjoining parking lot (‘18’), and ended in the street (‘13’). As the bar was the location where the offense was initiated and best describes the circumstances of the crime, Bar/Night Club (‘03’) should be entered. |
2 | Two Offenders robbed a bar. One of the Offenders raped a female customer in the bar while the other Offender stood at the door with a gun. In this case, there is one incident, with two offenses: robbery and forcible rape. The location of the robbery would be Bar/Night Club (‘03’), and the location of the forcible rape would also be Bar/Night Club (‘03’). |
Number of Premises Entered (10)
Description: Number of Premises Entered is only to be used if the Incident contains a NIBRS 220 (Burglary) Offense, and the Location Type (DE 9) is 14 or 19. It is the number of individual/separate dwellings or units that were stolen from in the 220 Offense. For instance, a single Hotel may have been burgled, but a dozen units in that hotel were stolen from. Rather than 12 Offenses with the same location, you should use one Offense with a 12 in this Data Element.
This Data Element should be left blank if the 220 Offense did not happen in a Hotel/Motel or Storage Facility, because these are the only two Location Types that can contain multiple, separate dwellings/units at the same address (Apartments each have an Apartment Number that you can send mail to, and therefore can be considered to be different places for the Time and Place consideration).
Data Characteristics: 2 Character Numeric. If the described conditions don’t apply, then this value should be left as Blank Spaces (G). Otherwise it should include a two digit number, using 01, 02, 03, etc… for single-digit numbers.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Must be numeric entry of 01-99, if entered. | 12002 | CONTAINS NON NUMERIC ENTRY |
2 | In order for Number of Premises Entered (DE 10) to have a value, Location Type (DE 9) must either be Hotel/Motel/Etc. (‘14’) or Rental Storage Facility (‘19’), and must be related to an Offense Code of 220. | 12052 | OFFENSE CODE MUST BE BURGLARY WITH LOCATION TYPE OF 14, 19 FOR DATA TO BE ENTERED |
Details:
- This data element is used only if the offense is burglary and the “Hotel Rule” is applicable. In such cases, the number of structures (premises) entered is to be reported. If the LRS offense (6) is not reportable as a Burglary (NIBRS 220), then this data element MUST be left blank.
- In the Summary UCR Reporting System, the “Hotel Rule” is only applied to temporary lodging. It states: If a number of dwelling units under a single manager are burglarized, then the offenses are most likely to be reported to the police by the manager rather than the individual tenants. The burglary should be reported as a single offense. The total number of individual rooms, units, storage compartments, etc. entered is to be reported into this data element.
- In LIBRS the “Hotel Rule” has been expanded to include rental storage facilities, i.e., “mini-storage” and “self storage” buildings.
Examples:
Example Number | Description |
---|---|
1 | A ‘self-storage’ building was burglarized and 11 rented storage compartments were forcibly entered. The number ‘11’ (for eleven compartments) should be entered into Number of Premises Entered (DE 10). |
Method of Entry (11)
Description: Method of Entry should only be used when there is an Offense Type of NIBRS 220. Unlike Number of Premises Entered (DE 10), there is no restriction on if it can only be used with certain Location Types. Any location Type that is valid for use in a Burglary should include this Data Element. The available values are ‘F’ for Forced Entry (breaking of a window or door to gain access) and ‘N’ for Non-Forced Entry (picking a lock or going through an open window to gain access).
Data Characteristics: 1 Character Alpha. Should be left blank unless the NIBRS Code is a 220 (Burglary) Offense.
Requirements:
Requirment | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | If Offense is not a NIBRS 220 Offense, then Method of Entry (DE 11) should not have a value. | 12054 | MUST BE BLANK WHEN OFFENSE IS OTHER THAN (BURGLARY) |
Details:
- This data element is to report whether force or no force was used by the burglar(s) to enter the structure.
- A forced entry is where force of any degree, or a mechanical contrivance of any kind (including a passkey or skeleton key), was used to unlawfully enter a building or other structure.
- An unforced entry is one where the unlawful entry was achieved without force through an unlocked door or window.
- If both forced and unforced entries were involved in the crime, the entry should be reported as having been accomplished through “Force”.
Allowed Entries:
Enter only one (1) code per Offense Segment:
Location Type | ||||||
---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | Investigation of a burglary complaint disclosed that the Offender(s) entered the building through an unlocked street door, then forced a locked door to an office and stole a typewriter. Since one door was forced, the Method of Entry should be entered as Force (“F”). |
Type of Criminal Activity/Gang Information (12)
Type of Criminal Activity and Gang Information are combined into a single Data Element. This portion is split into two sections to outline the requirements for each. Which aspect of the Data Element should be used is dependent on the NIBRS Code of the Offense.
Type of Criminal Activity Nos. 1, 2 and 3 (12)
Description: Type of Criminal Activity is used to add context to Offenses for when they’re passed on to the FBI. For instance, a 35A Offense could just as easily be a single person with some Marijuana on them, or a major drug bust with millions of Dollars of narcotics involved. Adding a value here gives the FBI that context when it comes to Offenses that can be open-ended like that.
Data Characteristics: Up to 3x, 1 Character Alpha. If none apply, then leave this Data Element blank. If more than one apply, then make sure that there aren’t any duplicate values being reported (EG: BBB).
Requirements (Criminal Activity):
The following requirements are for Type of Criminal Activity Only:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | When more than one value is present, the same value is not allowed to be repeated. | 12006 | ERROR - DUPLICATE VALUE |
3 | This Data Element must and can only contain a value if it is associated with an Offense with one of the following NIBRS Codes: | 12019 | DATA CAN ONLY BE ENTERED FOR SPECIFIC OFFENSES |
4 | Type of Criminal Activity/Gang Information (DE 12) MUST have a valid code and cannot be None when NIBRS Offense Code is 720. | 90031 | WHEN THE OFFENSE WITH NIBRS = 720;CRIMINAL ACTIVITY(DE 12) MUST BE A VALID CODE AND IT CANNOT BE NONE;VALID CODES FOR THE ENTRY AT CRIMINAL ACTIVITY(DE 12) = ‘A’ ‘F’ ‘I’ ‘S’ |
List of Allowed Entries for DE 12 is on the following page:
Allowed Entries (Criminal Activity)
Up to three (3) of the following Type of Criminal Activity Codes can be entered for applicable Offenses.
Type of Criminal Activity Codes | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Examples (Criminal Activity):
Example Number | Description |
---|---|
1 | The Offenders published and sold pornographic photographs of children. Therefore, up to three types of Criminal Activity can be entered: Cultivating/Manufacture/Publishing (“C”), Distributing/Selling (“D”), and Exploiting Children (“E”). |
Gang Information Nos. 1, 2 and 3 (12)
Description: Gang Information is used to add context to Offenses for when they’re passed on to the FBI, and is used with violent and more serious crimes (Rape, Murder, Robbery, Kidnapping, etc…).
Data Characteristics: Up to 3x, 1 Character Alpha. If none apply, then use ‘N’ for None/Unknown. If more than one apply, then make sure that there aren’t any duplicate values being reported (EG: JGJ). If ‘N’ for None or Unkonwn is used, then no other codes can be entered with it and the remaining two spaces for data must remain as Blank Spaces.
Requirements (Gang Activity):
The following requirements are for Gang Information Only:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | This Data Element must and can only contain a value if it is associated with an Offense with one of the following NIBRS Codes: | 12019 | DATA CAN ONLY BE ENTERED FOR SPECIFIC OFFENSES |
2 | Value ‘N - None or Unknown’ is mutually exclusive with any other value. No other values should be included if ‘N’ is used. | 12007 | ERROR - MUTUALLY EXCLUSIVE VALUES USED |
Details:
- (Gang Information): This data element is used to provide Gang Information on Offender(s).
- Definition of a Gang: A gang must meet the following criteria in order to be considered a gang:
- Be an ongoing organization, association, or group of three or more persons
- Have a common interest and/or activity characterized by the commission of or involvement in a pattern of criminal or delinquent conduct.
- If a value of ‘N - None/Unknown’ is entered, codes “J” and “G” cannot to be entered.
Allowed Values
Up to three (3) of the following *Gang Activity Codes can be entered for applicable Offenses. ___
Type of Gang Information Codes | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Examples (Gang Information):
Example Number | Description |
---|---|
1 | Two males, aged 19, were on bicycles riding through a neighborhood when they were approached by three males and forced to stop. Words were exchanged and one of the bicyclists was attacked. Each of the three attackers, one, aged 16 and the other two, aged 17, had identical tattoos on their upper arm. This marking was commonly associated with a local gang. The entry for Type of Criminal Activity/Gang Information should be Juvenile Gang (“J”). |
Type of Weapon/Force Involved Nos. 1, 2 and 3 (13)
Description: Type of Weapon/Force Involved allows Officers to report what kind of weapons were used by an Offender to commit an Offense. It is restricted for use with Certain NIBRS Codes (listed in Requirement 4 below). If one of these NIBRS Codes is present, then this Data Element has to have a value, otherwise it cannot have a value and should be all blanks.
Data Characteristics: Up to 3x, 3 Character Alpha/Numeric. First two characters should be a number that corresponds to the List of Available Data Element Values, and the third character is used as the Automatic Weapon Designator, which is and can only be used to designate if a Firearm was an Automatic Weapon or not. If ‘N’ for None is used, then no other Values can be included in the other slots for the Data Element.
Requirements :
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | When more than one value is present, the same value is not allowed to be repeated. | 12006 | ERROR - DUPLICATE VALUE |
3 | Value ‘99 - None’ is mutually exclusive with any other value. No other values should be included if ‘99’ is used. | 12007 | ERROR - MUTUALLY EXCLUSIVE VALUES USED |
4 | This Data Element must and can only contain a value if it is associated with an Offense with one of the following NIBRS Codes: | 12019 | DATA CAN ONLY BE ENTERED FOR SPECIFIC OFFENSES |
5 | The third character of Type of Weapon/Force Involved (DE 13) can only either be ‘A - Automatic’ or ‘ ‘ (Blank Space). | 12055 | AUTOMATIC INDICATOR MUST BE BLANK OR ‘A’ |
6 | Only the following values are allowed to use the ‘A - Automatic Weapon’ indicator in Type of Weapon/Force Involved (DE 13): | 12058 | WEAPON TYPE MUST = 11, 12, 13, 14, OR 15 FOR AN ‘A’ IN THE AUTO INDICATOR |
7 | When an Offense is a Simple Assault (NIBRS 13B), Type of Weapon/Force Involved (DE 13) may only be Personal Weapons (40), Other (90), or Unknown (95). | 12065 | INVALID WEAPON WITH AN OFFENSE OF SIMPLE ASSAULT (13B); ACCEPTED WEAPON CODES ARE 40, 90, 95 |
8 | For Homicide Offenses (NIBRS 09A, 09B, or 09C), Type of Weapon/Force Involved (DE 13) cannot be None (99). Some Type of Weapon/Force Involved other than None (99) must be used in a Homicide Offense. | 12067 | INVALID WEAPON WITH AN OFFENSE |
9 | Simple Assault Offenses (NIBRS 13B) can only use Type of Weapon/Force Involved (DE 13) Values of: If the offense included one of the following Weapon Types, it should be reported as an Aggravated Assault (13A): | 12069 | POSSIBLE CLASSIFICATION ERROR OF AGGRAVATED ASSAULT ‘13A’ CODED AS SIMPLE ‘13B’ |
10 | A NIBRS 13A Offense must have at least one Type of Weapon/Force Used (DE 13) entered with it. | 13100 | NIBRS 13A OFFENSE REQUIRES TYPE OF WEAPON/FORCE (DE 13) |
11 | If the Offense is a NIBRS 13A (Aggravated Assault), Type of Weapon/Force Involved (DE 13) cannot be None (99), and the Type of Injury (DE 33) must be something other than None (N) | 90036 | INVALID TYPE OF WEAPON / FORCE INVOLVED WITH AN OFFENSE OF NIBRS = 13 A;WEAPON / FORCE INVOLVED CANNOT BE NONE WITH THE INJURY TYPE OTHER THAN NONE |
Details:
- This data element is used to enter the Type of Weapon/Force Used (13) by an Offender.
- Append an “A” if the weapon is automatic.
- Any firearm that can fire more than one shot by a single pull of the trigger without manual reloading is classified as an Automatic Firearm.
- Something like a Bump Stock, which is designed to simulate Automatic Fire, should not be considered Automatic because it does not meet the requirement of a single trigger pull firing more than one round. Instead it is multiple trigger pulls that are in quick succession.
List of Allowed Entries for DE 13 is on the following page:
Allowed Entries:
Can enter up to three (3) codes for each offense:
Types of Weapon/Force Involved | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | Three robbers held up a bank. One was armed with a revolver, the second had a sawed-off shotgun, and the third had an automatic machine gun. The entries would be: Handgun (‘12’), Shotgun (‘14’) and Other Automatic Firearm (‘15A’). |
Property Sequence Number (P1)
Description: Property Sequence Number is a uniquely identifying number for each Property that’s included in the Incident. It is used to link Properties to Offenses in Segment 33’s. The same Property Sequence Number can be used Multiple Times across Segment 33’s in an Incident, because it’s possible for a Property to be involved in more than one Offense.
Data Characteristics: 3 Character Numeric. Must be front-padded with zeros to make a three-digit number (EG: 1 would be 001). Must be unique for each Segment 31.
Requirements :
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Property Sequence Number (DE P1) cannot be repeated across multiple Segment 31’s (Property Description Segment) in an Incident. | 12006 | ERROR - DUPLICATE VALUE |
2 | Property Sequence Number (DE P1) is a required field for each Segment 31 (Property Description Segment) present in the Incident. | 90019 | PROPERTY SEQUENCE NUMBER MUST BE PRESENT–CANNOT BE BLANK |
3 | Property Sequence Number (DE P1) should be a three-digit numeric value between 001 and 999, front-padded with Zero’s. EG: A Sequence Number of 1 would be 001. | 90020 | PROPERTY SEQUENCE NUMBER MUST BE NUMBER ENTRY WITH ZERO LEFT - FILL |
Details:
- Each property in an incident must be assigned a unique sequence number from “001” to “999”.
Property Sequence Number Reference (P1R)
Description: Property Sequence Number Reference is only used in Segment 33 to link Properties to Offenses. It should be present in each Segment 33 in the Incident, and should refernce the value of one of the Property Seqence Numbers (DE P1) in the Property Description Segments (Segment 31).
Data Characteristics: 3 Character Numeric. Must be front-padded with zeros to make a three-digit number (EG: 1 would be 001). May repeat across multiple Segment 33’s, as a single property can be involved in more than one Offense.
Requirements :
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Property Sequence Number Reference (DE P1R) is a required field for each Segment 33 (Property/Offense Relationship Segment) present in the Incident. | 90019 | PROPERTY SEQUENCE NUMBER MUST BE PRESENT–CANNOT BE BLANK |
2 | Property Sequence Number Reference (DE P1R) should be a three-digit numeric value between 001 and 999, front-padded with Zero’s. EG: A Sequence Number of 1 would be 001. | 90020 | PROPERTY SEQUENCE NUMBER MUST BE NUMBER ENTRY WITH ZERO LEFT - FILL |
3 | Property Sequence Number Reference (DE P1R) must match the Property Sequence Number (DE P1) of one of the Property Description Segments (Segment 31) submitted in the incident. | 90024 | PROPERTY SEQUENCE NUMBER DOES NOT MATCH ANY PROVIDED PROPERTIES’ SEQUENCE NUMBERS |
Details:
- There is no UNIQUE constraint for the Property Sequence Number Reference. This allows for a Property to relate to many Offenses if multiple Property/Offense segments are submitted within a single incident.
Type of Property Loss (14)
Description: Type of Property Loss is used to describe the condition of a Property that’s associated with in an Offense. The usage of values for Property Loss Type is limited to the NIBRS Code of the Offense that the Property is associated with, as well as whether or not the Offense was Attempted or Completed. You can see the full list of what Loss Types you can use with which NIBRS Codes on the Allowable Property Loss Types By NIBRS Table.
Data Characteristics: 1 Character Numeric. Mandatory for each Segment 31 (Property Description Segment) that is included in the Incident.
Requirements :
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | For every Property Description Segment (Segment 31) having a Type of Property Loss (DE 14) of ‘5 - Recovered’, there must also be a corresponding Segment 31 having the same Property Description (DE 15) code and a Type of Property Loss of 7 - Stolen/Etc’. This rule does not apply to:
|
10072 | RECOVERED PROPERTY MUST ALSO BE SUBMITTED AS STOLEN |
2 | When one of the following NIBRS Codes is used and the Offense is ‘A - Attempted’, then the Property Loss Type (DE 14) can only be ‘1 - None’ or ‘8 - Unknown’: | 10077 | NEED A PROPERTY LOSS CODE OF ‘1’ OR ‘8’ WHEN THIS OFFENSE IS ATTEMPTED |
3 | The Type of Property Loss Code (DE 14) must be applicable to Offense(s) submitted. Refer to the List of Available Values for the correct values to use for each of the offenses. | 10081 | THIS PROPERTY LOSS CODE CANNOT EXIST WITH THE OFFENSES SUBMITTED |
4 | Property Loss Type (DE 14) is a mandatory Data Element that must be a numeric value between 1 and 8. Check the List of Available Data Element Values for the available values and their definitions | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
5 | Type of Property Loss (DE 14) should only be entered for Offenses with a NIBRS Code that is one of the following: | 13019 | DATA CAN ONLY BE ENTERED FOR SPECIFIC OFFENSES |
6 | When Type of Property Loss (DE 14) is None (1) or Unknown (8), then Data Elements 15 through 22 must be left blank for all Offenses except for NIBRS 35A . When the associated NIBRS Offense Code is 35A, and the Property Loss Type (DE 14) is ‘1 - None’, then Suspected Drug Type (DE 20) must have a valid entry. |
13052 | DATA ELEMENTS 15 - 22 MUST BE BLANK WHEN PROPERTY LOSS CODE = 1 OR 8 |
Details:
- Type of Property Loss (14) describes the various type(s) of property loss that can occur during an incident, such as Recovery, Seizure, etc.
- Every different type of property loss that occurs during an incident must be submitted in a separate Property Description Segment (31), when the incident involved one or more of the Offenses listed above. For instance if a Property is stolen and then recovered, there should be two Property Description Segments (Segment 31) that have a Property Loss Type of 7 for Stolen and 5 for Recovered.
Allowed Entries:
Enter only one (1) code for each Property Description Segment. However, as many property segments as applicable can be submitted per incident:
Types of Property Loss | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Available Property Loss Types by NIBRS Code
To see a list of which Property Loss Types are available for each NIBRS Code based on their Attempted/Completed Status, you can find it here: List of Available DE 14 NIBRS Values
Property Description (15)
Description: Property Description is a value that corresponds to a list of the kinds of Properties that can be reported to the State and FBI.
Data Characteristics: 2 Character Numeric between 01 and 99 that corresponds to a value of the List of Available Data Element Values. Required field when Property Loss Type is not 1 or 8.
Requirements :
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Property Description (DE 15) must be a two-digit, numeric value greater than or equal to 01. Check the List of Available Data Element Values for the available values and their definitions | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | Property Description is a required Data Element for all Property Description Segments (Segment 31) that do not contain a Property Loss Type (DE 14) of 1 or 8. | 13072 | MISSING PROPERTY DESCRIPTION (DE 15) |
3 | A Property Description (DE 15) code must be entered when the value entered in Type of Property Loss/Etc. (DE 14) contains the following:
|
13075 | PROPERTY DESCRIPTION (DE 15) IS REQUIRED FOR THIS PROPERTY LOSS TYPE |
4 | For NIBRS 35A Offenses (Drug/Narcotic Violations), Property Description (DE 15) can only have a value of ‘10 - Drugs or Narcotics’. Similarly for NIBRS 35B Offenses (Drug Equipment Violations), Property Description (DE 15) can only have a value of ‘11 - Drug Narcotic Equipment. This rule is, however, bypassed if the property is involved in another Crime Against Property. | 13087 | WITH PROPERTY LOSS = 6 & ONLY DRUG OFFENSE, CANNOT HAVE A DESCRIPTION 11;OR PROPERTY LOSS = 6 & ONLY DRUG EQUIP OFNSE CANNOT HAVE DESCRIPTION 10 |
5 | Based on the Offenses that are present in the Incident, there has been an illogical assignment of one or more Property Descriptions to one or more Offenses. Please check that your Segment 33 (Propery/Offense Relationship) Segment is both present and properly linking the Properties to the appropriate Offenses. | 13090 | ILLOGICAL PROPERTY DESCRIPTION FOR THE OFFENSE(S) SUBMITTED |
6 | While you can submit a Property that has a Loss Type of ‘7 - Stolen’ and a Description of a Vehicle with NIBRS 120 and 26A Offenses, you should not include them in the count of Stolen Vehicles (DE 18); it should be left blank (Not 00, but two blank spaces). | 13101 | DE 18 MUST BE BLANK (NOT 00) UNLESS INCIDENT CONTAINS A NIBRS 240 OFFENSE WITH PROPERTY THAT HAS A LOSS TYPE OF ‘7 - STOLEN’ AND DESCRIPTION OF 03, 05, 24, 28, OR 37 |
Details:
- Property Description (DE 15) is to be used to enter descriptions of the property that was burned, counterfeited, destroyed/damaged/vandalized, etc., during, or as a result of, the incident.
Allowed Entries:
- Enter only one Property Description (DE 15) code per Property Description (31) Segment, entering multiple Property Description (31) Segments for multiple Properties.
- This also applies to multiples of Property Descriptions. You should submit a Segment 31 for each Property Involved in the Incident, even if it is the same as another Property.
- EG: Three TV’s are stolen from Best Buy. Being the same Make and Model, they all will have the same Description and Value, however you should submit three Property Description Segments to LIBRS.
- This also applies to multiples of Property Descriptions. You should submit a Segment 31 for each Property Involved in the Incident, even if it is the same as another Property.
- Do NOT enter duplicate Property Sequence Numbers (DE P1) within an incident unless a different Type of Property Loss (DE 14) is used.
- EG: Just because those three TV’s in the previous example are all the same make, model, and value, doesn’t mean they should have the same Property Sequence Number.
- LIBRS will aggregate the counts of Property Descriptions and the Total Values associated with them for NIBRS Extraction. Therefore the FBI will not receieve this granular of data, however the State of Louisiana Will.
Property Descriptions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Value of Property (16)
Description: Value of Property is the a 9-digit number that references the whole-dollar value of the Property that is described in Segment 31. For example, a property with a value of $1000 would have a Property Value of ‘000001000’.
Data Characteristics: 9 Character Numeric. Must be front-padded with Zero’s (0) to make a nine-digit number. Cannot contain any blank spaces or periods (.) to act as Decimals. All Property Values should be rounded up to the nearest whole dollar value.
Requirements :
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | When a Property has been Recovered, the Property Value (DE 16) in the Property Description Segment (Segment 31) that notes it as recovered cannot have a greater value than the Property Value in the Property Description Segment that lists it as stolen. In short: A recovered property cannot be more valuable than when it was stolen. | 10084 | RECOVERED PROPERTY VALUE CANNOT BE GREATER THAN THE VALUE WHEN STOLEN |
2 | Must be numeric entry with zero left-fill. if entered. | 13002 | CONTAINS NON NUMERIC ENTRY |
3 | When Value of Property (DE 16) contains a value that exceeds a LIBRS assigned threshold amount, a ‘Warning’ message is created. The agency is asked to check if the value entered was a data entry error, or if it was an intended entry. Also, a Warning message is always produced when the value is $1,000,000 or greater. For example, if the value of a property was $12,000.99 but was inadvertently entered as $1,200,099 in LIBRS submission file, a ‘Warning’ message will be generated. In this case, the cents were entered as whole dollars. |
13042 | WARNING - PROPERTY DESCRIPTION (DATA ELEMENT 15) HAD A VALUE (DATA ELEMENT 16) THAT EXCEEDED THRESHOLD OF [$ VALUE] |
4 | A value of ‘000000000’ for Property Value (DE 15) is not permitted for this Property Description (DE 15). To designate that the value is unknown, use ‘000000001’ for $1, instead. | 13051 | PROPERTY VALUE OF ZERO IS NOT ALLOWED |
5 | When Pending Inventory (‘88’) is entered, then Value of Property (DE 16) must be Unknown (‘1’, representing $1.00). One dollar is used as a quality assurance edit check that instructs LIBRS to accept the Pending Inventory (‘88’) entry. | 13053 | PENDING INVENTORY MUST HAVE PROPERTY VALUE OF ‘1’ |
6 | If a Value of Property (DE 16) has a code entered, then Property Description (DE 15) must be entered. | 13054 | DATA ELEMENT 15 WAS NOT ENTERED, BUT VALUE ($) WAS |
7 | Property Value (DE 16) is a required Data Element for any Property Description (DE 15) that is not ‘10 - Drugs/Narcotics’ | 13073 | PROPERTY VALUE (DE 16) IS REQUIRED FOR THIS PROPERTY LOSS TYPE |
8 | When one of the following Property Descriptions (DE 15) are used, the Property Value (DE 16) must be None (‘000000000’ or 9 Blank Spaces):
|
13091 | PROPERTY VALUE MUST BE ZERO FOR SELECTED PROPERTY DESCRIPTION |
Details:
- Value of Property (16) is to be used to enter the total dollar value of property that was burned (includes damage caused in fighting the fire), counterfeited, destroyed/damaged/ vandalized, recovered, seized, stolen, etc., as a result of the incident.
- DO NOT INCLUDE partial dollar amounts (cents). Round values to the nearest whole dollar amounts. If the value is unknown, enter one dollar ($1.00), that is, “000000001”.
- If value is known and it is between $1.00 and $2.00 the reporting agency should enter $2.00, that is, “000000002”. This is the minimum dollar value that can be entered in Value of Property (16), as “1” (or “000000001”) is used for Unknown.
Examples:
Example Number | Description |
---|---|
1 | A man purchases a new power saw from the hardware store. Later that same day someone breaks into his truck and steals the saw. The saw was purchased for $95.73. The value of the property would be rounded to the nearest whole dollar and reported as ‘000000096’- $96.00. |
Date Recovered (17)
Description: Date Recovered is the date in with a Property that was previously stolen was recovered. Any Segment 31 that has a Property Loss Type os ‘5 - Recovered’ needs to have a Date Recovered. Otherwise, the Data Element should be Blank Spaces.
Data Characteristics: 8 Character Date in MMDDYYYY Format. Required if Property is recovered, Blank Spaces if not.
Format: MMDDYYYY
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | The date supplied for Date Recovered (DE 17) is not valid. Please ensure that the supplied date is in the MMDDYYY Format. | 11005 | DATE ENTERED MUST BE A VALID CALENDAR DATE |
2 | If there are any Property Description Segments (Segment 31) that indicated that a property has been recovered, then Date Recovered (DE 17) must have a value. | 13001 | RECOVERY DATE MUST EXIST WHEN SEGMENT 50 CONTAINS A PROPERTY LOSS TYPE (DE 14) OF ‘5 - RECOVERED’ |
3 | The Date Recovered (DE 17) cannot be a date and time that is earlier than when the incident occurred. | 13007 | CANNOT BE EARLIER THAN INCIDENT DATE/HOUR. |
4 | Unless Property Loss Type (DE 14) is ‘5 - Recovered’, then Date Recovered (DE 17) must not be entered. | 13055 | PROPERTY LOSS CODE (14) MUST = 5 (RECOVERED) FOR DATA TO BE ENTERED |
5 | If Date Recovered (DE 17) has a value, then both Property Description (DE 15) and Value of Property (DE 16) must be entered. | 13056 | PROPERTY DESCRIPTION (15) AND VALUE (16) MUST BOTH EXIST IF DATA IS PRESENT |
6 | Recovered Date (DE 17) cannot have a date that’s later that the Period being Reported. EG: A Recovery Date of 06/01/2020 would be invalid for the 052020 Reporting Period. | 23235 | DATE RECOVERED CANNOT BE GREATER THAN REPORT MONTH AND YEAR |
Details:
- If previously stolen property is recovered, the month, day, and year (MMDDYYYY) of its recovery should be entered into this data element.
- If there is more than one Date Recovered (DE 17) for the same Property Description (DE 15), enter the earliest date.
- If the Date Recovered is unknown, enter the date of the report.
Number of Stolen Vehicles (18)
Description: Number of Stolen Vehicles is the sum of the Segment 31’s that have a Property Description containing a Vehicle and a Property Loss Type of ‘7 - Stolen’. For it to appear in Segment 30 with any value other than Zero (0), there must be Segment 31’s present in the Incident that meet those conditions.
Data Characteristics: 2 Characters Numeric. If less than 10, a Zero (0) should be in the first character (EG: 01, 02, 03, etc…). Should always have a value when Segment 30 is present, using ‘00’ if no stolen vehicle are present in the Incident. Update 07/2021 - This should only have a value if there is a Completed 240 - MV Theft Offense in the Incident. 00 does not represent 0 stolen vehicles, rather ‘Unknown’.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Must be numeric entry with zero left-fill, if entered. EG: 1 stolen vehicle would be ‘01’. | 13002 | CONTAINS NON NUMERIC ENTRY |
2 | In order for Number of Stolen Vehicles (DE 18) to contain a value other than ‘0’ (Zero), the following conditions must be true:
|
13057 | PROPERTY LOSS (14) MUST BE 7 WITH A MOTOR VEHICLE THEFT OFFENSE CODE WITH PROPERTY DESCRIPTION CODES OF ‘03’, ‘05’, ‘24’ ,’28’ , OR ‘37’ FOR DATA TO BE ENTERED |
3 | When Number of Stolen Vehicles (DE 18) is a non-zero value, then there must be Property Description Segment(s) (Segment 31) that list a Property with a Property Loss Type (DE 14) of ‘7 - Stolen’ and one of the following Property Descriptions (DE 15) as :
|
13058 | DATA MUST EXIST WITH A MOTOR VEHICLE THEFT OFFENSE WITH PROPERTY DESCRIPTION CODES OF ‘03’, ‘05’, ‘24’, ‘28’, OR ‘37’ AND A PROPERTY LOSS OF 7 |
4 | In order to supply a value for Number of Stolen Vehicles or Number of Recovered Vehicles, the Incident must contain at least one 240 (MV Theft) Offense that is completed, and a Segment 31 that contains a Property Description of Vehicle, and a Loss Type of 7 - Stolen. | 13050 | NUMBER OF STOLEN AND NUMBER OF RECOVERED VEHICLES MUST BE LEFT BLANK BASED ON THE OFFENSES AND PROPERTIES SUPPLIED |
Details:
- Number of Stolen Vehicles (18) indicates how many motor vehicles were stolen in an incident reported as a Motor Vehicle Theft.
Number of Recovered Motor Vehicles (19)
Description: The Number of Recovered Motor Vehicles, similar to DE 18, is the number of Property Description Segments (Segment 31) that have a Property Description (DE 15) that contains a Vehicle, and a Property Loss Type (DE 14) of ‘5 - Recovered’.
Data Characteristics: 2 Characters Numeric. If less than 10, a Zero (0) should be in the first character (EG: 01, 02, 03, etc…). Should always have a value when Segment 30 is present, using ‘00’ if no recovered vehicle are present in the Incident. Update 07/2021 - This should only have a value if there is a Completed 280 - Illegal Property Offense in the Incident. 00 does not represent 0 recovered vehicles, rather ‘Unknown’.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | If number between 01 and 99 is entered, it must be equal to or less than the number reported Stolen in Number of Stolen Motor Vehicles (18). | 10073 | NUMBER OF RECOVERED VEHICLES CANNOT BE GREATER THAN THE NUMBER STOLEN |
2 | Must be numeric entry with zero left-fill, if entered. EG: 1 recovered vehicle would be ‘01’. | 13002 | CONTAINS NON NUMERIC ENTRY |
3 | When Number of Recovered Vehicles (DE 19) is a non-zero value, there must be Property Description Segment(s) (Segment 31) that have a Property Loss Type (DE 14) of ‘5 - Recovered’ for one of the following Property Descriptions (DE 15) as :
|
13061 | DATA MUST EXIST WITH A MOTOR VECHICLE THEFT OFFENSE WITH PROPERTY DESCRIPTION CODES OF ‘03’, ‘05’, ‘24’, ‘28’ OR ‘37’ AND A PROPERTY LOSS OF 5 |
4 | In order to supply a value for Number of Stolen Vehicles or Number of Recovered Vehicles, the Incident must contain at least one 240 (MV Theft) Offense that is completed, and a Segment 31 that contains a Property Description of Vehicle, and a Loss Type of 7 - Stolen. | 13050 | NUMBER OF STOLEN AND NUMBER OF RECOVERED VEHICLES MUST BE LEFT BLANK BASED ON THE OFFENSES AND PROPERTIES SUPPLIED |
5 | While counterintuitive, vehicles that are associated with a NIBRS 280 Offense should not counted towards DE 19, Number of Recovered Vehicles. | 10079 | INCORRECT COUNT FOR NUMBER OF RECOVERED VEHICLES - YOU SHOULD NOT INCLUDE RECOVERED VEHICLES ASSOCIATED WITH A NIBRS 280 IN THIS COUNT |
Details:
- Number of Recovered Motor Vehicles (19) indicates how many motor vehicles were recovered in an incident that reported Motor Vehicle Thefts.
Suspected Drug Type (20)
Description: Suspected Drug Type is a short code that is used to identify the type of Drug(s) that were found for NIBRS 35A Offenses. Should only be included when there’s a 35A Offense Involved that is Completed, and has a Property Loss Type of ‘1 - None’ or ‘6 - Seized’. Otherwise it should remain Blank Spaces.
Data Characteristics: 2 Character Alpha. Should be left as Blank Spaces (G) if the conditions for usage listed in the requirements is not met.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | The reported Suspected Drug Type (DE 20) was not recognized. Check the List of Available Data Element Values for the available values and their definitions | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | You should not include values for Suspected Drug Type (DE 20) unless:
|
13064 | UNLESS PROPERTY LOSS TYPE (DE 14) IS 1 OR 6, AND NIBRS IS 35A, SUSPECTED DRUG TYPE (DE 20), DRUG QUANTITY (DE 21) AND DRUG MEASUREMENT TYPE (DE 22) CANNOT HAVE A VALUE |
3 | If the following conditions are met, then you should include Suspected Drug Type (20):
|
13065 | DATA ELEMENT MUST EXIST WHEN OFFENSE = DRUG OFFENSE & PROP LOSS = 6 AND DESCRIPTION = 10 |
4 | Suspected Drug Type (DE 20) should be entered when:
|
13092 | 35A OFFENSE ENTERED AND ‘1 - NONE’ ENTERED; MISSING SUSPECTED DRUG TYPE (DE 20) |
5 | The second character of Suspected Drug Type (DE 20) can only be ‘X - Counterfeit’ or a Blank Space (G). | 23201 | SECOND CHARACTER MUST BE ‘X’ OR BLANK |
Details:
- Suspected Drug Type (20) identifies the type of drugs or narcotics Seized in a drug case.
- If the Suspected Drug Type (20)is a Counterfeit, append an “X” to the drug code, otherwise leave the second character Blank (G).
- Suspected Drug Type (20) is not to be used when drugs or narcotics were Burned, Stolen, etc., in connection with other offenses, such as Arson, Larceny/Theft, etc.
List of Allowed Entries for DE 20 is on the following page:
Allowed Entries:
Enter one per Segment 31 that has a Property Description of ‘10 - Drugs/Narcotics’. There are no restrictions on multiple Segment 31’s having the same Suspected Drug type (EG: You can report 1 lb of Marijuana, as well as 10 Marijuana Plants as two different Segment 31’s, or if two people are found in possession of the same drug type on their person, you can report both of those containers as separate properties).
Suspected Drug Types | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Estimated Drug Quantity (21)
Description: Estimated Drug Quantity is the amount of a Drug or Narcotic that was involved in a Completed, NIBRS 35A Offense that has a Property Loss Type of ‘1 - None’ or ‘6 - Seized’. Note that there is a decimal in the Format. This decimal should only be included if the Data Element is supposed to be included (EG: You’re not supposed to enter ‘GGGGGGGGG.GGG’ (Where G is a Blank Space) if this Data Element shouldn’t have a value; instead enter all blanks).
Data Characteristics: 13 Character Alpha/Numeric. The only Alpha Character is supposed to be the Decimal that occurrs in position 10 of the Data Element. Otherwise everything is expected to be Numeric. Should also be front-padded with zeros as needed. Significant Figures don’t matter here, and you should always include the decimals after the whole number. (EG: Even though 100.000 and 100 are the same thing, you should still include the decimal places and submit ‘000000100.000’)
Format: #########.###
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 |
|
13002 | CONTAINS NON NUMERIC ENTRY |
2 | You should not include values for Drug Quantity (DE 21) unless:
|
13064 | UNLESS PROPERTY LOSS TYPE (DE 14) IS 1 OR 6, AND NIBRS IS 35A, SUSPECTED DRUG TYPE (DE 20), DRUG QUANTITY (DE 21) AND DRUG MEASUREMENT TYPE (DE 22) CANNOT HAVE A VALUE |
3 | If the following conditions are met, then you should include Estimated Drug Quantity (21):
|
13065 | DATA ELEMENT MUST EXIST WHEN OFFENSE = DRUG OFFENSE & PROP LOSS = 6 AND DESCRIPTION = 10 |
4 | When Estimated Drug Quantity (21) is entered, Suspected Drug Type (20) and Type Drug Measurement (22) must also be entered. | 13066 | WITH DATA ENTERED, SUSPECTED DRUG TYPE (DE 20) AND MEASUREMENT (DE 22) MUST BE PRESENT |
Details:
- Estimated Drug Quantity (21) indicates the quantity of drugs or narcotics seized in a drug case, it is not to be used when drugs or narcotics were Burned, Stolen, etc. in connection with other Offenses, such as Arson, Burglary, Breaking and Entering, Larceny, Theft, etc.
- Nine (9) characters are available to enter the number of WHOLE pounds, ounces, grams, etc., and three (3) more characters are available to enter the DECIMAL amount. A DECIMAL POINT must be entered to separate the whole and decimal amounts. Zero (‘0’) or space fill (G) should be added to the right or left of the value to preserve the decimal’s position as the tenth character in the field.
- When Estimated Drug Quantity (21) is Unknown enter ‘000000001.000’, a value of ‘1’, to signify that the value is not known or not reported. Also, Type Drug Measurement (22) MUST be entered as Not Reported/Unknown (‘XX’) and Value of Property (16) MUST be entered as Unknown (000000001).
- If LRS Offense (6) is not reportable as a drug violation (35A), this data element MUST BE LEFT BLANK (G).
Type Drug Measurement (22)
Description: Drug Type Measurement is a shortcode that indicates the units for the Estimated Drug Quantity (DE 21). Not all units can be used with all Suspected Drug Types (DE 20). For instance ‘NP - Number of Plants’ shouldn’t be used with something liek Amphetamines. However for the most part drugs these days come in many forms, so use whichever Measurement Type makes the most sense (Volume for Liquids, Weight for loose Solids, Units for Pills, etc…)
Data Characteristics: 2 Character Alpha. Must be included if Estimated Drug Quantity (DE 21) has a value.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | The reported Drug Measurement Type (DE 22) was not recognized. Check the List of Available Data Element Values for the available values and their definitions | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | You should not include values for Suspected Drug Type (DE 22) unless:
|
13064 | UNLESS PROPERTY LOSS TYPE (DE 14) IS 1 OR 6, AND NIBRS IS 35A, SUSPECTED DRUG TYPE (DE 20), DRUG QUANTITY (DE 21) AND DRUG MEASUREMENT TYPE (DE 22) CANNOT HAVE A VALUE |
3 | If the following conditions are met, then you should include Type Drug Measurement (22):
|
13065 | DATA ELEMENT MUST EXIST WHEN OFFENSE = DRUG OFFENSE & PROP LOSS = 6 AND DESCRIPTION = 10 |
4 | In order to use a Drug Measurement Type (DE 22) Value of ‘NP’, Suspected Drug Type (DE 20) must have a value of either ‘E’, ‘G’, or ‘K’. | 13067 | DRUG TYPE MUST BE ‘E’, ‘G’, OR ‘K’ FOR A VALUE OF ‘NP’ |
5 | Estimated Drug Quantity (DE 21) must have a value of ‘000000001.000’ when Drug Measurement Type (DE 22) is Not Reported (‘XX’). Note that the Incident will need to be resubmitted with the correct Drug Measurement Type (DE 22) and Drug Quantity (DE 20) at a later date. | 13084 | WITH A MEASUREMENT OF ‘XX’(NOT REPORTED) DRUG QTY MUST = 00000001.000 |
Details:
- Type Drug Measurement (22) indicates how Seized drugs and narcotics are quantified in a drug case.
Allowed Entries:
Type Drug Measurements | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Victim Sequence Number (23)
Description: Victim Sequence Number is the uniquely identifying ID for each Victim in an Incident. This number cannot repeat in the same incident, and must be unique for each Segment 50 that is present. This data Element can never be ommitted and must always have a value between 001 and 999.
Data Characteristics: 3 Character Numeric. Should be front-padded with Zero’s (0) to make a three digit number. (EG: 1 would be 001).
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | This is a required Data Element, and it cannot be left blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Victim Sequence Number (DE 23) should be a numeric entry, front-padded with zeros to make a three-digit number between 001 and 999. EG: 001, 002, 010 for Sequence Numbers 1, 2, and 10. | 15002 | CONTAINS NON NUMERIC ENTRY |
3 | Victim Sequence Number (DE 23) must be a unique value for all Victims in the Incident. | 15051 | VICTIM NUMBER ALREADY EXISTS |
Details:
- Each victim in an incident MUST be assigned a unique Victim Sequence Number (23) from ‘001’ to ‘999’.
Offense Connected to Victim Sequence Number (24)
Description: Offense Connected to Victim Sequence Number is only used in Offense Segments Segmetn 20). Each Offense can only be related to a single Victim, so if there are multiple Victims of the same Offense, or Multiple Offenses for the same Victim, you’ll need multiple Segment 20’s to reference that. This Data Element is important because it’s what’s used to link the Offenders to their Offenses.
Data Characteristics: 3 Character Numeric. Should be front-padded with Zero’s (0) to make a three digit number. (EG: 1 would be 001). Needs to match a Victim Sequence Number (DE 23) that’s present in a Segment 50 of the Incident.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Offense Connected to Victim Sequence Number (DE 24) is a required Data Element and cannot be left blank. Without a Victim to connect to an Offense, no crime has actually occurred. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Offense Connected to Victim Sequence Number (DE 24) contains a value that does not match up with the Victim Sequence Numbers (DE 23) present in the Victim Segments (Segment 50) of the Incident. | 12090 | OFFENSE CONNECTED TO A NON-EXISTENT VICTIM |
3 | Victim cannot be connected to Mutually Exclusive or Lesser Included Offenses.
|
15078 | VICTIM CONNECTED TO AN INVALID COMBINATION OF OFFENSES |
Details:
- This data element is to be used to link each offense to each victim. That is, the offense which was perpetrated against the victim during the incident.
- If this data element does not match one of the values submitted in Data Element # 23 (Victim Segment Number), the submission will be returned with errors.
Offenses That Cannot Occur to the Same Victim
The following chart shows Offenses that CANNOT occur to the same victim in the same incident. Each ‘X’ on the chart where offenses intersect denotes that those two offenses CANNOT occur to the same victim in an incident.
Offenses That Cannot Occur to the Same Victim | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
09A - Murder | X | X | X | X | X | ||||||||||||||||
09B - Negligent Manslaughter | X | X | X | X | X | ||||||||||||||||
11A - Forcible Rape | X | X | X | X | X | X | X | ||||||||||||||
11B - Forcible Sodomy | X | X | X | X | X | X | X | ||||||||||||||
11C - Sexual Assault w/ Object | X | X | X | X | X | X | X | ||||||||||||||
11D - Forcible Fondling | X | X | X | X | X | X | X | X | |||||||||||||
120 - Robbery | X | X | X | X | X | X | X | X | X | X | X | X | X | ||||||||
13A - Aggravated Assault | X | X | X | X | X | X | X | X | X | ||||||||||||
13B - Simple Assault | X | X | X | X | X | X | X | X | X | X | |||||||||||
13C - Intimidation | X | X | X | X | X | X | X | X | X | X | |||||||||||
23A - Pocket-Picking | X | X | |||||||||||||||||||
23B - Purse Snatching | X | X | |||||||||||||||||||
23C - Shoplifting | X | X | |||||||||||||||||||
23D - Theft from Building | X | X | |||||||||||||||||||
23E - Theft from Coin Machine | X | X | |||||||||||||||||||
23F - Theft from Motor Vehicle | X | X | |||||||||||||||||||
23G - Theft of Motor Vehicle Parts | X | X | |||||||||||||||||||
23H - All Other Larceny | X | X | |||||||||||||||||||
240 - Motor Vehicle Theft | X | X | |||||||||||||||||||
36A - Incest | X | X | X | X | X | ||||||||||||||||
36B - Statutory Rape | X | X | X | X | X | ||||||||||||||||
Space | 09A - Murder |
09B - Negligent Manslaughter |
11A - Forcible Rape |
11B - Forcible Sodomy |
11C - Sexual Assault w/ Object |
11D - Forcible Fondling |
120 - Robbery |
13A - Aggravated Assault |
13B - Simple Assault |
13C - Intimidation |
23A - Pocket-Picking |
23B - Purse Snatching |
23C - Shoplifting |
23D - Theft from Building |
23E - Theft from Coin Machine |
23F - Theft from Motor Vehicle |
23G - Theft of Motor Vehicle Parts |
23H - All Other Larceny |
240 - Motor Vehicle Theft |
36A - Incest |
36B - Statutory Rape |
Examples:
Example Number | Description |
---|---|
1 | Two victims, Victim 001 and Victim 002, were robbed, and Victim 001 was also taken hostage by the Offender with a hand gun in a parking lot. The incident’s Offense Segments could be submitted as follows:
|
Type of Victim (25)
Description: Type of Victim dicates the classification of the Victim of an Offense. The descriptors that are available for selection are based on the NIBRS Code of the Offense. All Victim Types except for ‘S - Society’ are applicable to Crimes Against Property, while only Victim Types of ‘I - Individual’ and ‘L - Law Enforcement’ are applicable to Crimes Against Persons. On the contrary, Crimes Against Society can only have a Victim Type of ‘S - Society’.
Data Characteristics: 1 Character Alpha. Must always be present and cannot be left blank.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Type of Victim (DE 25) is a required Data Element, and cannot be left blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | No matter the number of Crimes Against Society that are present in an Incident, there should only be a single Victim of Victim Type ‘S - Society’. All Crimes Against Society present in the incident should point to this single victim. | 10080 | CRIMES AGAINST SOCIETY CAN ONLY HAVE ONE VICTIM |
3 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
4 | For Offenses that are Crimes Against Property, the associated Victim cannot have a Type of Victim (DE 25) of ‘S - Society’. Type of Victim (DE 25) can only be:
|
15067 | ENTRY FOR TYPE OF VICTIM CANNOT BE ‘S’ WHEN THIS OFFENSE CODE IS CONNECTED TO THIS VICTIM |
5 | Type of Victim (DE 25) can only be ‘L - Law Enforcement Officer’ when the Offense Associated is 09A, 13A, 13B, or 13C. | 22110 | VICTIM TYPE CANNOT BE ‘L’ = LAW ENFORCEMENT OFFICER WHEN USING THIS LRS CODE |
6 | If Victim Type (DE 25) is ‘L - Law Enforcement Officer’, then Aggravated Assault Circumstance (DE 31) must be ‘02 - Assault on Law Enforcement Officer(s)’. | 90001 | DE 31 (AGGRAVATED ASSAULT CIRCUMSTANCE) MUST BE ‘02 - ASSAULT ON LAW ENFORCEMENT OFFICER(S)’ IF DE 25 (VICTIM TYPE) IS ‘L’. SIMILARLY, IF DE 25 (VICTIM TYPE) IS ‘L’ FOR LAW ENFORCEMENT OFFICER, DE 31 MUST BE ‘02’. |
Notes:
- NO ERROR NUMBER For Human Trafficking Offenses (NIBRS Codes 64A, 64B and 40C), the data value for Type of Victim (25) must be Individual (‘I’).
- One Type of Victim (25) code MUST be entered for each victim.
- Definition of Law Enforcement Officer/Peace Officer: Deputy sheriffs, municipal police officers, probation and enforcement parole officers, wildlife enforcement agents, city marshals and deputies would be considered a Law Enforcement Officer if a Victim and should have a Type of Victim (25) code of “L”.
- The Officer should be “In-the-Line-of-Duty” when victimized in order to report Type of Victim (25) as Law Enforcement Officer (“L”). The same rules that apply to the LEOKA form in UCR Summary also apply to this Type of Victim (25).
- This Type of Victim (25) can ONLY be used for simple assaults, aggravated assaults, negligent manslaughter, murders and non-negligent homicide offenses to a Law Enforcement Officer, that took place when the Officer was On Duty as a Law Enforcement Officer.
List of Allowed Entries for DE 25 is on the following page:
Allowed Entries:
Enter only one (1) code per Type of Victim Segment (25):
Type of Victim | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Example:
Example Number | Description |
---|---|
1 | During a bank robbery (Crime Against Property), the Offender pointed a gun at a teller and demanded and received money. The robber also pistol-whipped a customer who stood in his way as he made his getaway from the bank. Assuming the facts above, there were 3 victims:
|
Type of Officer Activity/Circumstance (25A)
Description: Type of Officer Activity/Circumstance is used in LEOKA Circumstances only, and it indicates the activity in which the Law Enforcement Officer was engaged at the time the officer was either killed or assaulted in the line of duty.
Data Characteristics: 2 Character Alpha. Should only be used if Victim Type is ‘L - Law Enforcement’ and Offense is an 09A, 13A, 13B, or 13C.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | When Type of Victim (25) is Law Enforcement Officer (‘L’), then Type of Officer Activity/Circumstance (25A) cannot be blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
3 | Type of Officer Activity/Circumnstance (DE 25A) can only have a value if the Victim Type (DE 25) is ‘L - Law Enforcement’ | 15082 | WARNING - VICTIM TYPE MUST BE ‘L - LAW ENFORCEMENT’ FOR DATA TO BE ENTERED |
Allowed Entries:
Enter only one (1) code for each Victim Segment:
Type of Officer Activity/Circumstance | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Officer Assignment Type (25B)
Description: Officer Assignment Type is used to report the victim Officer’s Type of Assignment when a LEOKA Offense occurred of which they were the Victim.
Data Characteristics: 1 Character Alpha. Should only be used if Victim Type is ‘L - Law Enforcement’ and Offense is an 09A, 13A, 13B, or 13C.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | When Type of Victim (25) is Law Enforcement Officer (‘L’), then Officer Assignment Type (25B) cannot be blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
3 | Officer Assignment Type (DE 25B) can only have a value if the Victim Type (DE 25) is ‘L - Law Enforcement’ | 15082 | WARNING - VICTIM TYPE MUST BE ‘L - LAW ENFORCEMENT’ FOR DATA TO BE ENTERED |
Allowed Entries:
Enter only one (1) code for each Victim Segment:
Officer Assignment Types | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Officer ORI, Other Jurisdiction (25C)
Description: Officer ORI, Other Jurisdiction is used to report the ORI Number of a Law Enforcement Officer’s Agency when an officer from another jurisdiction is killed or assaulted in the line of duty in the reporting Agency’s jurisdiction. No entry is required for LEOKA Offenses that occur in the Officer’s own Agency jurisdiction.
Data Characteristics: 9 Character Alpha
Requirements:
Should be a Nine-Digit, valid ORI Number, or Blank Spaces (G) if Not requried
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Officer ORI (Other Jurisdiction) (DE 25C) can only have a value if the Victim Type (DE 25) is ‘L - Law Enforcement’ | 15082 | WARNING - VICTIM TYPE MUST BE ‘L - LAW ENFORCEMENT’ FOR DATA TO BE ENTERED |
Details:
- This is the 9-character NCIC Agency Identifier (ORI) assigned to every law enforcement agency in Louisiana. This ORI is used to record the ORI of a victim who is an officer involved in a multijurisdictional incident.
Allowed Entries:
Enter only (1) code for each Victim Segment:
Acceptable Data Values:
A thru Z (Uppercase letter only), or 0 thru 9
Age of Victim [At Time Incident Occurred] (26)
Description: For Offenses in which a Person (I - Individual or L - Law Enforcement) are the Victim Type (DE 25), Age of Victim should be the two-digit age of the Victim when the Incident Occurred. Ages can be appended with an ‘E’ to represent an Estimated Age of the Victim if that actual Age is not known, otherwise the third character should remain a Blank Space. For ages that are less that one year, check the List of Available Values below.
Data Characteristics: 3 Character Alpha/Numeric. Cannot be Blank and must always have a value. Use ‘00’ if Age is Unknown.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Age of Victim (DE 26) is a required Data Element when Victim Type (DE 25) is ‘I - Individual’ or ‘L- Law Enforcement’, and cannot be left blank. If Age is Unknown, then use ‘00’ to denote an Unknown Age, rather than leaving it blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | If Age is not a numeric value, then it must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
3 | Age of Victim (DE 26) is only to use the Estimated Age Modifier ‘E’ if the Age is actually being Estimated. ‘00’ for an Unknown Age is not an estimate, and therefore not a valid input. | 14022 | ESTIMATED AGE CANNOT BE ‘00’ UNKNOWN AND HAVE A TRAILING ‘E’ |
4 | Type of Victim (DE 25) must be ‘I - Individual’ or ‘L - Law Enforcement’ in order for data to be entered, and should not be entered if the Victim Type (DE 25) is not. | 15058 | VICTIM TYPE (25) MUST BE ‘I’ OR ‘L’ FOR DATA TO BE ENTERED |
5 | Statutory Rape Victim’s Age (DE 26) must be >= 13 and <= 17. | 15081 | STATUTORY RAPE OFFENSES REQUIRE A VICTIM WHO IS AT LEAST 13 YEARS OF AGE BUT NO OLDER THAN 17 YEARS OLD |
6 | Check that the age supplied for the matching Offender Record is the same as the age supplied for this Victim Record. This includes whether or not the age is estimated. | 90045 | FOR VO RELATIONSHIPS THE AGE OF THE OFFENDER MUST MATCH THE AGE OF THE VICTIM EXACTLY, INCLUDED WHETHER OR NOT THE AGE IS ESTIMATED |
7 | The Age of the Victim that you’ve supplied is 99 or older. This is just a warning to make sure that you’ve entered that intentionally | 90046 | WARNING - AGE OF VICTIM IS 99 OR OLDER. PLEASE VERIFY THAT THEIR AGE AND DOB IS BEING REPORTED PROPERLY |
Details:
- If the Type of Victim (25) is a person (that is, Individual (‘I’) or Law Enforcement Officer (‘L’)), his/her age is to be entered into Age of Victim (26) either as an Exact Age, an Estimated Age, or as Unknown.
- If the Type of Victim (25) is a person (that is, Individual (‘I’) or Law Enforcement Officer (‘L’)), then Age of Victim (26) is required to be entered. If Type of Victim (25) is not a person, then Age of Victim (26) MUST be left Blank (G).
- If the Victim’s Exact Age is not known, estimate the victim’s age. Use one of the codes in the above table, and append an ‘E’,for Estimated. If it is impossible to determine even an Estimated Age of the victim, then enter Unknown (‘00’).
Allowed Entries:
Enter only (1) code for each Victim Segment:
Valid Ages of Victims | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Example:
Example Number | Description |
---|---|
1 | If the victim was 18 years old, enter ‘18’. |
2 | If the victim appeared 25 to 30 years old, average the age range to get 27.5, then round down and enter ‘27E’. |
Date of Birth of Victim (L26)
Description: DOB of Victim is not a required field, but if the Date of Birth is known then it can be entered here in the MMDDYYYY Format. If this field has a value, then you shouldn’t be using an Estimated age in Data Element 26 (Age of Victim), however we don’t stop that because it’s possible the exact Incident Date is Unknown, and instead the Reporting Date is being used. For that reason we allow Estimated Ages to also have a Date of Birth present.
Data Characteristics: 8 Character Date. Optional, if not entered should be all Blank Spaces (Not Zeros)
Format: MMDDYYYY
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | The date supplied for the Date of Birth of Offender (DE L37) is not valid. Please ensure that the supplied date is in the MMDDYYY Format. | 11005 | DATE ENTERED MUST BE A VALID CALENDAR DATE |
2 | The Date of Birth that you’ve entered for the Victim indicates that they’re 99 Year or Older. This is just a warning to make sure that was intentional. | 90046 | WARNING - AGE OF VICTIM IS 99 OR OLDER. PLEASE VERIFY THAT THEIR AGE AND DOB IS BEING REPORTED PROPERLY |
Details:
- If Type of Victim (25) is a person (that is, Individual (‘I’) or Law Enforcement Officer (‘L’)), then his/her date of birth, if available, is to be indicated in Date of Birth of Victim (L26).
Sex of Victim (27)
Description: Sex of Victim is used to indicate the sex of an Victim that is a Person (I - Individual or L - Law Enforcement).
Data Characteristics: 1 Character Alpha. Must be entered for Victim Types I and L. Use U if Unknown, don’t leave the field blank.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | When the Offense Code is 11A, at least one of the Offenders must be a different sex than the Victim(s). If all Victims and Offenders are the same sex, 11B, 11C, or 11D may be the offense code you actually want to use. | 14060 | VICTIM’S SEX CANNOT BE SAME AS ALL OFFENDERS FOR OFFENSES OF ‘11A’ |
3 | Type of Victim (DE 25) must be ‘I - Individual’ or ‘L - Law Enforcement’ in order for data to be entered, and should not be entered if the Victim Type (DE 25) is not. | 15058 | VICTIM TYPE (25) MUST BE ‘I’ OR ‘L’ FOR DATA TO BE ENTERED |
Details:
- If Type of Victim (25) is a person [(that is, Individual (‘I’) or Law Enforcement Officer (‘L’), then his/her sex is to be indicated in Sex of Victim (27).
Allowed Entries:
Enter only (1) code for each Victim Segment:
Sex of Victim | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Race of Victim (28)
Description: Race of Victim is used to indicate the race of an Victim that is a Person (I - Individual or L - Law Enforcement). Race is defined as persons that share similar physical characteristics. Ethinicity is defined as persons that share similar cultural characteristics.
Data Characteristics: 1 Character Alpha. Must be entered for Victim Types I and L. Use U if Unknown, don’t leave the field blank.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | Type of Victim (DE 25) must be ‘I - Individual’ or ‘L - Law Enforcement’ in order for data to be entered, and should not be entered if the Victim Type (DE 25) is not. | 15058 | VICTIM TYPE (25) MUST BE ‘I’ OR ‘L’ FOR DATA TO BE ENTERED |
Details:
- If Type of Victim (25) is a person (that is, Individual (‘I’) or Law Enforcement Officer (‘L’)), then, his/her race is to be indicated in Race of Victim (28).
Allowed Entries:
Enter only (1) code for each Victim Segment:
Race of Victim | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Ethnicity of Victim (29)
Description: Ethnicity of Victim is used to indicate the ethnicity of an Victim that is a Person (I - Individual or L - Law Enforcement). Race is defined as persons that share similar physical characteristics. Ethinicity is defined as persons that share similar cultural characteristics.
Data Characteristics: 1 Character Alpha. Must be entered for Victim Types I and L. Use U if Unknown, don’t leave the field blank.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | Type of Victim (DE 25) must be ‘I - Individual’ or ‘L - Law Enforcement’ in order for data to be entered, and should not be entered if the Victim Type (DE 25) is not. | 15058 | VICTIM TYPE (25) MUST BE ‘I’ OR ‘L’ FOR DATA TO BE ENTERED |
Details:
- If Victim is a person (that is, Individual (‘I’) or Law Enforcement Officer (‘L’)) is entered into Type of Victim (25), then his/her ethnic origin is to be indicated in Ethnicity of Victim (29).
Allowed Entries:
Enter only (1) code for each Victim Segment:
Ethnicity of Victim | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Resident Status of Victim (30)
Description: Resident Status of Victim is used to indicate if the victim was a resident in the reporting agency’s jurisdiction at the time of the incident. It is NOT an indicator of whether or not the Victim is a US Citizen.
Data Characteristics: 1 Character Alpha. Must be entered for Victim Types I and L. Use U if Unknown, don’t leave the field blank.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | Type of Victim (DE 25) must be ‘I - Individual’ or ‘L - Law Enforcement’ in order for data to be entered, and should not be entered if the Victim Type (DE 25) is not. | 15058 | VICTIM TYPE (25) MUST BE ‘I’ OR ‘L’ FOR DATA TO BE ENTERED |
Details:
- If Type of Victim (25) is a person (that is, Individual (‘I’) or Law Enforcement Officer (‘L’), then, whether he/she was a resident or nonresident, the Resident Status of Victim (30) is to be entered.)
- A ‘Resident’ is a person who maintains his/her permanent home for legal purposes in the locality (i.e., town, city, or community) where the crime took place.
Allowed Entries:
Enter only (1) code for each Victim Segment:
Resident Status of Victim | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Aggravated Assault/Homicide Circumstance Nos. 1 and 2 (31)
Description: Aggravated Assault/Homicide Circumstances is used to describe the circumstances of either an aggravated assault or a homicide. It’s must be used with NIBRS 09A, 09B, 09C, and 13A, and should not be used with any other Offense (left Blank). Additionally the availablility of the codes DE 31 uses is subject the Victim Type (DE 25) and NIBRS Code of the Offense; not all codes are available for all conditions.
Data Characteristics: Up to 2x, 2 Character Numeric. You may enter 2 Codes for Victims associated with NIBRS 13A and 09A Offenses, and one code for Victims associated with NIBRS 09B and 09C Offenses. Exceeding this limit for Victims associated with 09B and 09C Offenses will throw an error, rather than ignoring the value.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | When more than one code is entered within Aggravated Assault/Murder category, the same value is not allowed to be repeated. | 12006 | ERROR - DUPLICATE VALUE |
3 | Aggravated Assault/Homicide Circumstance (DE 31) is only allowed to be present if Offense Connected to Victim Sequence Number (DE 24) relates to one of the follwing Offense Codes: | 15019 | DATA CAN ONLY BE ENTERED FOR SPECIFIC OFFENSES |
4 | Aggravated Assault/Homicide Circumstance (DE 31) must be present if Offense Connected to Victim Sequence Number (DE 24) relates to one of the follwing Offense Codes: | 15020 | DATA MUST BE ENTERED FOR SPECIFIC OFFENSES |
5 | Unknown Circumstances (‘10’) is mutually exclusive with all other codes, that is, no other code can be entered. Enter Unknown (‘10’) ONLY if no other code applies. | 15056 | ONLY ONE VALUE GREATER OR EQUAL TO ‘10’ CAN BE ENTERED |
6 | When Assault/Homicide Circumstances (DE 31) is ‘08 - Other Felony Involved’, then the Incident must contain two or more Offenses. | 15080 | WHEN HOMICIDE/ASSAULT CIRCUMSTANCE (DE 31) IS ‘08’, INCIDENT MUST HAVE 2 OR MORE OFFENSES |
7 | If Victim Type (DE 25) is ‘L - Law Enforcement Officer’, then Aggravated Assault Circumstance (DE 31) must be ‘02 - Assault on Law Enforcement Officer(s)’. | 90001 | DE 31 (AGGRAVATED ASSAULT CIRCUMSTANCE) MUST BE ‘02 - ASSAULT ON LAW ENFORCEMENT OFFICER(S)’ IF DE 25 (VICTIM TYPE) IS ‘L’. SIMILARLY, IF DE 25 (VICTIM TYPE) IS ‘L’ FOR LAW ENFORCEMENT OFFICER, DE 31 MUST BE ‘02’. |
8 | For 09B and 09C Offenses, only one Aggravated Assault/Homicide Circumstance can be used. | 90004 | ONLY ONE CODE ARE ALLOWED IN DE 31 |
Aggravated Assault and Non-Negligent Manslaughter Circumstances
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
9 | The chosen Aggravated Assault/Homicide Circumstance that was used for this Offense is not valid for the NIBRS Code. Please refer to the List of Available Data Element Values to find an appropriate selection to use. | 90005 | INVALID DE 31 CODE FOR THIS OFFENSE. |
10 | The third Aggravated Assault/Homicide Circumstance has been deprecated and will not be included in your submission. | 90014 | WARNING: FOR DE 31, AT MOST TWO ASSAULT CIRCUMSTANCE ARE ALLOWED. THE 3RD ASSAULT CIRCUMSTANCE WILL BE IGNORED. |
Negligent Manslaughter Circumstances
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
11 | If Non-Negligent Circumstances (DE 31) is Child Abuse (‘40’), then the Victim that is Connected to this Offense must have an age that equals
|
22120 | AGE DOES NOT INDICATE CHILD IS THE VICTIM CONNECTED TO THIS OFFENSE |
Justifiable Homicide Circumstances
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
12 | When Justifiable Homicide (NIBRS 09C) is reported, no other offense may be reported in the Incident Report. | 12066 | NO OTHER OFFENSE CAN BE SUBMITTED WITH AN 09C (JUSTIFIABLE HOMICIDE) OFFENSE |
Details:
- DEFINITION: A Justifiable Homicide is the killing of a perpetrator of a serious criminal offense by a peace officer in the line of duty; or the killing, during the commission of a serious criminal offense, of the perpetrator by a private individual.
- At MOST, TWO Assault Circumstances (31) are allowed. Beginning with LIBRS 2.5 Specifications, the third Assault Circumstance is ignored. New Warning Message in LIBRS 2.5
- Aggravated Assault/Homicide Circumstances and Law Enforcement Officers Killed/Assaulted (InLine of Duty (31) describes the circumstances of either an Aggravated Assault or Homicide.
- Assault on Law Enforcement Officer is a new Aggravated Assault and Non-Negligent Manslaughter Circumstance,beginning with LIBRS Spec 2.5.
- The crime being committed when the Justifiable Homicide took place MUST BE REPORTED AS A SEPARATE INCIDENT. These instructions are based on the definition of an “incident”. Therefore, Justifiable Homicide cases involve two incidents rather than one.
- For the Justifiable Homicide incident, code the police officer or the civilian who killed the criminal as the “Offender” and the criminal who was killed as the “Victim”.
- The Justifiable Homicide incident IS NOT CLEARED EXCEPTIONALLY, as no crime has occurred in reality.
- In the second incident, report the Offense(s) that were being committed when the Justifiable Homicide occurred.
- For the Justifiable Homicide incident, code the police officer or the civilian who killed the criminal as the “Offender” and the criminal who was killed as the “Victim”.
Allowed Entries:
Aggravated Assault/Homicide Circumstances | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | Two rival juvenile street gangs rumble over ‘turf’ rights to sell drugs and one of the gang members is killed. Possible entries are:
|
Additional Justifiable Homicide Circumstance (32)
Description: Additional Justifiable Homicide Circumstances is used to describe the circumstances of a NIBRS 09C Offenses (Justifiable Homicide) only. It is not to be used with Victims of any Offense Code other than 09C. When more than one data value applies, enter the one that is most descriptive.
Data Characteristics: 1 Character Alpha
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | For any 09C Offense, Additional Justifiable Homicide Circumstance (DE 32) is required to be either ‘20 - Criminal Killed by Private Citizen’, or ‘21 - Criminal Killed by Police Officer | 15055 | ADDITIONAL JUSTIFIABLE HOMICIDE IS MANDATORY WITH A ‘20’ OR ‘21’ ENTERED |
3 | When this Data Element (32) is entered and Type of Victim (25) is Individual (‘I’), Aggravated Assault/Homicide Circumstance (31) MUST show one of the following Justifiable Homicide (09C) Circumstances:
|
15057 | WHEN DATA ELEMENT 32 IS ENTERED, DATA ELEMENT 31 MUST EQUAL ‘20’ OR ‘21’ |
Allowed Entries for Justifiable Homicide:
Enter only (1) code for Justifiable Homicide (NIBRS 09C):
Justifiable Homicide Circumstance | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | In resisting arrest, a fugitive pulled a gun and fired two times in the direction of two police officers who were attempting to take him into custody. Neither officer was hit, but both drew their weapons and returned fire, killing the fugitive. As this was a Justifiable Homicide (NIBRS 09C), Criminal Killed by Police Officer (‘21’) should be entered into Data Element 31. Assuming the facts above, the possible entries for Data Element 32 are:
|
Type of Injury (33)
Description: Type of Injury is used to describe the condition of a Victims of a Crime Against Person after the Offense has been committed. Certain Injury Types are not applicable for certain NIBRS Codes.
Data Characteristics: 1 Character Alpha. Must be included for each Victim Injury Segment (Segment 51) that is present in the Incident, and cannot be left Blank.
Requirements:
Requirment | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | Victim Injury Type (DE 33) is only allowed to be present if the associated Victim Type (DE 25) is ‘I - Individual’ or ‘L - Law Enforcement’, and Offense Connected to Victim Sequence Number (DE 24) relates to one of the follwing Offense Codes: | 15019 | DATA CAN ONLY BE ENTERED FOR SPECIFIC OFFENSES |
3 | Victim Injury Type (DE 33) must be present if the associated Victim Type (DE 25) is ‘I - Individual’ or ‘L - Law Enforcement’, and Offense Connected to Victim Sequence Number (DE 24) relates to one of the follwing Offense Codes: | 15020 | DATA MUST BE ENTERED FOR SPECIFIC OFFENSES |
4 | When Offense Connected to Victim Sequence Number (DE 24) relates to a NIBRS 13B Offense (Simple Assault), any Injury Types other than ‘M - Apparent Minor Injury’ and ‘N - None’ are not permitted. Use NIBRS 13A (Aggravated Assault) if Injury Type is more severe. | 15079 | SIMPLE ASSAULT (13B) CANNOT HAVE ‘MAJOR INJURIES’ |
5 | Type of the Injury cannot be ‘M - Apparent Minor Injury’ or ‘N - None’ When:
|
90029 | INVALID TYPE OF INJURY (DE 33) WITH SELECTED TYPE OF WEAPON/FORCE INVOLVED (DE 13) |
Important Note:
13A, 13B, and 13C Offenses are all Mutually Exclusive to the same Victim in the same Incident. Meaning, LIBRS (and NIBRS, for that matter) will not allow you to submit a Victim who received Major Injuries from one Offender committing a 13A - Aggravated Assault Offenses, and Minor Injuries from another Offender committing a 13B - Simple Assault Offense.
If you have a case where a Victim applies to Mutually Exclusive Offenses, then you will need to submit those Offenses in Separate Incidents. You can see the chart here for which Offenses are Mutually Exclusive.
Details:
- Notes: This Data Element (32) describes the type(s) of bodily injury suffered by a person.
- Minor injury is described as an injury not requiring immediate medical attention.
- Major injury is described as an injury requiring immediate medical attention.
Allowed Entries:
Enter only (1) code for each Victim Injury Segment; however, can submit as many Victim Injury Segments (51) as applicable:
Type of Injury | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Offender Number to be Related (34)
Description: Offender Number to Be Related is only used in Segment 52, Victim/Offender Relationship, which should only be present with the Victim is associated with a Crime Against Person, or a Robbery.
Data Characteristics: 3 Character Numeric. Should always be supplied in Segment 52 (when that segment is present). Value should be front-padded with Zeros (0) to make a three-digit number. EG: 1 would be 001.
Requirements:
Requirment | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Offender Number to be Related (DE 34) must match one of the Offender Sequence Numbers (DE 36) present in the Offender Segment(s) (Segment 40). | 10070 | THE CORRESPONDING OFFENDER RECORD MUST BE PRESENT |
2 | Type of Victim (DE 25) must be ‘I - Individual’ or ‘L - Law Enforcement’ in order for data to be entered, and should not be entered if the Victim Type (DE 25) is not. | 15058 | VICTIM TYPE (25) MUST BE ‘I’ OR ‘L’ FOR DATA TO BE ENTERED |
3 | In order for Offender Number to be Related to have a value, the offense must either be a Robbery (NIBRS 120), or a Crime Against Person: Additionally this value should be supplied when the NIBRS Code Associated with it is a 64A, 64B, or 40C. | 15059 | NEED A CRIME AGAINST PERSON OR ROBBERY FOR DATA TO BE ENTERED |
Details:
- If Offenders of Human Trafficking offenses (NIBRS Codes 64A, 64B and 40C) are known, then data value for Offender Number to be Related (Data Element 34) MUST be supplied as well.
- If Offenders of Human Trafficking offenses (NIBRS Codes 64A, 64B and 40C) are unknown, then data value for Offender Number to be Related (Data Element 34) MUST be ‘000’ (UNKNOWN)
- Notes: Offender Number to be Related (34) along with Relationship of Victim to Offender (35) describe the relationship of each Victim to each Offender who has perpetrated a Crime Against Person or a Robbery against the Victim. If the Victim is related to the offender in more than one way, use the closest relationship.
- Enter Offender Sequence Number (36) of the Offenders for whom Victim-to-Offender relationships are going to be reported in Relationship of Victim to Offender (35).
- The Reporting Agency MUST report each Victim’s relationship to EVERY Offender when the Offense is a Crime Against Person or a Robbery against the Victim.
Examples:
Example Number | Description |
---|---|
1 | If Victim 001’s relationship to Offender 004 is to be reported, enter ‘004’. |
Relationship of Victim to Offender (35)
Description Victim/Offender Relationship describes how the Victim and the Offender of an Offense are associated with one another, if at all. It is common for this Data Element to be used for statistics for Offenses like Domestic Violence. If should only be used when the Victim is associated with a Crime Against a Person.
Data Characteristics: 2 Character Alpha. Should only have a value if the Victim is associated with a Crime Against a Person.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | The Victim/Offender Relationship of ‘SE - Spouse’ was used, however the age of either the Victim or the Offender was less than 10. This is not a valid age based on the relationship between the two. | 14050 | OFFENDER IS SPOUSE, BUT AGE IS LESS THAN 10 |
3 | If Victim/Offender Relationship (DE 35) is ‘VO - Victim was Offender’, then Sex of Victim (DE 27) and Sex of Offender (DE 38) should match. | 14053 | SEX OF VICTIM AND OFFENDER DOES NOT REFLECT THE RELATIONSHIP |
4 | The Age of Victim and Age of Offender must reflect the implied relationship. The following relationships imply that the Age of Victim (DE 26) that is Younger than the Age of Offender (DE 37):
|
14054 | AGE OF VICTIM AND OFFENDER DOES NOT REFLECT THE RELATIONSHIP |
5 | Victim/Offender Relationship (DE 34) must be present for each Victim Sequence Number (DE 23) that has a Victim Type (DE 25) of ‘I - Individual’ or ‘L - Law Enforcement’ that is a victim of a Crime Against Person or a Robbery. | 15005 | MISSING VICTIM/OFFENDER SEGMENT OR RELATIONSHIP (SEGMENT 52 OR DE L6) |
6 | Victim/Offender Relationship (DE 34) must be present for any Victim of a Crime Against Person | 15020 | DATA MUST BE ENTERED FOR SPECIFIC OFFENSES |
7 | If Victim/Offender Relationship (DE 35) is one of the following, then Offender Number to be Related (DE 34) cannot be Unknown (‘000’). This field must be Blank (G) in instances where ‘000’ is entered.
|
15060 | RELATIONSHIP MUST BE ENTERED WHEN AN OFFENDER NUMBER (34) EXISTS |
8 | If Offender Number to be Related (DE 34) is ‘000 - Unknown’, then Victim/Offender Relationship cannot have a value, and should be blank spaces. | 15068 | RELATIONSHIP CANNOT BE ENTERED WHEN RELATED TO OFFENDER NUMBER ‘000’ |
9 | When the attributes of an Offender (Age, Sex, and Race - DE’s 37, 38, and 39) are all Unknown, then the Victim/Offender Relationship (DE 35) has to be ‘RU - Relationship Unknown’. | 15072 | WHEN OFFENDER AGE / SEX / RACE ARE UNKNOWN, RELATIONSHIP MUST BE ‘RU’ = UNKNOWN |
10 | A Victim cannot have multiple Victim/Offender Relationships (DE 35) of ‘SE - Spouse’ with more than one Offender. | 15075 | ONLY ONE ‘SE’ RELATIONSHP PER VICTIM |
Details:
- Notes: If Offenders of Human Trafficking offenses (NIBRS Codes 64A, 64B and 40C) are known, then data value for Relationship of Victim to Offender (Data Element 34) MUST be supplied as well.
- Relationship of Victim to Offender (35) is used ONLY with Offender Number to be Related (34), to report the relationship of a Victim to Offenders who have perpetrated a Crime Against Person, or a Robbery against the Victim.
- Relationship of Victim to Offender (35) indicates the Victim’s relationship with each Offender involved in the incident.
- Relationship of Victim to Offender (35) is NOT required if Type of Victim (25) is equal to Society/Public (‘S’). ___
List of Allowed Entries for DE 35 is on the following page:
Allowed Entries:
MUST enter ONE code for each Victim Segment (50). MUST enter relationship of each Victim to each Offender when Offense is a Crime Against Person or a Robbery against a Victim:
Relationships of Victims to Offenders | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | An employee assaulted his employer (a person) with his fists. Victim was Employer (ER) should be entered. |
2 | Two unknown subjects rob a male and a female couple. Victim was Stranger (‘ST’) should be entered to indicate the relationship of each Victim to each Offender. |
Offender Sequence Number (36)
Description: Offender Sequence Number is the unique identifier for each Offender that is present in an Incident. Each Offender Segment (Segment 40) should have a unique value to identify them. Values for Offenders that aren’t unknown should be between 001 and 999. If an Offender is unknown, then there should be a single Segment 40 with an Offender Sequence Number of ‘000’.
An Unknown Offender Sequence Number ‘000’ is different than an Unknown Age, Race, or Sex (‘00’ for Age, or ‘U’ for Race and Sex) of an Offender. Take the following examples:
- A vehicle is stolen, and there are no witnesses or camera footage of the crime.
- A crime that was caught on camera, but the resolution wasn’t good enough to make out any identifying features of the Suspects.
Case 1 would be a case where you use ‘000’ for an Offender Sequence Number. When ‘000’ is used as the Offender Sequence Number, it basically means “We have no idea who, or even how many people were involved in this crime”. Because of that, there are two circumstances that should be accounted for with it:
- If ‘000’ is used as an Offender Sequence Number, then no other Offender Sequence Numbers can be entered. You either have an idea of how many people were invovled, or you don’t. If you know something about any of the Offenders, or even just how many Offenders were involved, ‘000’ should not be used.
- ‘000’ is not allowed for 09C Offenses because inherently you need to know who was involved in that Offense to deem it a Justifiable Homicide; if you don’t know who was involved, then what evidence do you have that the homicide was justifiable?
Case 2 is a case where ‘000’ Offender Sequence Number shouldn’t be confused for not knowing anything about the attributes (Age, Sex, and Race) of the Offenders involved. In this case you may not be able to describe anything about the Offenders, but you have clear-cut evidence about the number of Offenders that were involved. Therefore you should use Offender Sequence Numbers other than ‘000’ for them.
Just to note, you will get a Warning about those attributes being Unknown, but that’s only there to warn the User in case that data was mistakenly forgotten, which is the most common occurance when all of those Data Elements are Unknown.
Data Characteristics: 3 Character Numeric. Should never be left blank and should be front-padded to make a three-digit number. EG: 1 would be 001. If unknown use ‘000’ - If ‘000’ is used then no other Offender Segments can be present.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Offender Sequence Number (DE 36) cannot be blank, and must be front-padded with zeros to make a 3-digit number. (EG ‘001’, ‘002’, ‘011’, etc…) | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Offender Sequence Number (DE 36) cannot be repeated across multiple Segment 40’s (Offender Segment) in an Incident. | 12006 | ERROR - DUPLICATE VALUE |
4 | Using Offender Sequence Number (DE 36) ‘000’ implies that nothing is known about the Offender(s), and therefore only one Offender Segment can be used whenever this value is present. | 14055 | OFFENDER ‘000’ EXISTS–CANNOT SUBMIT MORE OFFENDERS |
5 | If an incident is Exceptionally Cleared (DE 4), then Offender Sequence Number (DE 36) cannot be Unknown ‘000’. Unknown (‘000’) indicates that nothing is known about the Offender(s) regarding number and any identifying information. One of the criteria for Exceptionally Clearing (DE 4) an incident is that at least one of the Offenders be known. |
14057 | OFFENDER SEQUENCE NUMBER CANNOT BE UNKNOWN IF INCIDENT CLEARED EXCEPTIONALLY |
6 | For NIBRS 09C Offenses (Justifiable Homicide) at least one of the Offenders must have known information for Age, Sex, and Race. Unknown (‘000’) is not valid as an Offender Sequence Number (DE 36) for these Offenses. | 14059 | OFFENDER DATA MUST BE PRESENT IF OFFENSE CODE IS JUSTIFIABLE HOMICIDE/09C |
Details:
- Notes: Each Offender in an incident is assigned a UNIQUE Offender Sequence Number (36) from ‘001’ to ‘999’.
- If nothing is known about the Offender(s), enter ‘000’ into this data element and LEAVE DATA ELEMENTS 37 THROUGH 39 BLANK (G). Also, Offender Suspected of Using (8) MUST be Not Applicable (‘N’) and Bias Motivation/Bias Crime Type (8A) MUST be None (‘88’).
Examples:
Example Number | Description |
---|---|
1 | A corpse with five bullet holes in it was found in an abandoned warehouse. There were no witnesses to the crime, or suspects.
|
2 | Two Offenders were seen fleeing the scene of a burglary, but because they were wearing ski masks, their Age, Sex, and Race could not be determined.
|
Age of Offender [At Time of Incident] (37)
Description: Age of Offender is the age the Offender was on the Date of the Incident. Ages can be appended with an ‘E’ to represent an Estimated Age of the Offender if that actual Age is not known, otherwise the third character should remain a Blank Space.
Data Characteristics: 3 Digits Alpha/Numeric. Cannot be Blank and must always have a value. Use ‘00’ if Age is Unknown.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | If Offender Sequence Number (36) is other than Unknown (‘000’), Age of Offender (DE 37) cannot be blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | For Exact Ages the first two characters in Age of Offender (DE 37) need to be a two digit number (front-padded with a zero if less than 10 - EG: 07, 09), with the third character as a Blank Space (G). | 14008 | EXACT AGE MUST BE IN FIRST TWO POSITIONS |
3 | For Estimated Ages the first two characters in Age of Offender (DE 37) need to be a two digit number (front-padded with a zero if less than 10 - EG: 07, 09), with the third character as an ‘E’ to represent the estimation. | 14009 | ESTIMATED AGE MUST BE 2 NUMERIC DIGITS, AND HAVE A TRAILING ‘E’ |
4 | Age of Offender (DE 37) is only to use the Estimated Age Modifier ‘E’ if the Age is actually being Estimated. ‘00’ for an Unknown Age is not an estimate, and therefore not a valid input. | 14022 | ESTIMATED AGE CANNOT BE ‘00’ UNKNOWN AND HAVE A TRAILING ‘E’ |
5 | When Offender Sequence Number (DE 36) is ‘000’ to denote an Unknown Offender, then Age of Offender (DE 37) cannot have a known value. In order for a value to be reported for this Data Element, the Offender Sequence Number (DE 36) should be something other than ‘000’ | 14052 | CANNOT BE PRESENT WHEN OFFENDER NUMBER IS ‘000’ UNKNOWN |
6 | Check that the age supplied for the matching Victim Record is the same as the age supplied for this Offender Record. This includes whether or not the age is estimated. | 90045 | FOR VO RELATIONSHIPS THE AGE OF THE OFFENDER MUST MATCH THE AGE OF THE VICTIM EXACTLY, INCLUDED WHETHER OR NOT THE AGE IS ESTIMATED |
7 | When Juvenile Qualifiers are used, Age of Offender [At Time of Incident] (37) must be ‘01’ thru ‘16’ (this includes 16) for the following Juvenile Qualifiers::
|
22100 | AGE MUST BE ‘01’ - ‘16’ FOR JUVENILE OFFENSES |
Details:
- Age of the Offender (37) is entered either as an exact number of years, an estimated age or as unknown.
- If the Offender’s Age is NOT KNOWN, estimate the Offender’s Age and append an ‘E’ (Estimated).
- If a range is given for the Offender’s Age, enter the median (average) age of the range (rounded down).
- If it is impossible to determine even an Estimated Age of the Offender, then enter Unknown (‘00’).
Allowed Entries
Enter only one code per Offender Segment (40):
Age of Offender | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | If the Victim, or a witness, reported the Offender’s Age as between 25 and 30 years old, enter ‘27E’ (the average of 25 and 30 is 27.5, round down to get an estimated age of 27). |
Date of Birth of Offender (L37)
Description: DOB of Offender is not a required field, but if the Date of Birth is known then it can be entered here in the MMDDYYYY Format. If this field has a value, then you shouldn’t be using an Estimated age in Data Element 37 (Age of Offender), however we don’t stop that because it’s possible the exact Incident Date is Unknown, and instead the Reporting Date is being used. For that reason we allow Estimated Ages to also have a Date of Birth present.
Data Characteristics: 8 Character Date. Optional, if not entered should be all Blank Spaces (Not Zeros)
Format: MMDDYYYY
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | The date supplied for the Date of Birth of Offender (DE L37) is not valid. Please ensure that the supplied date is in the MMDDYYY Format. | 11005 | DATE ENTERED MUST BE A VALID CALENDAR DATE |
Details:
- If the Date of Birth of the Offender is known, it is to be indicated in this data element.
Sex of Offender (38)
Description: The Sex of an Offender involved in the Incident.
Data Characteristics: 1 Character Alpha. Must always have a value; use U if Unknown or Offender Sequence Number is ‘000’, don’t leave the field blank.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | If Offender Sequence Number (36) is other than Unknown (‘000’), Sex of Offender (DE 38) cannot be blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Must be a valid code that is found on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
3 | When Offender Sequence Number (DE 36) is ‘000’ to denote an Unknown Offender, then Sex of Offender (DE 38) cannot have a known value. In order for a value to be reported for this Data Element, the Offender Sequence Number (DE 36) should be something other than ‘000’ | 14052 | CANNOT BE PRESENT WHEN OFFENDER NUMBER IS ‘000’ UNKNOWN |
3 | When the Offense Code is 11A, at least one of the Offenders must be a different sex than the Victim(s). If all Victims and Offenders are the same sex, 11B, 11C, or 11D may be the offense code you actually want to use. | 14060 | VICTIM’S SEX CANNOT BE SAME AS ALL OFFENDERS FOR OFFENSES OF ‘11A’ |
Details:
- This Data Element (38) indicates Sex of the Offender.
Allowed Entries:
Enter only (1) code per Offender Segment (40):
Sex of Offender | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | The witness caught only a fleeting glance of the Offender and, therefore, was unable to report the Offender’s Sex. The entry should be Unknown (‘U’). |
Race of Offender (39)
Description: Race of Offender is used to indicate the race of an Offender involved in an Incident. Race is defined as persons that share similar physical characteristics. Ethinicity is defined as persons that share similar cultural characteristics.
Data Characteristics: 1 Character Alpha. Must always have a value; use U if Unknown or Offender Sequence Number is ‘000’, don’t leave the field blank.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | If Offender Sequence Number (36) is other than Unknown (‘000’), Race of Offender (DE 39) cannot be blank. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Must be a valid code that is found on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
3 | When Offender Sequence Number (DE 36) is ‘000’ to denote an Unknown Offender, then Race of Offender (DE 39) cannot have a known value. In order for a value to be reported for this Data Element, the Offender Sequence Number (DE 36) should be something other than ‘000’ | 14052 | CANNOT BE PRESENT WHEN OFFENDER NUMBER IS ‘000’ UNKNOWN |
Details:
- Race of an Offender is indicated in this Data Element (39).
Allowed Entries:
Enter only (1) code per Offender Segment (40):
Race of Offender | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Ethnicity of Offender (39A)
Description: Ethnicity of Offender is used to indicate the ethnicity of an Offender involved in an Incident. Race is defined as persons that share similar physical characteristics. Ethinicity is defined as persons that share similar cultural characteristics.
Data Characteristics: 1 Character Alpha. Must always have a value; use U if Unknown or Offender Sequence Number is ‘000’, don’t leave the field blank.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | If entered, must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
Details:
- This Data Element indicates the ethnic origin of the Arrestee.
Allowed Entries
Enter only (1) code per Offense Segment (40):
Ethnicity of Arrestee | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Arrestee Sequence Number (40)
Description: The Arrestee Sequence Number is a Uniquely Identifying Value between 001 and 999 that is used throughout the LIBRS Data Segments to identify which particular Arrestee is being referenced for validation purposes. Each Arrestee Segment (Segment 60) in an Incident should contain a unique Sequence Number. There is no Unknown Value for this Sequence Number like there is for Offender Sequence Number.
Data Characteristics: 3 Character Numeric. Must be front-padded with Zeros to make a three-digit number. EG: 1 would be 001.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | The Arrestee Sequence Number (DE 40) needs to be unique across the Incident. | 16061 | DUPLICATE ARRESTEE SEGMENT |
Details:
- Each Arrestee reported is assigned a UNIQUE Sequence Number from ‘001’ to ‘999’.
Examples:
Example Number | Description |
---|---|
1 | If two persons were arrested in connection with a previously submitted incident, two Arrestee Segments should be submitted: one with Arrestee Sequence Number ‘001’ and the other with ‘002’. |
Arrestee Name (L40)
Description: Arrestee Name is the name of the individual being Arrested in connection with one of the Offenses present in the Incident. This field is purely optional, we do literally no validation on it and it doesn’t go to the FBI for NIBRS Reporting.
Data Characteristics: 20 Character Alpha
Format: [Last Name][Suffix],[First Name][Middle Name]
Suffix includes standard suffixes used to distinguish between generations (for example, Sr, Jr, III, II). Do not include titles (for example, MD, M.E., Ph.D., Esq., etc.)
Requirements:
None
Details:
- If Arrestee’s full name will not fit in the field, then enter as much as possible. DO NOT put periods behind suffix abbreviations or middle initial.
Arrest Number/Local Booking Number for Arrest (41)
Description: Arrest Number/Local Booking Number for Arrest is the unique identifier that the Agency has for the particular Arrest Record in their RMS. This is actually quite an important Data Element, as when we submit changes to NIBRS to arrests this is the value that is used to make modifications.
Data Characteristics: 12 Character Alpha. Cannot be completely blank, and must be unique for every Arrestee across all Incidents (IE: Number cannot be the same in two different Incidents). Cannot contain spaces in between any of the characters in this data element, but leading or trailing spaces are fine.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | When more than one value is present, the same value is not allowed to be repeated. | 12006 | ERROR - DUPLICATE VALUE |
2 | Arrest Number/Local Booking Number for Arrest (DE 41) should not contain any blank spaces between the first and last characters that aren’t spaces. EG: ‘123456789 10’ is not allowed, but ‘12345678910 ‘ is fine. | 16015 | CANNOT HAVE EMBEDDED ‘BLANKS’ BETWEEN FIRST AND LAST NON - BLANK CHARACTERS |
Details:
- This Data Element (41) is a UNIQUE, IDENTIFYING number assigned by an agency to an Arrest Report. It may be the Incident Number of a reported incident relating to the Arrest, or it may be a separate Booking Number.
Arrest Date (42)
Description: Arrest Date is the actual date that an Arrestee was brought into the LEA’s custody. Since Incident Dates and Arrest Dates can be different, if there is a case where an Arrest is made for an Incident that occurred before the Agency’s Base Date (Date where the agency began reporting either LIBRS or UCR data to the State), then the Arrest should not be sent to us.
Data Characteristics: 8 Character Date. Must be included and cannot be Blank or all Zeros.
Format: MMDDYYYY
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | The date supplied for Arrest Date (DE 42) is not valid. Please ensure that the supplied date is in the MMDDYYY Format. Additionally this value cannot be all zeros, it must be a real date. | 11005 | DATE ENTERED MUST BE A VALID CALENDAR DATE |
2 | When Date of Arrest (DE 42) is present, it cannot be earlier than the Incident Date/Hour (DE 3). | 16065 | ARREST DATE CANNOT BE BEFORE THE INCIDENT START DATE |
3 | When Date of Arrest (DE 42) is present, it cannot be later than the Submission Date (DE C3) present in the Header Segment (Segment 00) of the LIBRS Flat File. | 16066 | ARREST DATE CANNOT BE AFTER TAPE SUBMIT DATE MONTH AND YEAR |
4 | All reported Arrests need to occur either during or before the period that is being reported. EG: You cannot report an arrest that occurred on 11/15/2020 on the 10/2020 Flat File. | 16082 | ARREST DATE CANNOT BE AFTER THE REPORTING PERIOD THE SUBMISSION DOCUMENT REPRESENTS |
Details:
- Arrest Date (42) is used to enter the month, day and year when the actual arrest took place.
Type of Arrest (43)
Description: Type of Arrest details how the arrest was initiated by the Officer, and if the individual was brought into custody or not.
Data Characteristics: 1 Character Alpha. This field is required for each Segment 60 present in the Incident.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
Details:
- Type of Arrest (43) indicates the type of apprehension.
Allowed Entries:
Enter only one code per Arrest Segment:
Type of Arrest | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Multiple Arrestee Segment Indicator (44)
Description: The Multiple Arrestee Indicator is used to Identify if arresting an Offender for One Incident has cleared another Incident by arrest. In cases where an individual that is arrested is a suspect in more than one Incident, the Multiple Arrestee Indicator allows the agency to denote that one or more Incidents involving the Offender have been cleared by an Arrest, however the individual was not arrested multiple times.
For instance, if an Suspect already has a warrant out for their arrest, and they are then arrested for another Offense in a different Incident, the Incident that caused the warrant to be issued is now cleared by arrest, as well. However, the Suspect was only arrested one time. So the Multiple Arrestee Indicator allows the Agency to specify that both incidents have been cleared, but only one arrest was made.
Data Characteristics: 1 Character Alpha. Required for Each Segment 60 (Arrest Segment) that is present in the Incident.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | When Arrestee Segments (Segments 60, 61, and 62) are present, this Data Element is a mandatory field. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
Details:
- Multiple Arrestee Segment Indicator (44) ensures that an Arrestee is counted (scored) only once when the Arrestee’s apprehension causes the Arresting Agency to submit two or more Arrestee Segments (60) concerning separate Incident Reports. That is, the Arrestee was involved in more than one crime incident and his/her arrest data are duplicated in each Incident Report.`
- In such a situation, Count Arrestee (“C”) is to be entered into one of the Arrestee Segments (60), and Multiple (M) is to be entered into all of the remaining Arrestee Segments (60).
- If the Arrestee’s apprehension DOES NOT cause the Arresting Agency to submit multiple Arrestee Segments (60), enter Not Applicable (“N”).
- Count Arrestee (“C”) and Multiple (“M”) codes are to be used in this Data Element (44) ONLYwhen the same agency submits two or more Arrestee Segments (for different incidents) relating to the same Arrestee.
Allowed Entries:
Enter only one (1) code per Arrestee Segment:
Multiple Arrestee Segment Indicator | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | After a suspect’s apprehension for robbery, it was learned that he was also responsible for five additional robberies within the jurisdiction.
|
2 | If the suspect’s arrest did not clear additional incidents, the entry should be Not Applicable (“N”). |
Louisiana Revised Statute Number of Arrest (45)
Description: The LRS Number of Arrest is the Statute in which the Offender was Arrested For. It needs to match one of the Statutes that are present in the Offense Segments (Segment 20). NIBRS Doesn’t have this restriction, and allows you to submit an Arrest for an Offense not related to the Incident, but LIBRS does not have this leniency.
Data Characteristics: 12 Character Alpha. Cannot be left blank and can only contain one (1) Hyphen (-).
Format: TT:SSSS.S/P-I
Louisiana Revised Statute Format | |
---|---|
TT | Title |
SSSS.S | Section |
PPP/I | Subpart, or Subpart with Qualifier, or Qualifier, or Juvenile Qualifier, and An Inchoate Modifier, if applicable, would be indicated by a dash with a data value behind the LRS Code that defines the offense.** |
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Must be a valid code on Master LIBRS/LRS Code Table. Check the Master LRS List for available codes to use. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | An Incident cannot have any Arrests when there is only one Offense Segment (Segment 20) present, and it has an Offense Code of 09C (Justifiable Homicide). A Justifiable Homicide never involves an arrest of the Offender (The person who committed the Justifiable Homicide). | 16069 | NO ARRESTEE RECORDS ALLOWED FOR A JUSTIFIABLE HOMICIDE |
Details:
- This Data Element records the Louisiana Revised Statute that the Arrestee was charged with.
- The structure of a Louisiana Revised Statute (LRS) is: Title (TT), followed by a colon, then a Section Number (SSSS.S), followed by optional Subparts, Qualifiers and Modifiers. Section and Subpart/Subpart with Qualifier/Qualifier/Juvenile Qualifier/Inchoate Modifier, should NOT be preceded by spaces or zeroes.
- If there are no places after the decimal, then both the place after the decimal and the decimal point should be omitted.
- For example, the LRS for Murder is 14:30 – two spaces for the Title (14), a colon, two spaces for the Section (30) before the decimal, not four spaces - 14:GG30 - and dropping the space after the decimal.
- The field should be LEFT JUSTIFIED WITH NO INCLUDED SPACES. Spaces are interpreted as the End-of-Data in this data element.
- If there are no places after the decimal, then both the place after the decimal and the decimal point should be omitted.
- Subparts, Qualifiers, etc. are sometimes included for more specificity regarding those LRS codes requiring these identifiers. These parts of the field can be expanded or contracted as necessary to fill in the data.
- All local ordinances must be reported with the appropriate state statute as the base offense, with any Subparts, Qualifiers, etc. added when applicable.
- When a parish statute does not correspond to a state LRS, the parish statute must be reported with a “P:” for the title and the parish statute following the colon.
- If a city ordinance does not correspond to a state LRS, it must be reported by the police department with a “C:” substituted for the title portion of the data field, and the city ordinance following the colon.
- When it is a Sheriff’s Office, or any other law enforcement agency who has jurisdiction in more than one city, reporting the city ordinance, it should be reported with a “C#:” substituted for the title portion of the data field, and the city ordinance following the colon, where the “#” is replaced with a unique number for each city as decided by the agency and agreed upon by the state.
Agency Supplied NIBRS Code For Arrest (N45)
Description: The Agency Supplied NIBRS Code For Arrest is the NIBRS Code with which the Agency would like to submit to the FBI as the Offense for the Arrest.
This Data Element was created before NIBRS Codes were mandatory, and we’ve since written code to use the NIBRS Code that’s supplied in the Offense Segment if it’s missing. However we would encourage you to include it as an extra measure to make certain the Arrest is being reported as desired.
Data Characteristics: 3 Character AlphaNumeric. Optional. If Inlcuded must be a NIBRS Code that’s a Valid Mapping for the LRS Code for Arrest (DE 45). Refer to the Master LRS List for more details.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | The LRS Code that you have submitted doesn’t have a mapping to a NIBRS Code in our system. Please use a valid NIBRS Mapping for this LRS Code, and if you think the LRS Code you submitted should be valid let us know and we’ll see if we can add it in. This Error also triggers when Louisiana Revised Statute Number of Arrest (DE 45) is left blank. |
90017 | UNKNOWN LRS-TO-NIBRS - OFFENSE WILL BE VALIDATED ON NIBRS CODE ONLY |
Arrest Connection to Offense (L45)
Description: Arrest Connected to Offense is how an Arrestee gets linked to the Offense they were arrested for. It isn’t just the Sequence Number. This Data Element allows you to link an Offense from Other Incidents, as well, to the Arrest performed in this one. Because of that the Incident Number in which the Offense was reported also needs to be included.
The format is simply the Offense Sequence Number (DE ) followed by the Incident Number (DE 3) that contains the Offense the Offender is being arrested for. EG If it’s Offense Sequence Number 2, and the Incident Number is 20-000100-01, then this value would be ‘00220-000100-01’
Data Characteristics: 15 Character Alpha
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | When Arrestee Segments (Segments 60, 61, and 62) are present, this Data Element is a mandatory field. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | While this Data Element is optional, if it is included, Arrest Connection to Offense (DE L45) should be 15 characters long, and combine a valid Offense Sequence Number and Incident Number together. EG: If an Offender is Arrested for Offense Sequence Number 001 from Incident Number 20-000001-01, the DE L45 should be ‘00120-000001-01’. | 90043 | THIS DATA ELEMENT IS OPTIONAL, HOWEVER IF PROVIDED DE L45 IS 15 CHARACTER STRING THAT COMBINES A VALID OFFENSE SEQUENCE NUMBER AND INCIDENT NUMBER |
MUST be a valid Offense Sequence Number (L6). The Offense Segment (20) referred to by this Data Element (L45) MUST exist.
Details:
- Arrest Connection to Offense (L45) relates an Arrest with the Offense giving rise to the Arrest. Indirectly, it also relates an Offender to his Victim. All Offenses should be included if a charge was added for the particular Offense, even those from different previous incidents.
- The first three characters are the Offense Sequence Number (L6) of the Offense (6).
- The next twelve characters are the Incident Number (2) of the Offense.
- If Multiple Arrestee Segment Indicator (44) is anything except Not Applicable (“N”) then this field will be connecting an Arrest to Offenses in two or more separate incidents.
- The Incident Number (2) is appended to distinguish between Offense 001 in this incident and Offense 001 in a different incident.
- The combined Offense Sequence Number (L6) and the Incident Number (2) add together to give a unique identifier (15 characters) indicating which Offense gave rise to the Arrest.
- The Incident Number (2) can be omitted if Multiple Arrestee Segment Indicator (44) is Not Applicable (“N”), because all Offenses will be in the same incident. And therefore, the Incident Number (2) can be assumed to be that of the incident with which the Arrestee Segment (60) was submitted.
Arrestee was Armed With [At Time of Arrest] (46)
Description: Arrestee was Armed With is used to report what, if anything, an Arrestee had on their person that was a Weapon whenever they were brought into custody. This Data Element is not as descriptive as Weapon/Type of Force Used (DE 13), but that’s because it’s limited to items that the Arrestee was in possession of.
Please Note: Only one of each weapon type is currently reportable for each Arrestee. For instance, if an Arrestee had two Handguns on them at the time of Arrest, you should only list it once. Listing it twice will cause an error for Duplicate Values to be thrown. In the future we plan to add the ability to list the quantity of weapons found on the Arrestee, but at this time we can only allow a single one of each type to be reported.
Data Characteristics: 3 Character Alpha. Can’t be blank, must have a selection. Third Character is reserved for the ‘A - Automatic’ designation, which is only to be used with Firearms. Otherwise, the third character is to be a Blank Space (G).
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | When Arrestee Segments (Segments 60, 61, and 62) are present, this Data Element is a mandatory field. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
3 | Only the following values are allowed to use the ‘A - Automatic Weapon’ indicator in Type of Weapon/Force Involved (DE 13): | 12058 | WEAPON TYPE MUST = 11, 12, 13, 14, OR 15 FOR AN ‘A’ IN THE AUTO INDICATOR |
Details:
- If the Arrestee was in possession of a toy or play weapon this would be reported as being Unarmed (“01”).
- Arrestee was Armed With (46) indicates if the Arrestee was armed with a commonly known weapon at the time of his/her apprehension.
- If the weapon was an “automatic” firearm, an Automatic (‘A’) designation is added as a suffix code, (for example, Rifle Automatic (‘13A’).
- An “Automatic Firearm” is defined as any firearm that shoots, or is designed to shoot, more than one shot at a time by a single pull of the trigger without manual reloading.
Allowed Entries:
Enter only one of the following codes:
Arrestee was Armed With | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | When a man was arrested, he had in his possession a .357-Magnum handgun and a penknife. The entry should be Handgun (‘12’). Because a small pocket knife is not generally considered to be a ‘weapon’, it does not qualify for reporting to LIBRS. |
2 | A female resisted arrest using a liquor bottle and a chair as a weapon before being subdued. The entry for LIBRS should be Unarmed (‘01’). Although the subject used items as weapons, they were not commonly known weapons. |
Age of Arrestee [At Time of Arrest] (47)
Description: Age of Arrestee is the age the Arrestee was on the Date of their Arrest. Ages can be appended with an ‘E’ to represent an Estimated Age of the Arrestee if that actual Age is not known, otherwise the third character should remain a Blank Space.
Data Characteristics: 3 Digits Alpha/Numeric. Cannot be Blank and must always have a value. Use ‘00’ if Age is Unknown.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | When Arrestee Segments (Segments 60, 61, and 62) are present, this Data Element is a mandatory field. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | For Exact Ages the first two characters in Age of Arrestee (DE 47) need to be a two digit number (front-padded with a zero if less than 10 - EG: 07, 09), with the third character as a Blank Space (G). | 14008 | EXACT AGE MUST BE IN FIRST TWO POSITIONS |
3 | For Estimated Ages the first two characters in Age of Arrestee (DE 47) need to be a two digit number (front-padded with a zero if less than 10 - EG: 07, 09), with the third character as an ‘E’ to represent the estimation. | 14009 | ESTIMATED AGE MUST BE 2 NUMERIC DIGITS, AND HAVE A TRAILING ‘E’ |
4 | Age of Arrest (DE 47) is only to use the Estimated Age Modifier ‘E’ if the Age is actually being Estimated. ‘00’ for an Unknown Age is not an estimate, and therefore not a valid input. | 14022 | ESTIMATED AGE CANNOT BE ‘00’ UNKNOWN AND HAVE A TRAILING ‘E’ |
5 | When Age of Arrestee (DE 47) is an exact value (IE Not Estimated), then it must contain numeric entry of 00-99. | 16064 | ARRESTEE AGE MUST BE NUMERIC DIGITS |
6 | When Juvenile Qualifiers are used, Age of Arrestee (DE 47) must be ‘01’ thru ‘16’ (this includes 16) for the following Juvenile Qualifiers:
|
22100 | AGE MUST BE ‘01’ - ‘16’ FOR JUVENILE OFFENSES |
Details:
- Age of the Arrestee (47) can be entered either as an exact number of years, an estimated age, or as unknown.
- Note: Age at time of Arrest.
- Note: (00) Unknown CANNOT have ‘E’ with this data value
- Note: When Arrestee’s Age is not known, estimate the Arrestee’s Age and append an ‘E’ (Estimated).
Allowed Entries
Enter only one code per Arrest Segment (60):
Age of Arrestee | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | An Arrestee refused to give his Date of Birth, but he appeared to be 35 to 40 years old. Possible entries would be Unknown (‘00’) or an estimated 37 years old (‘37E’). Use the latter when possible. |
Date of Birth of Arrestee (L47)
Description: DOB of Arrestee is not a required field, but if the Date of Birth is known then it can be entered here in the MMDDYYYY Format. If this field has a value, then it’s required that the Age of Arrestee have an Exact, not Estimated Value.
Data Characteristics: Data Characteristics: 8 Character Date. Optional, if not entered should be all Blank Spaces (Not Zeros).
Format: MMDDYYYY
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | The date supplied for Date of Birth of Arrestaee (DE L47) is not valid. Please ensure that the supplied date is in the MMDDYYY Format. Additionally this value cannot be all zeros, it must be a real date. | 11005 | DATE ENTERED MUST BE A VALID CALENDAR DATE |
2 | Age of Arrestee (DE 47) cannot be Unknown if Date of Birth of Arrestee (DE L47) is Known. | 22105 | AGE CANNOT BE UNKNOWN IF DATE OF BIRTH IS KNOWN |
Details:
- If Date of Birth of the Arrestee is Known, it should be entered into this Data Element.
Sex of Arrestee (48)
Description: The Sex of the Arrestee.
Data Characteristics: 1 Character Alpha. Must always have a value.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | When Arrestee Segments (Segments 60, 61, and 62) are present, this Data Element is a mandatory field. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
Details:
- This Data Element (48) indicates the sex of the Arrestee.
Allowed Entries
Enter only (1) code per Arrest Segment:
Age of Arrestee | ||||||
---|---|---|---|---|---|---|
|
Race of Arrestee (49)
Description: Race of Arrestee is used to indicate the race of the Arrestee. Race is defined as persons that share similar physical characteristics. Ethinicity is defined as persons that share similar cultural characteristics.
Data Characteristics: 1 Character Alpha. Must always have a value; use U if Unknown, don’t leave the field blank.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | When Arrestee Segments (Segments 60, 61, and 62) are present, this Data Element is a mandatory field. | 10001 | MUST BE PRESENT–MANDATORY FIELD |
2 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
Details:
- Notes: Race of Arrestee (49) is indicated by this Data Element.
Allowed Entries
Enter only (1) code per Arrest Segment (60):
Race of Arrestee | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Ethnicity of Arrestee (50)
Description: Ethnicity of Arrestee is used to indicate the Ethnicity of the Arrestee. Race is defined as persons that share similar physical characteristics. Ethinicity is defined as persons that share similar cultural characteristics.
Data Characteristics: 1 Character Alpha. Optional Value, but if supplied must conform to the List of Available Values.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | If entered, must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
Details:
- This Data Element indicates the ethnic origin of the Arrestee.
Allowed Entries
Enter only (1) code per Arrest Segment (60):
Ethnicity of Arrestee | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Resident Status of Arrestee (51)
Description: Resident Status of Arrestee is used to indicate whether or not the Arrestee is a resident of the justidiction of the Arresting Agency. It is not meant to indicate whether or not the Arrestee is a US Citizen or Permanent Resident.
Data Characteristics: 1 Character Alpha. Optional Value, but if supplied must conform to the List of Available Values.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | If entered, must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
Details:
- The Arrestee’s Residency Status, whether Resident (‘R’) or Nonresident (‘N’), is entered into this Data Element.
- A ‘Resident’ is a person who maintains his/her permanent home for legal purposes in the locality (i.e., town, city, or community) where the crime took place.
Allowed Entries
Enter only (1) code per Arrest Segment (60):
Resident Status of Arrestee | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Disposition of Arrestee Under 18 (52)
Description: Disposition of Arrestee Under 18 is a mandatory field for ANY Arrestee that is 17 AND Younger (Under 18, not including 18).
Data Characteristics: 1 Character Alpha. Required for Arrestees 17 and Younger. Should be left Blank for Arrestees that are 18 and older.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must conform to a value on the List of Available Data Element Values. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | If Age of Arrestee (DE 47) is under 18 (17 and younger), then Disposition of Arrestee Under 18 (DE 52) must be entered. The Federal UCR program considers juveniles as under 18 years of age regardless of state law. The LIBRS program will stay aligned with the FBI even though the Juvenile Age definition has changed. If the arrestee is 17 and considered an adult in Louisiana after April 19, 2024, please use A – Referred to Criminal or Adult Court. |
16052 | DISPOSITION MUST BE ENTERED WHEN AGE IS 17 AND YOUNGER |
3 | If Age of Arrestee (DE 47) is 18 or older, then Disposition of Arrestee Under 18 (DE 52) should not be entered. | 16053 | FOR AGE 18 AND OLDER DISPOSITION SHOULD NOT BE ENTERED |
Details:
Disposition of Arrestee Under 18 is a mandatory field for ANY Arrestee that is 17 years of age and younger. The Federal UCR program considers juveniles as under 18 years of age regardless of state law. The LIBRS program will stay aligned with the FBI and collect this field for arrestees 17 and younger. The Louisiana Juvenile Age definition has changed over the years to the following:
- Prior to March 1, 2019, the Juvenile age is 16 and younger.
- March 1, 2019 – April 18, 2024, the juvenile age is 17 and younger.
- After April 19, 2024, the Juvenile age is 16 and younger.
After April 9, 2024 LIBRS will expect the 17 years old arrestees to have this data element and will reject the incident if this field is not provided.
Allowed Entries
Enter only (1) code per Arrest Segment (60):
Disposition of Arrestee Under 18 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Examples:
Example Number | Description |
---|---|
1 | The Arrestee, age 13, was apprehended for vandalizing a school, then released to his parents with a warning. The entry should be Handled Within the Department and Released (‘D’). |
2 | The Arrestee, age 16, was arrested for rape, and turned over to the Adult Court to be tried as an adult. The entry would be Referred to Criminal or Adult Court (‘A’). |
Location of Incident (Geographical Coordinates) (L53)
Description: Location of Incident is a purely Optional field that contains the Longitude and LAtitude of and Incident’s Location. It is used for more advanced Analytics purposes, but at this time is not required and can be left blank.
Data Characteristics: 12 Character Numeric.
Format: DDMMSSDDMMSS
First Six (6) Characters in Longitude | First Six (6) Characters in Latitude | |||
---|---|---|---|---|
DD | Degress | DD | Degress | |
MM | Minutes | MM | Minutes | |
SS | Seconds | SS | Seconds |
Requirements:
None. Value is taken on faith; we have no way to validate it.
Details:
- Location of Incident (52) reports the geographical location of the incident. This field is not required and should be left blank if the agency does not track incidents with the use of geographical coordinates.
- Optional: This field is not validated nor submitted to the FBI.
Allowed Entries
Not required for LIBRS Releases 1.0/1.1. or 2.0, unless agency uses geographical coordinates to track incidents. Entry should either be valid geographical coordinates, or Blank (G). If agencies submit zeroes, program will produce errors because zeroes are numeric.
Station/Division/Precinct Identifier (L54)
Description: Station/Division/Precinct Identifier is a short code to identify which Precinct the Incident Report is coming from. It is not required, but may be useful for Analytics for the Agency down the line. At this time it is not being valudated or used, only stored.
Data Characteristics: 6 Character Alpha. Optional with no restrictions on Alpha/Numeric Characters, Spaces, or Hyphens.
Requirements:
None. Value is taken on faith; we have no way to validate it. It can be used for an Agency to perform Analytics on their Incident reports, though, so if it’s included it’s recommended to be consistent for each Precinct.
Details:
- This field is optional and is for the reporting agency’s use in locating incidents.
Arrest Transaction Number (ATN) for Louisiana (L55)
Description: ATN for Louisiana is the Unique Identifier of an Arrestee in AIFIS.
Data Characteristics: 15 Character Alpha/Numeric
Requirements:
MUST be present if fingerprints are submitted to the Bureau of Identification of the Louisiana State Police.
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Arrest Transaction Number (DE L55) may only contain [A - Z], [0 - 9], ‘-‘, and ‘ ‘ (Spaces). | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
Details:
- Arrest Transaction Number (L55) is generated by the live scan when fingerprinting an Arrestee or is a pre-assigned number generated and assigned at the time of the fingerprinting. This ATN number is defined as:
- Characters 1-4 4th, 5th, 6th, and 7th characters of the ORI number of the agency that made the arrest, or where the live scan device is housed.
- Character 5 live scan device number assigned to the device being used to generate this Arrestee’s fingerprints.
- Characters 6-7 indicates the year this Arrestee’s fingerprints are being scanned into this device.
- Characters 8-12 Arrest Sequence Number for this arrest event. This is a number counter that sequentially assigns a number to each arrest event
- Characters 13-15 indicates the number of charges being assigned to this Arrestee at the time these fingerprints are being scanned. For instance, if an Arrestee is being charged with five counts of Aggravated Battery for this arrest, the numbers generated would be “001” through “005.”
- The Arrest Transaction Number (L55) is used to facilitate crime analysis. Arrest Transaction Number (L55) is the number assigned when an Arrestee is fingerprinted on the Automatic Finger Print Information System (AFIS). This data element can be sent on every Arrestee, but is only mandated if the Louisiana Revised Statute is a felony arrest or charges required fingerprints.
Inchoates (70)
Description: The Inchoate Modifier is to be added to the end of the LRS Code (DE 6) present in Offense and Arrestee Offense Segments (Segments 20 and 41). It’s used to add context to the charges laid against an Offender. EG: Hiring a person to commit a murder should be charged with Attempted Murder, however the Addition of the Inchoate Modifier of ‘-I’ for ‘Inciting a Felony’ gives us extra context about exactly what happened.
If you don’t have an Inchoate Modifier to add, leave this Data Element Blank. If present, the Inchoate Modifier should appear in either/both the Offense and Arrestee Statute Segments (as appropriate).
Data Characteristics: 2 Character Alpha, Fist Character is “-“
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Inchoate Modifiers have a limited number of options that can be chosen from. Please refer to the List of Available Data Element Values. | 22085 | VALID CHOICES FOR INCHOATE MODIFIER ARE ‘-A’, ‘-C’, ‘-I’, ‘-S’, OR ‘-H’ |
Control Data Elements
Segment Descriptor (C1)
Description: The Segment Deescriptor is what tells LIBRS what data to expect in each line of the Flat File. It absolutely MUST be included in each line.
Data Characteristics: 2 Character Numeric. First two characters of each line in a LIBRS Flat File.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Unrecognized Segment Descriptor. Please verify that the Segment Markers in the Flat File conform to the LIBRS Specifications. | 10051 | INVALID RECORD SEGMENT ON TAPE |
2 | Segment Descriptor (DE C1) is a mandatory Data Element, and cannot be left blank. It should be included in every segment of the Flat File to denote the context of the data present in that line. | 20001 | MUST BE PRESENT–MANDATORY FIELD |
Details:
- This two-digit identifier is used by LIBRS to determine the type of segment being processed.
Allowed Entries for Data Element C1:
Value | Segment Descriptors | Value | Segment Descriptors |
---|---|---|---|
00 | Submission Header | 41 | Offender Using |
01 | Zero Records | 50 | Victim |
10 | Administration | 51 | Victim Injury |
11 | Administration Modification | 52 | Victim/Offender Relation |
20 | Offense | 60 | Arrestee |
30 | Property | 61 | Arrestee Armed |
31 | Property Description | 62 | Arrestee Statute |
32 | Property Modification | 63 | Arrestee Modification |
33 | Property/Offense | 99 | Submission Trailer |
40 | Offender |
Submitting Agency (C2)
Description: The Submitting Agency is the Name of the Agency (EG: East Baton Rouge Parish Sheriff’s Office rather than EBRSO) that is Submitting the LIBRS Flat File. It’s not Validated, but is useful for back-end purposes to keep consistent.
Data Characteristics: 20 Character Alpha. Only used in Header Segment (Segment 00)
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | This error is thrown when a LIBRS Flat File is submitted to the Full Application (not the Validator Website) and we have not been made aware of the Agency’s desire to begin submitting LIBRS Data. If you get this error, please contact us and let us know your ORI Number and contact details so we can enable your Agency for Testing mode. | 20010 | MUST BE A VALID AGENCY |
Details:
- The name of the Submitting Agency is spelled out, and often abbreviated. This data field is found in the Header Segment, which is the first segment in all data submission files.
Submission Date (C3)
Description: Submission Date is the MMDDYYYY Format Date that the LIBRS Flat File was generated. Ideally it’s the same day that it was Submitted to LIBRS, but we use it as a way to keep which files came in when to figure out which one to trust.
Data Characteristics: 8 Character Date. Only used in Header Segment (Segment 00)
Format: MMDDYYYY
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | The date supplied for the Submission Date (DE C3) is not valid. Please ensure that the supplied date is in the MMDDYYY Format. | 11005 | DATE ENTERED MUST BE A VALID CALENDAR DATE |
2 | Submission Date (DE C3) is a mandatory Data Element, and cannot be left blank. | 20001 | MUST BE PRESENT–MANDATORY FIELD |
Details:
- This data element provides LIBRS with the date that this data submission file was generated for submission.
Reporting Period (C4)
Description: Reporting Period is the MMYYYY Format Date of the LIBRS Reporting Period (Month) that the Flat File represents. It is used to test for Out of Sequence Errors, so it’s very important to keep straight as submissions move forward.
Data Characteristics: 6 Character Date. Only used in Header Segment (Segment 00)
Format: MMYYYY
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Reporting Period (DE C4) is a mandatory Data Element, and cannot be left blank. | 20001 | MUST BE PRESENT–MANDATORY FIELD |
3 | Reporting Period (DE C4) cannot be In or After the Date of Submission (DE C3). EG: If today’s date is 06/01/2020, then you cannot report and Reporting Periods of 062020 or later because those months have not occured or completed yet. | 20026 | REPORTING PERIOD CANNOT EXCEED THE DATE OF SUBMISSION |
Details:
- Reporting Period identifies the month and year that the Incident-Based data in a data submission file is being reported. All data in the data submission does not have to correspond to this date (i.e., Modifications and Time-Window Submissions will be from preceding months).
Action Type (C5)
Description: Action Type designates what LIBRS should do with the Line of data that it’s about to read. For modern implementations we would recommend only using ‘I - Insert’ and ‘D - Delete’, however in order to maintain support for older systems, we do still allow all Five (5) Action Types to be submitted.
The Types Available are:
- I - Insert
- By far the most common Action Type you will use.
- Used to tell us that the data you’re sending us is new and we need to save it in the database.
- Available for use on all Segments except for Header and Footer (Those don’t have an Action Type).
- D - Delete
- The next most common Action type used.
- Used to tell us that we need to delete an Incident from the Database.
- Is only used with Segment 10. Do delete an Incident you just send us the Segment 10 of the Incident, but change the I to a D in the third Character.
- W - Time Window Submission (Legacy)
- Used to submit data to the FBI for Incidents that occurred before the Agency’s Base Date
- Really uncommon to be used.
- A - Add Arrest (Legacy)
- You can use this to add an Arrest to an already reported Incident.
- We would recommend just passing us a Delete and then resubmitting the whole Incident as an Insert, though. It’s less code for everyone to manage.
- M - Arrest Modification (Legacy)
- This can be used to change details about an Arrestee that’s already been submitted to LIBRS.
- Again, we recommend not using this in favor of deleting the Incident and re-inserting it.
Data Characteristics: 1 Character Alpha. Used on every segment in the Flat File Except for the Header and Footer Segments.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | If a LIBRS Flat File contains the duplicate Arrestee Sequence Numbers (DE 40) for the same Incident Number (DE 2), the at least one of the Action Types of the the Arrestee Segments associated with the Sequence Number must have an Action Type (DE C5) or ‘D - Delete’. | 16161 | ARRESTEE SEQUENCE NUMBER (DE 40) CANNOT REPEAT FOR THE SAME INCIDENT NUMBER (DE 2) THE FLAT FILE UNLESS THERE IS AN ACTION TYPE OF DELETE |
2 | Action Type (DE C5) is a mandatory Data Element, and cannot be left blank. It should be included in every Segment of the Flat File aside from the Header Segment (Segment 00) and Footer Segment (Segment 99) | 20001 | MUST BE PRESENT–MANDATORY FIELD |
2 | The Action Type Specified in Segments 20, 40, 41, and 50 need to match the Action Type in Segment 10. | 90042 | VALUE MUST MATCH THE VALUE SUPPLIED IN ADMINISTRATIVE SEGMENT (SEGMENT 10) |
Details:
- Action Type (C5) informs LIBRS of the type of action that LIBRS and NIBRS are required to take with incident data contained by the segment.
Allowed Entries for Data Element C5:
Action Type | Action Performed by LIBRS/NIBRS |
---|---|
I | Incident Report Incident Reports submitted with an Action Type of “I” are new incidents that are being reported to the LIBRS/NIBRS databases for the first time) |
A | Add Arrest Action Type “A” submissions are used to add an arrest to an incident that has previously been reported with an Action Type of “I”. Action Type “A” can only be used if incident has already been submitted and there are no changes in other segments of the incident, that is, the agency is simply adding an arrest segment to the already submitted incident |
M | Modify Action Type “M” segments are used for Time-Window Submission correction for an Exceptional Clearance, Recovered Property or Arrests). It can alsobe used to modify exceptional clearance indicator and/or exceptional clearance date when incident has already been submitted. |
D | Delete Action Type “D” segments are used to delete previously submitted incidents. It is often used when updates or changes are reported to a previously submitted incident. An Action Type “D” segment will delete all existing incident data, allowing the reporting agency to re-submit the incident containing the updated information |
W | Time-Window Submission Action Type “W” is used only when reporting an incident that occurred prior to the reporting agency’s “base date” as defined in the Guidelines. An agency’s base date is usually the date when the agency first started reporting incident-based data to LIBRS/NIBRS. The Time-Window Submission can report one of the following: - Exceptional Clearance - Exceptional Clearance Date - Recovered Property - An Arrest |
Clearance Indicator (C6)
For Time Window Submissions, ONLY
Description: Clearance Indication is a Y/N Value that’s used exclusively in Time Window Submissions to state whether or not the Incident has been cleared by an Arrest or not.
Data Characteristics: 1 Character Alpha.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Supplied Value not recognized. Must be either ‘Y’ or ‘N’ for Yes or No. | 11004 | INVALID DATA VALUE–NOT ON LIBRS VALIDATION TABLE |
2 | Clearance Indicator (DE C6) must be Blank (G) when Action Type is not ‘W’ (Time-Window). | 16058 | MUST BE BLANK WHEN ACTION TYPE IS NOT ‘W’ (WINDOW) |
3 | If Action Type (DE C5) is ‘W’ (Time-Window), then Clearance Indicator (DE C6) cannot be left blank. | 20001 | MUST BE PRESENT–MANDATORY FIELD |
Details:
- Clearance Indicator (C6) is used in the Arrestee Segment (60) to indicate whether this arrest produced a clearance, or is an additional arrest on a previously cleared incident that is outside the agency’s base date.
Allowed Entries for Data Element C6:
Clearance Indicator | |
---|---|
Y | Yes - Submit “Y”, if this is the first Arrestee Segment (60) submitted for an Incident. By submitting a “Y”, the Arrest clears an Incident that happened prior to the date the agency began submitting Incident-Based Data to the LIBRS/NIBRS system (that is, a Time-Window case that is not on the LIBRS/NIBRS database). |
N | No - Submit ‘N’, if a previous Arrest Segment (60) was already submitted for an Incident. (That is, the case has already been cleared for an Incident that occurred since the agency’s base data, and is in the LIBRS/NIBRS database). |
Number of Segments Transferred (C7)
Description: Number of Segments Transferred is quite literally the number of lines that are present in a LIBRS Flat File, including the Header and the Footer Segments. Effectively it is just the line number of the Footer Segment.
Data Characteristics: 6 Character Numeric, Front-Padded with zeros (EG: 525 should be 000525).. Only used in Footer Segment (Segment 99)
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | Number of Segments Transferred (DE C7) is a mandatory Data Element, and cannot be left blank. It should appear one time in the Footer Segment (Segment 99) | 20001 | MUST BE PRESENT–MANDATORY FIELD |
3 | DE C7 must be equal to the total number of segments within the data submission file | 20031 | MUST BE EQUAL TO THE TOTAL NUMBER OF SEGMENTS WRITTEN TO THE TAPE. |
Details:
- This field provides LIBRS with a count of segments submitted by the agency within the data submission file, including the header and trailer segments. This number is used as part of the data submission validation process.
Allowed Entries: Any integer greater than or equal to 000003.
End of Segment Marker (C8)
Description: The End of Segment Marker us used to tell LIBRS where the data in a line ends, and if anything else is in the line to ignore it. It is an older data element that was brought forward for backwards compatibilty, however it is important that it is placed in the correct location and is the correct characters (‘ZZ’).
Data Characteristics: 2 Character Alpha. Only in every Segment.
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
1 | End of Segment Marker (DE C8) is a mandatory Data Element, and cannot be left blank. It should be used in every segment of the LIBRS Flat File to denote the end of the line. Note: All lines should still be 150 characters long. Any different in length between the position of the End of Segment Marker (DE C8) and 150 characters should be filled with Blank Spaces (G). |
20001 | MUST BE PRESENT–MANDATORY FIELD |
2 | End of Segment Marker (DE C8) is required for all segments, and must be ‘ZZ’. The End of Segment Marker does not mark the end of the line, but rather the end of the Segment, so each line should still be filled to the full 150 characters with Blank Spaces (G) after the End of Segment Marker is present. | 20029 | END OF SEGMENT MARKER, MUST BE EQUAL TO ‘ZZ’ |
Details:
This field is used to provide LIBRS with a way to determine where an end of record occurs. In the event of an error in record length this will allow the LIBRS system to find the start of the next record and possibly recover from the error. The “End of Segment” marker is the same for all segments, two capitol Z’s.
Allowed Entries: “ZZ” only.
Padding (C9)
Description: Padding is used to fill out unused area in a LIBRS Flat File to keep consistent formatting across each Segment.
Data Characteristics: Character Alpha/Numeric. Used in every Segment.
Requirements:
Requirement | Requirement Description |
---|---|
1 | Must be Blank (G) if fixed length records are submitted. MUST be one newline character (ASCII 13; CR, LF, or CRLF) if variable length records are submitted. |
2 | If Fixed-Length records are used, add padding from the End of Segment Marker (C8) to exactly column 150. |
3 | Segment 00 MUST have both Padding to column 150 and a new line charachter (ASCII 13; CR, LF, or CRLF) |
Details:
- This field is used to pad unused fields for systems that are unable to write variable length records. This padding will lengthen all segments to 150 characters. Previously there may have been some confusion about whether to use a New Line Character after the Segment End Marker - this is incorrect. Please Pad all Segments to 150 Characters long.
Allowed Entries: Blank spaces or the newline character (ASCII 13).
Software ID (C10)
Description: Software ID is used to tell LIBRS the RMS Software that was used to generate the LIBRS Flat File. This is useful because if we find an error that’s being caused by something invalid in the Flat File it allows us to track down the Vendor/Agencies that are affected and help get the issue resolved.
Data Characteristics: 5 Characters Alpha/Numeric. Only used in Header Segment (Segment 00)
Requirements:
Requirement | Requirement Description |
---|---|
1 | Contains Identification of software used to generate the LIBRS data submission |
Software Version (C11)
Description: Software Version is used to tell LIBRS the Version RMS Software that was used to generate the LIBRS Flat File. This is useful because if we find an error that’s being caused by something invalid in the Flat File it allows us to track down the Vendor/Agencies that are affected and help get the issue resolved.
Data Characteristics: 10 Characters Alpha/Numeric. Only used in Header Segment (Segment 00)
Requirements:
Requirement | Requirement Description |
---|---|
1 | Contains Version of software used to generate the LIBRS data submission |
LIBRS Spec Indicator (C12)
Description: As of 2019, the LIBRS Spec must be present in the Header Segment, and it must be equal to ‘2.5’
Data Characteristics: 3 Characters Alpha/Numeric. Only used in Header Segment (Segment 00)
Requirements:
Requirement | Requirement Description |
---|---|
1 | Indicates the LIBRS Spec is to be used by WinLIBRS when validating a data submission |
LIBRS/NIBRS Mandatories
Error Messages
Structure for Numbering of Mandatory Error Messages
1st Character | 2nd Character | 3rd Character | 4th and 5th Characters |
---|---|---|---|
8 | 1 | 0 | 00: Overall Data Element Edits all Sections (Except Section 4) |
Denotes Mandatory Error Message | Section with Mandatory | Error Message Number within Section | 01 - 21 Data Elemeber Specific Edits Within Section 4 |
Section (1) Error Message for: Initial Incident Reports
Each incident MUST have the following data elements, or the ENTIRE incident will be REJECTED:
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | Incident missing a mandatory data element required for all incident submissions. | 81000 | |
1 | Exceptional Clearance Date (5) is required if this incident has any code, except None (N), in Cleared Exceptionally (4). | 81100 | EXCEPTIONAL CLEARANCE DATE IS REQUIRED IF THIS INCIDENT HAS ANY CODE EXCEP T ‘N’ IN DE 4 ‘ |
2 | When Type of Victim (25) is Individual (I) or Law Enforcement (L) the following data element(s) MUST have a valid code. | 81200 | WHEN TYPE OF VICTIM(DE 25) IS ‘I’ OR ‘L’ THE FOLLOWING DATA ELEMENT(S) MUST HAVE A VALID CODE |
3 | When Offender Sequence Number (36) is NOT ‘000’, the following data elements MUST have a valid code. | 81200 | WHEN TYPE OF VICTIM(DE 25) IS ‘I’ OR ‘L’ THE FOLLOWING DATA ELEMENT(S) MUST HAVE A VALID CODE |
4 | When Offender Sequence Number (36) is ‘000’, then Offender Suspected of Using/Gaming Motivation (8) MUST be None (‘N’) and Bias Motivation/Bias Crime Type (8A) MUST be None (‘88’). | 81400 | WHEN DE 36 = 000 ‘, THEN DE 8 MUST BE ‘ N ‘ AND DE 8A MUST BE ‘ 88 ‘.’ |
Details:
For Error Message 81000:
- This edit should identify the missing data element, so the agency can determine which exact data element is missing. This edit applies to the following Data Elements:
- ORI Number (1)
- Incident Number (2)
- Incident Date/Hour (3)
- Cleared Exceptionally (4)
- Offense Sequence Number (L6)
- Louisiana Revised Statute (6)
- Agency Supplied NIBRS Code (N6)*
- Offense Attempted/Completed (7)
- Offender Suspected of Using/Gaming Motivation (8)
- Bias Motivation/Bias Crime Type (8A)
- Location Type (9)
- Victim Sequence Number (23)
- Offense Connected to Victim Sequence Number (24)
- Type of Victim (25).
- * New data element not in previous LIBRS Specifications.
For Error Message 81200a:
- This edit should identify the missing data elements(s), in order for the agency to determine the exact data element that is missing. Applies to the following Data Elements:
- Age of Victim [At Time Incident Occurred] (26)
- Sex of Victim (27)
- Race of Victim (28)
- Ethnicity of Victim (29)
- Resident Status of Victim (30)
- Offender Sequence Number (36)
For Error Message 81200b:
- This edit should identify the missing data elements(s), in order for the agency to determine the exact data element that is missing. Applies to Data Elements:
- Age of Offender [At Time Incident Occurred] (37)
- Sex of Offender (38)
- Race of Offender (39)
Section (2) Error Message for: Initial Incident Reports Containing Arrestee Segments
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | Arrest Segment is missing a mandatory data element. | 82000 | ARREST SEGMENT IS MISSING A MANDATORY DATA ELEMENT. |
1 | When Age of Arrestee (47) is LESS THAN ‘17’, then MUST have a valid code in Disposition of Arrestee Under 18 (52). | 82100 | WHEN DE 47 IS LESS THAN 17, MUST HAVE A VALID CODE IN DE 52.’ |
Details:
For Error Message 82000:
- This edit should identify the missing data element(s), in order for the agency to determine which exact data element is missing. This edit applies to the following Data Elements:
- Arrestee Sequence Number (40)
- Arrest Number/Local Booking Number for Arrest (41)
- Arrest Date (42)
- Type of Arrest (43)
- Multiple Arrestee Segment Indicator (44)
- Louisiana Revised Statute of Arrest (45)
- Arrestee Armed With [At Time of Arrest] (46)
- Age of Arrestee [At Time of Arrest] (47)
- Sex of Arrestee (48)
- Race of Arrestee (49)
- Ethnicity of Arrestee (50)
- Resident Status of Arrestee (51)
Section (3) Error Message for: Subsequent Updates (ADD ARRESTs, MODIFYs, and DELETEs) to Previously Submitted Incidents
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | An Arrestee segment is missing a mandatory data element. | 83100 | WHEN SUBMITTING AN ARRESTEE SEGMENT A MANDATORY DATA ELEMENT IS MISSING. |
1 | When Age of Arrestee (47) is LESS THAN ‘17’, then MUST have a valid code in Disposition of Arrestee Under 18 (52). | 83200 | WHEN DE 47 IS LESS THAN 17 ‘, MUST HAVE A VALID CODE IN DE 52.’ |
2 | This segment must have valid data in ORI Number (1) and Incident Number (2). | 83000 | THIS SEGMENT MUST HAVE A VALID CODE IN DE 1 AND DE 2. |
Details:
For Error Message 83100 and 83200:
- Are for Updates (ADD ARREST/MODIFY/DELETE) of Arrestee Segments to the Initial Submission of Incident Data.
For Error Message 83100:
- This edit should identify the missing data element(s), in order for the agency to determine which exact data element is missing. This edit applies to the following Data Elements:
- Arrestee Sequence Number (40)
- Arrest Number/Local Booking Number for Arrest (41)
- Arrest Date (42)
- Type of Arrest (43)
- Multiple Arrestee Segment Indicator (44)
- Louisiana Revised Statute of Arrest (45)
- Arrestee Armed With [At Time of Arrest] (46)
- Age of Arrestee [At Time of Arrest] (47)
- Sex of Arrestee (48)
- Race of Arrestee (49)
- Ethnicity of Arrestee (50)
- Resident Status of Arrestee (51)
NIBRS Mandatories
Subsection 01: ARSON (200)
Requirements:
Incidents submitted with an ARSON (Crime Against Property) offense (NIBRS Code “200”) should receive one of the following two error messages, as appropriate.
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains an offense of ARSON (NIBRS Code ‘200’) and Offense Attempted/Completed (DE 7) is Attempted (‘A’), then Type of Property Loss (DE 14) MUST contain a value of None (‘1’) or Unknown (‘8’). | 84001 | WHEN LRS = 200 AND DE 7 = ‘A’, THEN DE 14 MUST BE A CODE OF ‘1’ OR ‘8’ |
1 | When an Incident contains an offense of ARSON (NIBRS Code ‘200’) and Offense Attempted/Completed (DE 7) is Completed (‘C’), then Type of Property Loss (DE 14) MUST contain a value of Burned (‘2’), Property Description (DE 15) MUST contain a valid code, and Value of Property (DE 16) MUST contain a valid value. | 84101 | WHEN LRS = 200 AND DE 7 = ‘C’, THEN DE 14 MUST BE A CODE OF ‘2’ AND DE 15 AND 16 MUST HAVE A VALID CODE. |
Subsection 02: AGGRAVATED ASSAULT, SIMPLE ASSAULT OR INTIMIDATION (13A, 13B and 13C)
Requirements:
Incidents submitted with an AGGRAVATED ASSAULT, SIMPLE ASSAULT OR INTIMIDATION (Crime Against Person) offense (NIBRS Code 13A, 13B or 13C) should receive one of the following six error messages, as appropriate.
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains an offense of AGGRAVATED ASSAULT, SIMIPLE ASSAULT OR INTIMIDATION (NIBRS Code 13A, 13B or 13C), then Offense Attempted/Completed (DE 7) MUST contain a value of Completed (‘C’), and Type of Victim (DE 25) MUST contain a value of Individual (‘I’) or Law Enforcement Officer (‘L’). | 84002 | WHEN LRS = 13A, 13B, OR 13C, ATTEMTPED/COMPLETED (DE 7) MUST EQUAL ‘C’, AND DE 25 MUST BE A CODE OF ‘I’ OR ‘L’ |
1 | When an Incident contains an offense of AGGRAVATED ASSAULT, SIMIPLE ASSAULT OR INTIMIDATION (NIBRS Code 13A, 13B or 13C), and Offender Sequence Number (DE 36) IS NOT EQUAL to ‘000’, then Offender Number to be Related (DE 34) and Relationship of Victim to Offender (DE 35) MUST have valid codes. | 84102 | WHEN LRS = 13A, 13B OR 13C AND DE 36 NOT EQUAL TO 000, THEN DE 34 AND 35 MU ST HAVE A VALID CODE.’ |
2 | When an Incident contains an offense of AGGRAVATED ASSAULT (NIBRS Code 13A) then Type of Weapon Involved (DE 13), Aggravated Assault/Homicide Circumstances (DE 31) and Injury Type (DE 33) MUST have valid codes. | 84202 | WHEN LRS = 13 A, DE 13, 31 & 33 MUST HAVE A VALID CODE. |
3 | When an Incident contains an offense of AGGRAVATED ASSAULT (NIBRS Code 13A) and Type of Victim (DE 25) is Law Enforcement Officer (‘L’), then Type of Officer Activity/Circumstance (DE 25A) and Officer Assignment Type (DE 25B) MUST contain valid values. | 84302 | WHEN LRS = 13 A AND DE 25 = ‘L’ MUST HAVE THREE VALID CODES, ONE OF ‘02’ AND ANOTHER VALID CODE OF ‘01’ OR ‘03-10’ AND ONE CODE OF ‘12-18’ IN DE 31 AND A CODE OF ‘K-U’ IN DE 32 |
4 | When an Incident contains an offense of SIMPLE ASSAULT (NIBRS Code 13B) then Type of Weapon/Force Involved (DE 13) MUST contain a valid value, and Type of Injury (DE 33) MUST have a value of Apparent Minor Injury (‘M’) or None (‘N’). | 84402 | WHEN LRS = 13 B, DE 13 MUST HAVE A VALID CODE AND DE 33 MUST HAVE A CODE OF ‘M’ OR ‘N’. |
5 | When an Incident contains an offense of SIMPLE ASSAULT (NIBRS Code 13B) and Type of Victim (DE 25) is Law Enforcement Officer (‘L’), then Type of Officer Activity/Circumstance (DE 25A) and Officer Assignment Type (DE 25B) MUST contain valid values. | 84502 | WHEN LRS = 13 B AND DE 25 = ‘L’ MUST HAVE THREE VALID CODES, ONE OF ‘02’ AND ANOTHER VALID CODE OF ‘01’ OR ‘03-10’ AND ONE CODE OF ‘12-18’ IN DE 31 AND A VALID CODE OF ‘K-U’ IN DE 32 |
Subsection 03: BRIBERY (510)
Requirements:
Incidents submitted with an offense of BRIBERY (Crime Against Property) offense (NIBRS Code “510”) should receive the following five error messages, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains an offense of BRIBERY (NIBRS Code 510), and Offense Attempted/Completed (DE 7) contains a value of Attempted (‘A’), then Type of Property Loss (DE 14) MUST contain a value of None (‘1’) or Unknown (‘8’). | 84003 | WHEN LRS = 510 AND DE 7 = ‘A’, THEN DE 14 MUST HAVE A CODE OF ‘1’ OR ‘8’. |
1 | When an Incident contains an offense of BRIBERY (NIBRS Code 510), and Offense Attempted/Completed (DE 7) contains a value of Completed (‘C’), then Type of Property Loss (DE 14) MUST contain a value of None (‘1’), Seized (‘5’), Stolen (‘7’) or Unknown (‘8’). | 84103 | WHEN LRS = 510 AND DE 7 = C ‘, THEN DE 14 MUST HAVE A CODE OF ‘ 1 ‘, ‘ 5 ‘, ‘ 7 ‘ OR ‘ 8 ‘.’ |
2 | When there is only one completed ‘Crime Against Property’ Offense in an incident, any Property Description Segments (31) reported with the incident can contain ONLY values of EITHER:
|
84203 | WHEN THERE IS ONLY ONE COMPLETED PROPERTY OFFENSE IN AN INCIDENT, A PROPER TY SEGMENT CAN CONTAIN A ‘7’ = STOLEN PROPERTY OR AN ‘8’ = UNKNOWN. |
3 | When an Incident contains an offense of BRIBERY (NIBRS Code 510), and Type of Property Loss (DE 14) contains a value of Recovered (‘5’) or Stolen (‘7’), then Property Description (DE 15) and Value of Property (16) MUST contain valid data values. | 84303 | WHEN LRS = 510 AND DE 14 = ‘5’ OR ‘7’, THEN DE 15 AND 16 MUST HAVE A VALID CODE. |
4 | When an Incident contains an offense of BRIBERY (NIBRS Code 510), and Type of Property Loss (DE 14) contains a value of Recovered (‘5’), then Date Recovered (DE 17) MUST contain a valid date. | 84403 | WHEN LRS = 510 AND DE 14 = ‘5’, THEN DE 17 MUST HAVE A VALID DATE. |
Subsection 04: BURGLARY/BREAKING AND ENTERING (220)
Requirements:
Incidents submitted with a BURGLARY/BREAKING AND ENTERING (Crime Against Property) offense (NIBRS Code 220) should receive the following six error messages:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains an offense of BURGLARY/BREAKING AND ENTERING (NIBRS Code 220), and Location Type (DE 9) contains a value of Hotel/Motel (‘14’) or Rental Storage Facility (‘19’), then Number of Premises Entered (DE 10) and Method of Entry (DE 11) MUST contain valid values. | 84004 | WHEN LRS = 220 AND DE 9 = ‘14’ OR ‘19’, THEN DE 10 AND 11 MUST HAVE A VALID CODE. |
1 | When an Incident contains an offense of BURGLARY/BREAKING AND ENTERING (NIBRS Code 220), and Offense Attempted/Completed (DE 7) = ‘A’, then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Unknown (‘8’). | 84104 | WHEN LRS = 220 AND DE 7 = ‘A’, THEN DE 14 MUST HAVE A CODE OF ‘1’ OR ‘8’. |
2 | When an Incident contains an offense of BURGLARY/BREAKING AND ENTERING (NIBRS Code 220), and Offense Attempted/Completed (DE 7) contains a value of Completed (‘C’), then Type of Property Loss (DE 14) MUST contain a value of None (‘1’), Seized (‘5’), Stolen (‘7’) or Unknown (‘8’). | 84204 | WHEN LRS = 220 AND DE 7 = ‘C’, THEN DE 14 MUST HAVE A CODE OF ‘1’, ‘5’, ‘7’ OR ‘8’. |
3 | When there is ONLY ONE Crime Against Property offense with an Offense Attempted/Completed (DE 7) value of Completed (‘C’) within an incident, a Property Description Segment (DE 31) can contain either a Type of Property Loss (DE 14) value of Stolen (‘7’) or Unknown (‘8’), but NOT both. The incident MUST be rejected if an agency sends a Property Description Segment (DE 31) with both a Type of Property Loss (DE 14) of Stolen (‘7’) and Unknown (‘8’) within the same incident. | 84304 | WHEN THERE IS ONLY ONE COMPLETED PROPERTY OFFENSE IN AN INCIDENT, A PROPER TY SEGMENT CAN CONTAIN A ‘7’ = STOLEN PROPERTY OR AN ‘8’ = UNKNOWN.THE IN CIDENT WILL REJECT IF AN AGENCY SENDS A ‘7’ AND ALSO AN ‘8’ WITHIN THE SAM |
4 | When an Incident contains an offense of BURGLARY/BREAKING AND ENTERING (NIBRS Code 220), and Type of Property Loss (DE 14) contains a value of Recovered (‘5’) or Stolen (‘7’), then Property Description (DE 15) and Value of Property (DE 16) MUST contain valid data values. | 84404 | WHEN LRS = 220 AND DE 14 = ‘5’ OR ‘7’, THEN DE 15 & 16 MUST HAVE A VALID CODE. |
5 | When an Incident contains an offense of BURGLARY/BREAKING AND ENTERING (NIBRS Code 220), and Type of Property Loss (DE 14) contains a value of Recovered (‘5’), then Date Recovered (DE 17) MUST contain a valid date. | 84504 | WHEN LRS = 220 AND DE 14 = ‘5’, THEN DE 17 MUST HAVE A VALID DATE. |
Subsection 05: COUNTERFEITING/FORGERY (250)
Requirements:
Incidents submitted with a COUNTERFEITING/FORGERY (Crime Against Property) offense (NIBRS Code 250) should receive the following four error messages, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains an offense of COUNTERFEITING/FORGERY (NIBRS Code 250), then Type of Criminal Activity/Gang Information (12) MUST contain a valid value. | 84005 | WHEN LRS = 250, DE 12 MUST HAVE A VALID CODE. |
1 | When an Incident contains an offense of COUNTERFEITING/FORGERY (NIBRS Code 250) and Offense Attempted/Completed (DE 7) = ‘A’, then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Unknown (‘8’). | 84105 | WHEN LRS = 250 AND DE 7 = A ‘, THEN DE 14 MUST HAVE A CODE OF ‘ 1 ‘ OR ‘ 8 ‘.’ |
2 | When an Incident contains an offense of COUNTERFEITING/FORGERY (NIBRS Code 250), and Offense Attempted/Completed (DE 7) contains a value of Completed (‘C’), then Type of Property Loss (DE 14) MUST contain a value of Counterfeited/ Forged (‘3’), Recovered (‘5’) or Seized (‘6’), and Property Description (DE 15) and Value of Property (DE 16) MUST contain valid values. | 84205 | WHEN LRS = 250 AND DE 7 = ‘C’, THEN DE 14 MUST HAVE A CODE OF ‘3’, ‘5’ OR ‘6’ AND DE 15 & 16 MUST HAVE A VALID CODE. |
3 | When an Incident contains an offense of COUNTERFEITING/FORGERY (NIBRS Code 250), and Type of Property Loss (DE 14) contains a value of Recovered (‘5’), then Date Recovered (DE 17) MUST have a valid date. | 84305 | WHEN LRS = 250 AND DE 14 = ‘5’, THEN DE 17 MUST HAVE A VALID DATE. |
Subsection 06: DESTRUCTION/DAMAGE/VANDALISM (290)
Requirements:
Incidents submitted with a DESTRUCTION/DAMAGE/VANDALISM (Crime Against Property) offense (NIBRS Code 290) should receive one of the following two error messages, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains an offense of DESTRUCTION/DAMAGE/VANDALISM (NIBRS Code 290) and Offense Attempted/Completed (DE 7) = ‘A’, then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Unknown (‘8’). | 84006 | WHEN LRS = 290 AND DE 7 = ‘A’, AND DE 14 MUST HAVE A CODE OF ‘1’ OR ‘8’. |
1 | When an Incident contains an offense of DESTRUCTION/DAMAGE/VANDALISM (NIBRS Code 290) and Offense Attempted/Completed (DE 7) = ‘C’, then Type of Property Loss (DE 14) MUST have a value of Destroyed/Damaged/Vandalized (‘4’) and Property Description (DE 15) and Value of Property (DE 16) MUST contain valid values. | 84106 | WHEN LRS = 290 AND DE 7 = ‘C’ , THEN DE 14 MUST HAVE A CODE OF ‘4’ AND DE 15 & 16 MUST HAVE A VALID CODE. |
Subsection 07: DRUG/NARCOTIC VIOLATION (35A) or DRUG EQUIPMENT VIOLATION (35B)
Requirements:
Incidents submitted with a DRUG/NARCOTIC VIOLATION (Crime Against Society) offense (NIBRS Code 35A) or DRUG EQUIPMENT VIOLATION (Crime Against Society) offense (NIBRS Code 35B) should receive one of the following four error messages, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | Incidents submitted with a DRUG/NARCOTIC VIOLATION (NIBRS Code 35A) or DRUG EQUIPMENT VIOLATION (NIBRS Code 35B), MUST contain a valid value in Type of Criminal Activity/Gang Information (DE 12). | 84007 | WHEN LRS = 35A OR 35B, DE 12 MUST HAVE A VALID CODE. |
1 | When an Incident contains an offense of DRUG/NARCOTIC VIOLATION (NIBRS Code 35A) or DRUG EQUIPMENT VIOLATION (NIBRS Code 35B) and Offense Attempted/Completed (DE 7) is Attempted (‘A’), then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Unknown (‘8’). | 84107 | WHEN LRS = 35 A OR 35 B AND DE 7 =’A’, THEN DE 14 MUST HAVE A CODE OF ‘1’ OR ‘8’. |
2 | When an Incident contains an offense of DRUG/NARCOTIC VIOLATION (NIBRS Code 35A) or DRUG EQUIPMENT VIOLATION (NIBRS Code 35B) and Offense Attempted/Completed (DE 7) is Completed (‘C’), then Type of Property Loss (DE 14) MUST have a value of None ‘1’ or Seized ‘6’. | 84207 | WHEN NIBRS = 35A OR 35B AND DE 7 = ‘C’, THEN OFFENSE MUST RELATE TO SEGMENT 31’S WHOSE DE 14 HAS A CODE OF ‘1’ OR ‘6’. |
3 | When an Incident contains an offense of DRUG/NARCOTIC VIOLATION (NIBRS Code 35A) or DRUG EQUIPMENT VIOLATION (NIBRS Code 35B), then Type of Victim (DE 25) MUST be Society (‘S’). Also, Value of Property (DE 16) MUST contain a valid value; or MUST be BLANK (G) if Type of Property Loss (DE 14) contains None (‘1’) or Unknown (‘8’). | 84307 | WHEN LRS = 35 A OR 35 B, DE 16 MUST HAVE A VALID CODE ** * (OR MUST BE BLANK IF DE 14 = ‘1 OR ‘8’) AND DE 25 MUST BE ‘S’. |
Incidents submitted with a DRUG/NARCOTIC VIOLATION (Crime Against Society) offense (NIBRS Code 35A) should receive the following three error messages:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains an offense of DRUG/NARCOTIC VIOLATION (NIBRS Code 35A) and Type of Property Loss (DE 14) is Seized ‘6’, then Property Description (DE 15) CANNOT BE EQUAL to Drug Narcotic Equipment ‘11’. | 84407 | WHEN LRS = 35 A AND DE 14 = ‘6’, THEN DE 15 CANNOT BE EQUAL TO ‘11’. |
1 | When an Incident contains an offense of DRUG/NARCOTIC VIOLATION (NIBRS Code 35A) and Type of Property Loss (DE 14) is None ‘1’, then Suspected Drug Type (DE 20) MUST contain a valid value. | 84507 | WHEN LRS = 35 A AND DE 14 = ‘1’, THEN DE 20 MUST HAVE A VALID CODE. |
2 | When an Incident contains an offense of DRUG/NARCOTIC VIOLATION (NIBRS Code 35A) and Type of Property Loss (DE 14) is Seized ‘6’, and Property Description (DE 15) is Drugs/Narcotics ‘10’, then Suspected Drug Type (DE 20), Estimated Drug Quantity (DE 21) and Type Drug Measurement (DE 22) MUST all contain valid values. | 84607 | WHEN LRS = 35 A, DE 14 = ‘6’ AND DE 15 = ‘10’, THEN DE 20, 21 AND 22 MUST HAVE A VALID CODE. |
3 | Incidents submitted with a DRUG EQUIPMENT VIOLATION (Crime Against Society) offense (NIBRS Code 35B) and have a Type of Property Loss (DE 14) of Seized ‘6’, CANNOT contain a Property Description (DE 15) of Drugs/Narcotics ‘10’. | 84707 | WHEN LRS = 35 B AND DE 14 = ‘6’, THEN DE 15 CANNOT BE EQUAL TO ‘10’. |
Subsection 08: EXTORTION/BLACKMAIL (210)
Requirements:
Incidents submitted with a EXTORTION/BLACKMAIL (Crime Against Property) offense (NIBRS Code 210) should receive the following five error messages:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | Incidents submitted with an EXTORTION/BLACKMAIL (NIBRS Code 210) offense, MUST contain a valid value in Type of Weapon/Force Involved (DE 13). | 84008 | WHEN LRS = 210, DE 13 MUST HAVE A VALID CODE. |
1 | When an Incident contains an offense of EXTORTION/BLACKMAIL (NIBRS Code 210) and Offense Attempted/Completed (DE 7) is Attempted (‘A’), then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Unknown (‘8’). | 84108 | WHEN LRS = 210 AND DE 7 = ‘A’, THEN DE 14 MUST HAVE A CODE OF ‘1’ OR ‘8’. |
2 | When an Incident contains an offense of EXTORTION/BLACKMAIL (NIBRS Code 210) and Offense Attempted/Completed (DE 7) is Completed (‘C’), then Type of Property Loss (DE 14) MUST have a value of Recovered (‘5’) or Stolen (‘7’) and Property Description (DE 15) and Value of Property (DE 16) MUST both contain valid values. | 84208 | WHEN LRS = 210 AND DE 7 = ‘C’, THEN DE 14 MUST HAVE A CODE OF ‘5’ OR ‘7’ AND DE 15 & 16 MUST HAVE A VALID CODE. |
3 | When an Incident contains an offense of EXTORTION/BLACKMAIL (NIBRS Code 210) and Type of Property Loss (DE 14) is Recovered (‘5’), then Date Recovered (DE 17) MUST contain a valid date. | 84308 | WHEN LRS = 210 AND DE 14 = ‘5’, THEN DE 17 MUST HAVE A VALID DATE. |
4 | When an Incident contains an offense of EXTORTION/BLACKMAIL (NIBRS Code 210) and Type of Victim (DE 25) is Individual (‘I’) or Law Enforcement Officer (‘L’), then Type of Injury (DE 33) MUST contain a valid value. | 84408 | WHEN LRS = 210 AND DE 25 = ‘I’ OR ‘L’, THEN DE 33 MUST HAVE A VALID CODE. |
Subsection 09: FRAUD OFFENSES (26A-E)
Requirements:
Incidents submitted with FRAUD OFFENSES (Crimes Against Property) (NIBRS Codes 26A-E) should receive the following three error messages:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains FRAUD OFFENSES (NIBRS Code 26A-E) and Offense Attempted/Completed (DE 7) is Attempted (‘A’), then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Unknown (‘8’). | 84009 | WHEN LRS = 26A - E AND DE 7 = ‘A’, THEN DE 14 MUST HAVE A CODE OF ‘1’ OR ‘8’. |
1 | When an Incident contains FRAUD OFFENSES (NIBRS Code 26A-E) and Offense Attempted/Completed (DE 7) is Completed (‘C’), then Type of Property Loss (DE 14) MUST have a value of Recovered (‘5’) or Stolen (‘7’) and Property Description (DE 15) and Value of Property (DE 16) MUST both contain valid values. | 84109 | WHEN LRS = 26 A - E AND DE 7 = C ‘, THEN DE 14 MUST HAVE A CODE OF ‘ 5 ‘ OR ‘ 7 ‘ AND DE 15 & 16 MUST HAVE A VALID CODE.’ |
2 | When an Incident contains FRAUD OFFENSES (NIBRS Code 26A-E) and Type of Property Loss (DE 14) is Recovered (‘5’), then Date Recovered (‘17’) MUST contain a valid date. | 84209 | WHEN LRS = 26 A - E AND DE 14 = ‘5’, THEN DE 17 MUST HAVE A VALID DATE. |
Subsection 10: GAMBLING OFFENSES (39A-D)
Requirements:
Incidents submitted with GAMBLING OFFENSES (Crimes Against Society) (NIBRS Codes 39A-D) should receive one of the following two error messages, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains GAMBLING OFFENSES (NIBRS Code 39A-D) and Offense Attempted/Completed (DE 7) is Attempted (‘A’), then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Unknown (‘8’). | 84010 | WHEN LRS = 39 A - D AND DE 7 = ‘A’, THEN DE 14 MUST HAVE A CODE OF ‘1’ OR ‘8’. |
1 | When an Incident contains GAMBLING OFFENSES (NIBRS Code 39A-D) and Offense Attempted/Completed (DE 7) is Completed (‘C’), then Type of Property Loss (1DE 4) MUST contain a value of Seized (‘6’), Property Description (DE 15) and Value of Property (DE 16) MUST contain valid values, and Type of Victim (DE 25) MUST be Society (‘S’). | 84110 | WHEN LRS = 39A - D AND DE 7 = ‘C’, THEN DE 14 MUST HAVE A CODE OF ‘ 6 ‘, DE 15 & 16 MUST HAVE A VALID CODE, AND DE 25 MUST BE ‘ S ‘.’ |
2 | Type of Criminal Activity/Gang Information (DE 12) MUST have a valid code when NIBRS Offense Code is 39C. | 84210 | WHEN LRS = 39 C, DE 12 MUST HAVE A VALID CODE. |
Subsection 11: HOMICIDE OFFENSES (09A, 09B or 09C)
Requirements:
Incidents submitted with HOMICIDE OFFENSES (Crimes Against Persons) (NIBRS Codes 09A, 09B and 09C) should receive one of the following five error messages, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains HOMICIDE OFFENSES (NIBRS Code 09A, 09B and 09C), then Offense Attempted/Completed (DE 7) MUST contain Completed (‘C’), Type of Weapon/Force Involved (DE 13) and Aggravated Assault/Homicide Circumstance (DE 31) MUST contain valid values, and Type of Victim (DE 25) MUST be an Individual (‘I’) . | 84011 | WHEN LRS = 09A, 09B OR 09C, DE 7 MUST EQUAL ‘C’, DE 13 & 31 MUST HAVE A VALID CODE, AND DE 25 MUST EQUAL ‘I’ OR ‘L’. |
1 | When an Incident contains HOMICIDE OFFENSES (NIBRS Code 09A, 09B and 09C) and Offender Sequence Number (DE 36) is NOT EQUAL to ‘000’, then Offender Number to be Related (DE 34) and Relationship of Victim to Offender (DE 35) MUST have valid values. | 84111 | WHEN LRS = 09 A, 09 B OR 09 C, IF DE 36 NOT EQUAL TO 000 ‘, THEN DE 34 AND 35 MUST HAVE A VALID CODE.’ |
2 | Incidents submitted with a JUSTIFIABLE HOMICIDE (NIBRS Codes 09C) offense MUST contain an Aggravated Assault/Homicide Circumstance (DE 31) value of Criminal Killed by Private Citizen (‘20’) or Criminal Killed by Police Officer (‘21’), and Additional Justifiable Homicide Circumstances (DE 32) MUST contain one of the following values:
|
84211 | WHEN LRS = 09 C, DE 31 MUST HAVE ‘20’ OR ‘21’ AND DE 32 MUST HAVE A VALID CODE OF ‘A-G’. |
3 | Incidents submitted with a MURDER OR NONNEGLIGENT MANSLAUGHTER (NIBRS Codes 09A) offense and where Type of Victim (DE 25) contains Law Enforcement Officer (‘L’), then Type of Officer Activity/Circumstance (DE 25A) and Officer Assignment Type (DE 25B) MUST contain valid values. | 84311 | WHEN LRS = 09 A AND DE 25 = ‘L’, MUST HAVE TWO VALID CODES;ONE CODE ‘01’ OR ‘03-10’ AND ONE CODE OF ‘12-18’ IN DE 31 AND A VALID CODE OF ‘K-U’ IN DATA ELEMENT 32. |
4 | Incidents submitted with a NEGLIGENT MANSLAUGHTER (NIBRS Codes 09B) offense and where Type of Victim (DE 25) contains Law Enforcement Officer (‘L’), then Type of Officer Activity/Circumstance (DE 25A) and Officer Assignment Type (DE 25B) MUST contain valid values. | 84411 | WHEN LRS = 09 B AND DE 25 = ‘L’, MUST HAVE TWO VALID CODES;ONE CODE OF ‘30-34’ AND ONE CODE OF ‘12-18’ IN DE 31 AND A VALID CODE OF ‘K-U’ IN DATA ELEMENT 32 |
Subsection 12: KIDNAPPING/ABDUCTION (100)
Requirements:
Incidents submitted with KIDNAPPING/ABDUCTION (Crimes Against Person) (NIBRS Code 100) should receive one of the following eight error messages, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains KIDNAPPING/ABDUCTION (NIBRS Code 100), THEN Type of Weapon/Force Involved (DE 13) MUST contain a valid value. | 84012 | WHEN LRS = 100, DE 13 MUST HAVE A VALID CODE. |
1 | When an Incident contains KIDNAPPING/ABDUCTION (NIBRS Code 100) and Offense Attempted/Completed (DE 7) is Attempted (‘A’), then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Unknown (‘8’). | 84112 | WHEN LRS = 100 AND DE 7 = A ‘, THEN DE 14 MUST HAVE A CODE OF ‘ 1 ‘ OR ‘ 8 ‘. ‘ |
2 | When an Incident contains an offense of KIDNAPPING/ABDUCTION (NIBRS Code 100) and Offense Attempted/Completed (DE 7) is Completed (‘C’), then Type of Property Loss (DE 14) MUST have a value of None (‘1’), Recovered (‘5’), Stolen (‘7’) or Unknown (‘8’). | 84212 | WHEN LRS = 100 AND DE 7 = ‘C’, THEN DE 14 MUST HAVE A CODE OF ‘1’, ‘5’, ‘7’, OR ‘8’. |
3 | When there is only ONE COMPLETED PROPERTY OFFENSE in an incident, a property segment can contain a ‘7’ = Stolen Property or an ‘8’ = Unknown. The incident will reject if an agency sends a ‘7’ and also an ‘8’ within the same incident, when there is only one completed property offense within the incident. | 84312 | WHEN THERE IS ONLY ONE COMPLETED PROPERTY OFFENSE IN AN INCIDENT, A PROP - ERTY SEG.CAN CONTAIN A ‘7’ = STOLEN PROPERTY OR AN ‘8’ = UNKNOWN.THE INCIDENT WILL REJECT IF AN AGENCY SENDS A ‘7’ AND ALSO AN ‘8’ WITHIN THE SA |
4 | When an Incident contains KIDNAPPING/ABDUCTION (NIBRS Code 100) and Type of Property Loss (DE 14) is Recovered (‘5’) or Stolen (‘7’), then Property Description (DE 15) and Value of Property (DE 16) MUST contain valid values. | 84412 | WHEN LRS = 100 AND DE 14 EQUALS TO ‘5’ OR ‘7’, THEN DE 15 AND 16 MUST HAVE A VALID CODE. |
5 | When an Incident contains KIDNAPPING/ABDUCTION (NIBRS Code 100) and Type of Property Loss (DE 14) is Recovered (‘5’), then Date Recovered (DE 17) MUST contain a valid date. | 84512 | WHEN LRS = 100 AND DE 14 = ‘5’, THEN DE 17 MUST HAVE A VALID DATE. |
6 | When an Incident contains KIDNAPPING/ABDUCTION (NIBRS Code 100) and Type of Victim (DE 25) is Individual (‘I’) or Law Enforcement Officer (‘L’), then Type of Injury (DE 33) MUST contain a valid value. | 84612 | WHEN LRS = 100 AND DE 25 EQUALS TO ‘I’ OR ‘L’, THEN DE 33 MUST HAVE A VALID CODE. |
7 | When an Incident contains KIDNAPPING/ABDUCTION (NIBRS Code 100) and Offender Sequence Number (DE 36) IS NOT EQUAL to ‘000’, then Offender Number to be Related (DE 34) and Relationship of Victim to Offender (DE 35) MUST contain valid values. | 84712 | WHEN LRS = 100 AND DE 36 IS NOT EQUAL TO ‘000’, DE 34 AND 35 MUST HAVE A VALID CODE. |
Subsection 13: LARCENY/THEFT OFFENSES (23A-H)
Requirements:
Incidents submitted with LARCENY/THEFT OFFENSES (NIBRS Codes 23A-H) or EMBEZZLEMENT (NIBRS Code 270) offenses (both Crimes Against Property) should receive the following three error messages, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains LARCENY/THEFT OFFENSES (NIBRS Codes 23A-H) or EMBEZZLEMENT (NIBRS Code 270) offenses, and Offense Attempted/Completed (DE 7) is Attempted (‘A’), then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Unknown (‘8’). | 84013 | WHEN LRS = 23 A - H OR 270 AND DE 7 = ‘A’, THEN DE 14 MUST HAVE A CODE OF ‘1’ OR ‘8’. |
1 | When an Incident contains LARCENY/THEFT OFFENSES (NIBRS Codes 23A-H) or EMBEZZLEMENT (NIBRS Code 270) offenses, and Offense Attempted/Completed (DE 7) is Completed (‘C’), then Type of Property Loss (DE 14) MUST have a value of Recovered (‘5’) or Stolen (‘7’), and. Property Description (15) and Value of Property (16) MUST contain valid values. | 84113 | WHEN LRS = 23 A - H OR 270 AND DE 7 = C ‘, THEN DE 14 MUST HAVE A CODE OF ‘ 5 ‘ OR ‘ 7 ‘ AND DE 15 & 16 MUST HAVE A VALID CODE.’ |
2 | When an Incident contains LARCENY/THEFT OFFENSES (NIBRS Codes 23A-H) or EMBEZZLEMENT (NIBRS Code 270) offenses, and Type of Property Loss (DE 14) is Recovered (‘5’), then Date Recovered (DE 17) MUST contain a valid date. | 84213 | WHEN LRS = 23 A - H OR 270 AND DE 14 = ‘5’, THEN DE 17 MUST HAVE A VALID DATE. |
Subsection 14: MOTOR VEHICLE THEFT (240)
Requirements:
Incidents submitted with MOTOR VEHICLE THEFT (Crimes Against Property) (NIBRS Code 240) should receive one of the following five error messages, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains a MOTOR VEHICLE THEFT (NIBRS Code 240) offense and Offense Attempted/Completed (DE 7) is Attempted (‘A’), then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Unknown (‘8’). | 84014 | WHEN LRS = 240 AND DE 7 = ‘A’, THEN DE 14 MUST HAVE A CODE OF ‘1’ OR ‘8’. |
1 | When an Incident contains a MOTOR VEHICLE THEFT (NIBRS Code 240) offense and Offense Attempted/Completed (DE 7) is Completed (‘C’), then Type of Property Loss (DE 14) MUST have a value of Recovered (‘5’) or Stolen (‘7’), and. Property Description (DE 15) and Value of Property (DE 16) MUST contain valid values. | 84114 | WHEN LRS = 240 AND DE 7 = C ‘, THEN DE 14 MUST HAVE A CODE OF ‘ 5 ‘ OR ‘ 7 ‘ AND DE 15 & 16 MUST HAVE A VALID CODE.’ |
2 | When an Incident contains a MOTOR VEHICLE THEFT (NIBRS Code 240) offense, and Type of Property Loss (DE 14) is Recovered (‘5’), then Property Description (DE 15) MUST contain a valid value and Date Recovered (DE 17) MUST contain a valid date. | 84214 | WHEN LRS = 240 AND DE 14 = ‘5’, THEN DE 15 MUST HAVE A VALID CODE, AND DATA ELEMENT 17 MUST HAVE A VALID DATE. |
3 | When an Incident contains a MOTOR VEHICLE THEFT (NIBRS Code 240) offense, and Type of Property Loss (DE 14) is Recovered (‘5’), then Property Description (15) MUST contain one of the following codes,
and Number of Recovered Vehicles (DE 19) MUST contain a valid value. |
84314 | WHEN LRS = 240 AND DE 14 = ‘5’, IF DE 15 HAS A CODE OF ‘03, ‘ 05 ‘, ‘ 24 ‘, ‘ 28 ‘, OR ‘ 37 ‘, THEN DATA ELEMENT 19 MUST HAVE A VALID CODE. |
4 | When an Incident contains a MOTOR VEHICLE THEFT (NIBRS Code 240) offense, and Type of Property Loss (DE 14) is Stolen (‘7’), then Property Description (DE 15) MUST contain one of the following codes,
and Number of Stolen Vehicles (DE 18) MUST contain a valid value. |
84414 | WHEN LRS = 240 AND DE 14 = ‘7’, THEN DE 15 MUST HAVE A CODE OF ‘03’, ‘05’, ‘24’, ‘28’, OR ‘37’ AND DATA ELEMENT 18 MUST HAVE A VALID CODE. |
Subsection 15: PORNOGRAPHY/OBSCENE MATERIAL OFFENSES (370)
Requirements:
Incidents submitted with PORNOGRAPHY/OBSCENE MATERIAL OFFENSES (Crimes Against Society) (NIBRS Code 370) should receive the following error message, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When NIBRS Offense Code is 370 the following MUST be true:
|
84015 | WHEN LRS = 370, DE 12 MUST HAVE A VALID CODE AND DE 25 MUST EQUAL ‘S’. |
Subsection 16: PROSTITUTION OFFENSES (40A, 40B, 40C)
Requirements:
Incidents submitted with PROSTITUTION OFFENSES (Crimes Against Society) (NIBRS Codes 40A and 40B) should receive the following error message, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains PROSTITUTION OFFENSES (NIBRS Code 40A AND 40B), then Type of Victim (DE 25) MUST be Society (‘S’). | 84016 | WHEN LRS = 40A, 40B, OR 40C, DE 25 MUST EQUAL ‘S’. |
Subsection 17: ROBBERY OFFENSES (120)
Requirements:
Incidents submitted with ROBBERY OFFENSES (Crimes Against Property) (NIBRS Code 120) should receive one of the following six error messages:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains ROBBERY OFFENSES (NIBRS Code 120), then Type of Weapon/Force Involved (DE 13) MUST contain a valid value. | 84017 | WHEN LRS = 120, DE 13 MUST HAVE A VALID CODE. |
1 | When an Incident contains ROBBERY OFFENSES (NIBRS Code 120) and Offense Attempted/Completed (DE 7) is Attempted (‘A’), then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Unknown (‘8’). | 84117 | WHEN LRS = 120 AND DE 7 = A ‘, THEN DE 14 MUST HAVE A CODE OF ‘ 1 ‘ OR ‘ 8 ‘. ‘ |
2 | When an Incident contains ROBBERY OFFENSES (NIBRS Code 120) and Offense Attempted/Completed (DE 7) is Completed (‘C’), then Type of Property Loss (DE 14) MUST have a value of Recovered (‘5’) or Stolen (‘7’), and. Property Description (15) and Value of Property (DE 16) MUST contain valid values. | 84217 | WHEN LRS = 120 AND DE 7 = ‘C’, THEN DE 14 MUST HAVE A CODE OF ‘5’ OR ‘7’ AND DE 15 & 16 MUST HAVE A VALID CODE. |
3 | When an Incident contains ROBBERY OFFENSES (NIBRS Code 120) and Type of Property Loss (DE 14) is Recovered (‘5’), then Date Recovered (DE 17) MUST contain a valid date. | 84317 | WHEN LRS = 120 AND DE 14 = ‘5’, THEN DE 17 MUST HAVE A VALID DATE. |
4 | When an Incident contains ROBBERY OFFENSES (NIBRS Code 120) and Type of Victim (DE 25) is Individual (‘I’) or Law Enforcement Officer (‘L’), then Type of Injury (DE 33) MUST contain a valid value. | 84417 | WHEN LRS = 120 AND DE 25 = ‘I’ OR ‘L’, THEN DE 33 MUST HAVE A VALID CODE. |
5 | When an Incident contains ROBBERY OFFENSES (NIBRS Code 120) and Type of Victim (DE 25) is Individual (‘I’) or Law Enforcement Officer (‘L’) and Offender Sequence Number (DE 36) IS NOT EQUAL to ‘000’, then Offender Number to be Related (DE 34) and Relationship of Victim to Offender (DE 35) MUST contain valid values. | 84517 | WHEN LRS = 120 AND DE 25 = ‘I’ OR ‘L’ AND DE 36 NOT EQUAL TO ‘000’, THEN DE 34 AND 35 MUST HAVE A VALID CODE. |
Subsection 18: SEX OFFENSES – FORCIBLE (11A-D)
Requirements:
Incidents submitted with SEX OFFENSES - FORCIBLE (Crimes Against Persons) (NIBRS Codes 11A-D) should receive the following two error messages, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When NIBRS Offense Code is 11A, 11B, 11C, or 11D, then:
|
84018 | WHEN LRS = 11 A - 11 D OR 64 A OR 64 B, DE 13 MUST HAVE A VALID CODE, DE 25 MUST HAVE A ‘I’ OR ‘L’, AND DE 33 MUST HAVE A VALID CODE. |
1 | When an Incident contains SEX OFFENSES – FORCIBLE (NIBRS Code 11A-D), and Offender Sequence Number (DE 36) IS NOT EQUAL to ‘000’, then Offender Number to be Related (DE 34) and Relationship of Victim to Offender (DE 35) MUST contain valid values. | 84118 | WHEN LRS = 11 A - 11 D OR 64 A OR 64 B AND 36 NOT EQUAL TO 000 ‘, THEN DE 34 AND 35 MUST HA VE A VALID CODE.’ |
Subsection 19: SEX OFFENSES – NON-FORCIBLE (36A-36B)
Requirements:
Incidents submitted with SEX OFFENSES – NON-FORCIBLE (Crimes Against Persons) (NIBRS Codes 36A or 36B) should receive the following two error messages, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When an Incident contains SEX OFFENSES – NON-FORCIBLE (NIBRS Codes 36A or 36B), then Type of Victim (DE 25) MUST be Individual (‘I’) or Law Enforcement Officer (‘L’). | 84019 | WHEN LRS = 36A OR 36B, DE 25 MUST HAVE A ‘I’ OR ‘L’. |
1 | When an Incident contains SEX OFFENSES – NON-FORCIBLE (NIBRS Codes 36A or 36B) and Offender Sequence Number (DE 36) IS NOT EQUAL to ‘000’, then Offender Number to be Related (DE 34) and Relationship of Victim to Offender (DE 35) MUST contain valid values. | 84119 | WHEN LRS = 36 A OR 36 B AND DE 36 NOT EQUAL TO 000 ‘, THEN DE 34 AND 35 MUS T HAVE A VALID CODE.’ |
Subsection 20: STOLEN PROPERTY OFFENSES (280)
Requirements:
Incidents submitted with STOLEN PROPERTY OFFENSES (Crimes Against Property) (NIBRS Code 280) should receive one of the four following error messages, as appropriate:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When NIBRS Offense Code is 280 the following MUST be true::
|
84020 | WHEN LRS = 280, DE 12 MUST HAVE A VALID CODE. |
1 | When an Incident contains STOLEN PROPERTY OFFENSES (NIBRS Code 280), and Offense Attempted/Completed (DE 7) is Attempted (‘A’), then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Unknown (‘8’). | 84120 | WHEN LRS = 280 AND DE 7 = A ‘, THEN DE 14 MUST HAVE A CODE OF ‘ 1 ‘ OR ‘ 8 ‘. ‘ |
2 | When an Incident contains STOLEN PROPERTY OFFENSES (NIBRS Code 280), and Offense Attempted/Completed (DE 7) is Completed (‘C’), then Type of Property Loss (DE 14) MUST have a value of None (‘1’) or Recovered (‘5’). | 84220 | WHEN LRS = 280 AND DE 7 = ‘C’, THEN DE 14 MUST HAVE A CODE OF ‘1’ OR ‘5’. |
3 | When an Incident contains STOLEN PROPERTY OFFENSES (NIBRS Code 280) and Type of Property Loss (DE 14) is Recovered (‘5’), then Property Description (DE 15), Value of Property (DE 16) and Date Recovered (DE 17) MUST all contain valid values. | 84320 | WHEN LRS = 280 AND DE 14 = ‘5’, THEN DE 15, 16 & 17 MUST HAVE A VALID CODE. |
Subsection 21: WEAPONS LAW VIOLATIONS (520)
Requirements:
Requirement | Requirement Description | Error Number | Error Message |
---|---|---|---|
0 | When NIBRS Offense Code is 520 the following MUST be true:
|
84021 | WHEN LRS = 520, DE 12 & DE 13 MUST HAVE A VALID CODE AND DE 25 MUST BE EQUAL TO ‘S’ |